@cmarket/partner-sdk 35.0.0 → 36.1.0
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/README.md +58 -96
- package/api/oauth-api.ts +2 -2
- package/api/{partner-v2-api.ts → partner-api-api.ts} +426 -239
- package/api/products-api.ts +209 -0
- package/api/well-known-api.ts +2 -2
- package/api.ts +4 -4
- package/base.ts +2 -2
- package/common.ts +2 -2
- package/configuration.ts +2 -2
- package/dist/api/oauth-api.d.ts +2 -2
- package/dist/api/oauth-api.js +2 -2
- package/dist/api/{partner-v2-api.d.ts → partner-api-api.d.ts} +245 -165
- package/dist/api/{partner-v2-api.js → partner-api-api.js} +413 -240
- package/dist/api/products-api.d.ts +101 -0
- package/dist/api/products-api.js +204 -0
- package/dist/api/well-known-api.d.ts +2 -2
- package/dist/api/well-known-api.js +2 -2
- package/dist/api.d.ts +4 -4
- package/dist/api.js +4 -4
- package/dist/base.d.ts +2 -2
- package/dist/base.js +2 -2
- package/dist/common.d.ts +2 -2
- package/dist/common.js +2 -2
- package/dist/configuration.d.ts +2 -2
- package/dist/configuration.js +2 -2
- package/dist/esm/api/oauth-api.d.ts +2 -2
- package/dist/esm/api/oauth-api.js +2 -2
- package/dist/esm/api/{partner-v2-api.d.ts → partner-api-api.d.ts} +245 -165
- package/dist/esm/api/{partner-v2-api.js → partner-api-api.js} +408 -235
- package/dist/esm/api/products-api.d.ts +101 -0
- package/dist/esm/api/products-api.js +197 -0
- package/dist/esm/api/well-known-api.d.ts +2 -2
- package/dist/esm/api/well-known-api.js +2 -2
- package/dist/esm/api.d.ts +4 -4
- package/dist/esm/api.js +4 -4
- package/dist/esm/base.d.ts +2 -2
- package/dist/esm/base.js +2 -2
- package/dist/esm/common.d.ts +2 -2
- package/dist/esm/common.js +2 -2
- package/dist/esm/configuration.d.ts +2 -2
- package/dist/esm/configuration.js +2 -2
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/esm/models/acceptance-result-response-dto.d.ts +3 -3
- package/dist/esm/models/acceptance-result-response-dto.js +2 -2
- package/dist/esm/models/acknowledge-product-receipt200-response.d.ts +21 -0
- package/dist/esm/models/acknowledge-product-receipt200-response.js +14 -0
- package/dist/esm/models/acknowledge-products-request-dto.d.ts +17 -0
- package/dist/esm/models/acknowledge-products-request-dto.js +14 -0
- package/dist/esm/models/api-catalog-dto.d.ts +2 -2
- package/dist/esm/models/api-catalog-dto.js +2 -2
- package/dist/esm/models/api-catalog-entry-dto.d.ts +2 -2
- package/dist/esm/models/api-catalog-entry-dto.js +2 -2
- package/dist/esm/models/api-catalog-link-dto.d.ts +2 -2
- package/dist/esm/models/api-catalog-link-dto.js +2 -2
- package/dist/esm/models/authorization-server-metadata-dto.d.ts +2 -2
- package/dist/esm/models/authorization-server-metadata-dto.js +2 -2
- package/dist/esm/models/award-method-public.d.ts +3 -3
- package/dist/esm/models/award-method-public.js +3 -3
- package/dist/esm/models/award-registered-v2-response-dto.d.ts +5 -5
- package/dist/esm/models/award-registered-v2-response-dto.js +2 -2
- package/dist/esm/models/award-reverted-v2-response-dto.d.ts +4 -4
- package/dist/esm/models/award-reverted-v2-response-dto.js +2 -2
- package/dist/esm/models/bid-acceptance-dto.d.ts +2 -2
- package/dist/esm/models/bid-acceptance-dto.js +2 -2
- package/dist/esm/models/bid-bond-dto.d.ts +2 -2
- package/dist/esm/models/bid-bond-dto.js +2 -2
- package/dist/esm/models/bid-cancelled-response-dto.d.ts +4 -4
- package/dist/esm/models/bid-cancelled-response-dto.js +2 -2
- package/dist/esm/models/bid-contact-dto.d.ts +2 -2
- package/dist/esm/models/bid-contact-dto.js +2 -2
- package/dist/esm/models/bid-contacts-dto.d.ts +2 -2
- package/dist/esm/models/bid-contacts-dto.js +2 -2
- package/dist/esm/models/bid-contract-document-dto.d.ts +2 -2
- package/dist/esm/models/bid-contract-document-dto.js +2 -2
- package/dist/esm/models/bid-delivery-terms-dto.d.ts +6 -4
- package/dist/esm/models/bid-delivery-terms-dto.js +2 -2
- package/dist/esm/models/bid-detail-response-dto.d.ts +5 -5
- package/dist/esm/models/bid-detail-response-dto.js +2 -2
- package/dist/esm/models/bid-document-dto.d.ts +2 -2
- package/dist/esm/models/bid-document-dto.js +2 -2
- package/dist/esm/models/bid-failed-v2-response-dto.d.ts +4 -4
- package/dist/esm/models/bid-failed-v2-response-dto.js +2 -2
- package/dist/esm/models/bid-item-dto.d.ts +2 -2
- package/dist/esm/models/bid-item-dto.js +2 -2
- package/dist/esm/models/bid-lifecycle-dto.d.ts +3 -3
- package/dist/esm/models/bid-lifecycle-dto.js +2 -2
- package/dist/esm/models/bid-manager-dto.d.ts +2 -2
- package/dist/esm/models/bid-manager-dto.js +2 -2
- package/dist/esm/models/bid-payment-terms-dto.d.ts +4 -3
- package/dist/esm/models/bid-payment-terms-dto.js +2 -2
- package/dist/esm/models/bid-product-dto.d.ts +2 -2
- package/dist/esm/models/bid-product-dto.js +2 -2
- package/dist/esm/models/bid-public-status.d.ts +2 -2
- package/dist/esm/models/bid-public-status.js +2 -2
- package/dist/esm/models/bid-registered-response-dto.d.ts +2 -2
- package/dist/esm/models/bid-registered-response-dto.js +2 -2
- package/dist/esm/models/bid-result-participant-attachment-dto.d.ts +2 -2
- package/dist/esm/models/bid-result-participant-attachment-dto.js +2 -2
- package/dist/esm/models/bid-result-participant-dto.d.ts +2 -2
- package/dist/esm/models/bid-result-participant-dto.js +2 -2
- package/dist/esm/models/bid-results-response-dto.d.ts +3 -3
- package/dist/esm/models/bid-results-response-dto.js +2 -2
- package/dist/esm/models/bid-settlement-line-item-dto.d.ts +2 -2
- package/dist/esm/models/bid-settlement-line-item-dto.js +2 -2
- package/dist/esm/models/bid-settlement-participant-dto.d.ts +2 -2
- package/dist/esm/models/bid-settlement-participant-dto.js +2 -2
- package/dist/esm/models/bid-settlement-response-dto.d.ts +2 -2
- package/dist/esm/models/bid-settlement-response-dto.js +2 -2
- package/dist/esm/models/bid-statement-response-dto.d.ts +2 -2
- package/dist/esm/models/bid-statement-response-dto.js +2 -2
- package/dist/esm/models/bid-summary-dto.d.ts +9 -8
- package/dist/esm/models/bid-summary-dto.js +2 -2
- package/dist/esm/models/bid-type-public.d.ts +19 -0
- package/dist/esm/models/bid-type-public.js +20 -0
- package/dist/esm/models/bid-updated-response-dto.d.ts +2 -2
- package/dist/esm/models/bid-updated-response-dto.js +2 -2
- package/dist/esm/models/cancel-bid-request-dto.d.ts +2 -2
- package/dist/esm/models/cancel-bid-request-dto.js +2 -2
- package/dist/esm/models/cancel-bid200-response.d.ts +2 -2
- package/dist/esm/models/cancel-bid200-response.js +2 -2
- package/dist/esm/models/card-payment-request-response-dto.d.ts +2 -2
- package/dist/esm/models/card-payment-request-response-dto.js +2 -2
- package/dist/esm/models/complete-acceptance-request-dto.d.ts +10 -6
- package/dist/esm/models/complete-acceptance-request-dto.js +2 -2
- package/dist/esm/models/complete-acceptance200-response.d.ts +2 -2
- package/dist/esm/models/complete-acceptance200-response.js +2 -2
- package/dist/esm/models/complete-invoice200-response.d.ts +2 -2
- package/dist/esm/models/complete-invoice200-response.js +2 -2
- package/dist/esm/models/contract-restriction-confirm-input-dto.d.ts +2 -2
- package/dist/esm/models/contract-restriction-confirm-input-dto.js +2 -2
- package/dist/esm/models/create-bid-request-dto.d.ts +5 -5
- package/dist/esm/models/create-bid-request-dto.js +2 -2
- package/dist/esm/models/create-card-payment-dto.d.ts +41 -0
- package/dist/esm/models/create-card-payment-dto.js +14 -0
- package/dist/esm/models/create-card-payment-request-dto.d.ts +4 -4
- package/dist/esm/models/create-card-payment-request-dto.js +2 -2
- package/dist/esm/models/create-card-payment200-response.d.ts +21 -0
- package/dist/esm/models/create-card-payment200-response.js +14 -0
- package/dist/esm/models/create-external-contract-documents-request-dto.d.ts +2 -2
- package/dist/esm/models/create-external-contract-documents-request-dto.js +2 -2
- package/dist/esm/models/create-external-contract-documents-response-dto.d.ts +2 -2
- package/dist/esm/models/create-external-contract-documents-response-dto.js +2 -2
- package/dist/esm/models/delivery-date-type-public.d.ts +20 -0
- package/dist/esm/models/delivery-date-type-public.js +21 -0
- package/dist/esm/models/delivery-method-public.d.ts +20 -0
- package/dist/esm/models/delivery-method-public.js +21 -0
- package/dist/esm/models/excellent-procurement-public.d.ts +31 -0
- package/dist/esm/models/excellent-procurement-public.js +32 -0
- package/dist/esm/models/external-contract-document-item-dto.d.ts +2 -2
- package/dist/esm/models/external-contract-document-item-dto.js +2 -2
- package/dist/esm/models/external-contract-documents-response-dto.d.ts +2 -2
- package/dist/esm/models/external-contract-documents-response-dto.js +2 -2
- package/dist/esm/models/external-contract-item-dto.d.ts +2 -2
- package/dist/esm/models/external-contract-item-dto.js +2 -2
- package/dist/esm/models/external-contract-snapshot-dto.d.ts +2 -2
- package/dist/esm/models/external-contract-snapshot-dto.js +2 -2
- package/dist/esm/models/external-document-inputs-dto.d.ts +2 -2
- package/dist/esm/models/external-document-inputs-dto.js +2 -2
- package/dist/esm/models/file-meta-response-dto.d.ts +2 -2
- package/dist/esm/models/file-meta-response-dto.js +2 -2
- package/dist/esm/models/file-uploaded-response-dto.d.ts +3 -3
- package/dist/esm/models/file-uploaded-response-dto.js +2 -2
- package/dist/esm/models/generated-external-contract-document-dto.d.ts +2 -2
- package/dist/esm/models/generated-external-contract-document-dto.js +2 -2
- package/dist/esm/models/get-bid-settlement200-response.d.ts +2 -2
- package/dist/esm/models/get-bid-settlement200-response.js +2 -2
- package/dist/esm/models/get-bid-statement200-response.d.ts +2 -2
- package/dist/esm/models/get-bid-statement200-response.js +2 -2
- package/dist/esm/models/get-bid200-response.d.ts +2 -2
- package/dist/esm/models/get-bid200-response.js +2 -2
- package/dist/esm/models/get-file-meta200-response.d.ts +2 -2
- package/dist/esm/models/get-file-meta200-response.js +2 -2
- package/dist/esm/models/get-supplier-card-payable-v2200-response.d.ts +21 -0
- package/dist/esm/models/get-supplier-card-payable-v2200-response.js +14 -0
- package/dist/esm/models/green-product-public.d.ts +21 -0
- package/dist/esm/models/green-product-public.js +22 -0
- package/dist/esm/models/health-controller-check200-response.d.ts +2 -2
- package/dist/esm/models/health-controller-check200-response.js +2 -2
- package/dist/esm/models/health-response-dto.d.ts +2 -2
- package/dist/esm/models/health-response-dto.js +2 -2
- package/dist/esm/models/hierarchical-region-dto.d.ts +2 -2
- package/dist/esm/models/hierarchical-region-dto.js +2 -2
- package/dist/esm/models/index.d.ts +22 -39
- package/dist/esm/models/index.js +22 -39
- package/dist/esm/models/introspect-request-dto.d.ts +2 -2
- package/dist/esm/models/introspect-request-dto.js +2 -2
- package/dist/esm/models/introspection-response-dto.d.ts +2 -2
- package/dist/esm/models/introspection-response-dto.js +2 -2
- package/dist/esm/models/invalid-param-dto.d.ts +3 -3
- package/dist/esm/models/invalid-param-dto.js +2 -2
- package/dist/esm/models/invoice-completed-response-dto.d.ts +2 -2
- package/dist/esm/models/invoice-completed-response-dto.js +2 -2
- package/dist/esm/models/invoice-split-response-dto.d.ts +17 -0
- package/dist/esm/models/invoice-split-response-dto.js +14 -0
- package/dist/esm/models/legal-mandatory-public.d.ts +25 -0
- package/dist/esm/models/legal-mandatory-public.js +26 -0
- package/dist/esm/models/list-bid-results200-response.d.ts +2 -2
- package/dist/esm/models/list-bid-results200-response.js +2 -2
- package/dist/esm/models/list-bids-response-dto.d.ts +2 -2
- package/dist/esm/models/list-bids-response-dto.js +2 -2
- package/dist/esm/models/list-bids200-response.d.ts +2 -2
- package/dist/esm/models/list-bids200-response.js +2 -2
- package/dist/esm/models/list-products200-response.d.ts +21 -0
- package/dist/esm/models/list-products200-response.js +14 -0
- package/dist/esm/models/mark-bid-failed-request-dto.d.ts +3 -3
- package/dist/esm/models/mark-bid-failed-request-dto.js +2 -2
- package/dist/esm/models/mark-bid-failed201-response.d.ts +2 -2
- package/dist/esm/models/mark-bid-failed201-response.js +2 -2
- package/dist/esm/models/negotiation-score-dto.d.ts +25 -0
- package/dist/esm/models/negotiation-score-dto.js +14 -0
- package/dist/esm/models/negotiation-scored-v2-response-dto.d.ts +29 -0
- package/dist/esm/models/negotiation-scored-v2-response-dto.js +16 -0
- package/dist/esm/models/oauth-error-response-dto.d.ts +2 -2
- package/dist/esm/models/oauth-error-response-dto.js +2 -2
- package/dist/esm/models/payment-method-public.d.ts +19 -0
- package/dist/esm/models/payment-method-public.js +20 -0
- package/dist/esm/models/preconditions-dto.d.ts +11 -50
- package/dist/esm/models/preconditions-dto.js +3 -33
- package/dist/esm/models/problem-details-dto.d.ts +3 -3
- package/dist/esm/models/problem-details-dto.js +2 -2
- package/dist/esm/models/product-receipt-response-dto.d.ts +17 -0
- package/dist/esm/models/product-receipt-response-dto.js +14 -0
- package/dist/esm/models/product-response-dto.d.ts +77 -0
- package/dist/esm/models/product-response-dto.js +14 -0
- package/dist/esm/models/protected-resource-metadata-dto.d.ts +2 -2
- package/dist/esm/models/protected-resource-metadata-dto.js +2 -2
- package/dist/esm/models/register-award-request-dto.d.ts +4 -4
- package/dist/esm/models/register-award-request-dto.js +2 -2
- package/dist/esm/models/register-award201-response.d.ts +2 -2
- package/dist/esm/models/register-award201-response.js +2 -2
- package/dist/esm/models/register-bid201-response.d.ts +2 -2
- package/dist/esm/models/register-bid201-response.js +2 -2
- package/dist/esm/models/register-semo-contract-request-dto.d.ts +2 -2
- package/dist/esm/models/register-semo-contract-request-dto.js +2 -2
- package/dist/esm/models/request-invoice-split-request-dto.d.ts +25 -0
- package/dist/esm/models/request-invoice-split-request-dto.js +14 -0
- package/dist/esm/models/request-invoice-split200-response.d.ts +21 -0
- package/dist/esm/models/request-invoice-split200-response.js +14 -0
- package/dist/esm/models/retiree-roster-input-dto.d.ts +2 -2
- package/dist/esm/models/retiree-roster-input-dto.js +2 -2
- package/dist/esm/models/retiree-roster-row-dto.d.ts +2 -2
- package/dist/esm/models/retiree-roster-row-dto.js +2 -2
- package/dist/esm/models/revert-award-request-dto.d.ts +2 -2
- package/dist/esm/models/revert-award-request-dto.js +2 -2
- package/dist/esm/models/revert-award200-response.d.ts +2 -2
- package/dist/esm/models/revert-award200-response.js +2 -2
- package/dist/esm/models/revoke-request-dto.d.ts +2 -2
- package/dist/esm/models/revoke-request-dto.js +2 -2
- package/dist/esm/models/semo-contract-registered-response-dto.d.ts +2 -2
- package/dist/esm/models/semo-contract-registered-response-dto.js +2 -2
- package/dist/esm/models/semo-contract-taxinvoice-status-response-dto.d.ts +2 -2
- package/dist/esm/models/semo-contract-taxinvoice-status-response-dto.js +2 -2
- package/dist/esm/models/statement-document-dto.d.ts +2 -2
- package/dist/esm/models/statement-document-dto.js +2 -2
- package/dist/esm/models/statement-product-dto.d.ts +3 -3
- package/dist/esm/models/statement-product-dto.js +2 -2
- package/dist/esm/models/submit-negotiation-scores-request-dto.d.ts +22 -0
- package/dist/esm/models/submit-negotiation-scores-request-dto.js +14 -0
- package/dist/esm/models/submit-negotiation-scores201-response.d.ts +21 -0
- package/dist/esm/models/submit-negotiation-scores201-response.js +14 -0
- package/dist/esm/models/supplier-card-payable-response-dto.d.ts +2 -2
- package/dist/esm/models/supplier-card-payable-response-dto.js +2 -2
- package/dist/esm/models/supplier-tax-type.d.ts +2 -2
- package/dist/esm/models/supplier-tax-type.js +2 -2
- package/dist/esm/models/token-request-dto.d.ts +2 -2
- package/dist/esm/models/token-request-dto.js +2 -2
- package/dist/esm/models/token-response-dto.d.ts +2 -2
- package/dist/esm/models/token-response-dto.js +2 -2
- package/dist/esm/models/update-bid-request-dto.d.ts +7 -7
- package/dist/esm/models/update-bid-request-dto.js +2 -2
- package/dist/esm/models/update-bid200-response.d.ts +2 -2
- package/dist/esm/models/update-bid200-response.js +2 -2
- package/dist/esm/models/upload-file-request-dto.d.ts +3 -3
- package/dist/esm/models/upload-file-request-dto.js +2 -2
- package/dist/esm/models/upload-file201-response.d.ts +2 -2
- package/dist/esm/models/upload-file201-response.js +2 -2
- package/dist/esm/partner-client.d.ts +2 -2
- package/dist/esm/partner-client.js +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/models/acceptance-result-response-dto.d.ts +3 -3
- package/dist/models/acceptance-result-response-dto.js +2 -2
- package/dist/models/acknowledge-product-receipt200-response.d.ts +21 -0
- package/dist/models/acknowledge-product-receipt200-response.js +15 -0
- package/dist/models/acknowledge-products-request-dto.d.ts +17 -0
- package/dist/models/acknowledge-products-request-dto.js +15 -0
- package/dist/models/api-catalog-dto.d.ts +2 -2
- package/dist/models/api-catalog-dto.js +2 -2
- package/dist/models/api-catalog-entry-dto.d.ts +2 -2
- package/dist/models/api-catalog-entry-dto.js +2 -2
- package/dist/models/api-catalog-link-dto.d.ts +2 -2
- package/dist/models/api-catalog-link-dto.js +2 -2
- package/dist/models/authorization-server-metadata-dto.d.ts +2 -2
- package/dist/models/authorization-server-metadata-dto.js +2 -2
- package/dist/models/award-method-public.d.ts +3 -3
- package/dist/models/award-method-public.js +3 -3
- package/dist/models/award-registered-v2-response-dto.d.ts +5 -5
- package/dist/models/award-registered-v2-response-dto.js +2 -2
- package/dist/models/award-reverted-v2-response-dto.d.ts +4 -4
- package/dist/models/award-reverted-v2-response-dto.js +2 -2
- package/dist/models/bid-acceptance-dto.d.ts +2 -2
- package/dist/models/bid-acceptance-dto.js +2 -2
- package/dist/models/bid-bond-dto.d.ts +2 -2
- package/dist/models/bid-bond-dto.js +2 -2
- package/dist/models/bid-cancelled-response-dto.d.ts +4 -4
- package/dist/models/bid-cancelled-response-dto.js +2 -2
- package/dist/models/bid-contact-dto.d.ts +2 -2
- package/dist/models/bid-contact-dto.js +2 -2
- package/dist/models/bid-contacts-dto.d.ts +2 -2
- package/dist/models/bid-contacts-dto.js +2 -2
- package/dist/models/bid-contract-document-dto.d.ts +2 -2
- package/dist/models/bid-contract-document-dto.js +2 -2
- package/dist/models/bid-delivery-terms-dto.d.ts +6 -4
- package/dist/models/bid-delivery-terms-dto.js +2 -2
- package/dist/models/bid-detail-response-dto.d.ts +5 -5
- package/dist/models/bid-detail-response-dto.js +2 -2
- package/dist/models/bid-document-dto.d.ts +2 -2
- package/dist/models/bid-document-dto.js +2 -2
- package/dist/models/bid-failed-v2-response-dto.d.ts +4 -4
- package/dist/models/bid-failed-v2-response-dto.js +2 -2
- package/dist/models/bid-item-dto.d.ts +2 -2
- package/dist/models/bid-item-dto.js +2 -2
- package/dist/models/bid-lifecycle-dto.d.ts +3 -3
- package/dist/models/bid-lifecycle-dto.js +2 -2
- package/dist/models/bid-manager-dto.d.ts +2 -2
- package/dist/models/bid-manager-dto.js +2 -2
- package/dist/models/bid-payment-terms-dto.d.ts +4 -3
- package/dist/models/bid-payment-terms-dto.js +2 -2
- package/dist/models/bid-product-dto.d.ts +2 -2
- package/dist/models/bid-product-dto.js +2 -2
- package/dist/models/bid-public-status.d.ts +2 -2
- package/dist/models/bid-public-status.js +2 -2
- package/dist/models/bid-registered-response-dto.d.ts +2 -2
- package/dist/models/bid-registered-response-dto.js +2 -2
- package/dist/models/bid-result-participant-attachment-dto.d.ts +2 -2
- package/dist/models/bid-result-participant-attachment-dto.js +2 -2
- package/dist/models/bid-result-participant-dto.d.ts +2 -2
- package/dist/models/bid-result-participant-dto.js +2 -2
- package/dist/models/bid-results-response-dto.d.ts +3 -3
- package/dist/models/bid-results-response-dto.js +2 -2
- package/dist/models/bid-settlement-line-item-dto.d.ts +2 -2
- package/dist/models/bid-settlement-line-item-dto.js +2 -2
- package/dist/models/bid-settlement-participant-dto.d.ts +2 -2
- package/dist/models/bid-settlement-participant-dto.js +2 -2
- package/dist/models/bid-settlement-response-dto.d.ts +2 -2
- package/dist/models/bid-settlement-response-dto.js +2 -2
- package/dist/models/bid-statement-response-dto.d.ts +2 -2
- package/dist/models/bid-statement-response-dto.js +2 -2
- package/dist/models/bid-summary-dto.d.ts +9 -8
- package/dist/models/bid-summary-dto.js +2 -2
- package/dist/models/bid-type-public.d.ts +19 -0
- package/dist/models/bid-type-public.js +23 -0
- package/dist/models/bid-updated-response-dto.d.ts +2 -2
- package/dist/models/bid-updated-response-dto.js +2 -2
- package/dist/models/cancel-bid-request-dto.d.ts +2 -2
- package/dist/models/cancel-bid-request-dto.js +2 -2
- package/dist/models/cancel-bid200-response.d.ts +2 -2
- package/dist/models/cancel-bid200-response.js +2 -2
- package/dist/models/card-payment-request-response-dto.d.ts +2 -2
- package/dist/models/card-payment-request-response-dto.js +2 -2
- package/dist/models/complete-acceptance-request-dto.d.ts +10 -6
- package/dist/models/complete-acceptance-request-dto.js +2 -2
- package/dist/models/complete-acceptance200-response.d.ts +2 -2
- package/dist/models/complete-acceptance200-response.js +2 -2
- package/dist/models/complete-invoice200-response.d.ts +2 -2
- package/dist/models/complete-invoice200-response.js +2 -2
- package/dist/models/contract-restriction-confirm-input-dto.d.ts +2 -2
- package/dist/models/contract-restriction-confirm-input-dto.js +2 -2
- package/dist/models/create-bid-request-dto.d.ts +5 -5
- package/dist/models/create-bid-request-dto.js +2 -2
- package/dist/models/create-card-payment-dto.d.ts +41 -0
- package/dist/models/create-card-payment-dto.js +15 -0
- package/dist/models/create-card-payment-request-dto.d.ts +4 -4
- package/dist/models/create-card-payment-request-dto.js +2 -2
- package/dist/models/create-card-payment200-response.d.ts +21 -0
- package/dist/models/create-card-payment200-response.js +15 -0
- package/dist/models/create-external-contract-documents-request-dto.d.ts +2 -2
- package/dist/models/create-external-contract-documents-request-dto.js +2 -2
- package/dist/models/create-external-contract-documents-response-dto.d.ts +2 -2
- package/dist/models/create-external-contract-documents-response-dto.js +2 -2
- package/dist/models/delivery-date-type-public.d.ts +20 -0
- package/dist/models/delivery-date-type-public.js +24 -0
- package/dist/models/delivery-method-public.d.ts +20 -0
- package/dist/models/delivery-method-public.js +24 -0
- package/dist/models/excellent-procurement-public.d.ts +31 -0
- package/dist/models/excellent-procurement-public.js +35 -0
- package/dist/models/external-contract-document-item-dto.d.ts +2 -2
- package/dist/models/external-contract-document-item-dto.js +2 -2
- package/dist/models/external-contract-documents-response-dto.d.ts +2 -2
- package/dist/models/external-contract-documents-response-dto.js +2 -2
- package/dist/models/external-contract-item-dto.d.ts +2 -2
- package/dist/models/external-contract-item-dto.js +2 -2
- package/dist/models/external-contract-snapshot-dto.d.ts +2 -2
- package/dist/models/external-contract-snapshot-dto.js +2 -2
- package/dist/models/external-document-inputs-dto.d.ts +2 -2
- package/dist/models/external-document-inputs-dto.js +2 -2
- package/dist/models/file-meta-response-dto.d.ts +2 -2
- package/dist/models/file-meta-response-dto.js +2 -2
- package/dist/models/file-uploaded-response-dto.d.ts +3 -3
- package/dist/models/file-uploaded-response-dto.js +2 -2
- package/dist/models/generated-external-contract-document-dto.d.ts +2 -2
- package/dist/models/generated-external-contract-document-dto.js +2 -2
- package/dist/models/get-bid-settlement200-response.d.ts +2 -2
- package/dist/models/get-bid-settlement200-response.js +2 -2
- package/dist/models/get-bid-statement200-response.d.ts +2 -2
- package/dist/models/get-bid-statement200-response.js +2 -2
- package/dist/models/get-bid200-response.d.ts +2 -2
- package/dist/models/get-bid200-response.js +2 -2
- package/dist/models/get-file-meta200-response.d.ts +2 -2
- package/dist/models/get-file-meta200-response.js +2 -2
- package/dist/models/get-supplier-card-payable-v2200-response.d.ts +21 -0
- package/dist/models/get-supplier-card-payable-v2200-response.js +15 -0
- package/dist/models/green-product-public.d.ts +21 -0
- package/dist/models/green-product-public.js +25 -0
- package/dist/models/health-controller-check200-response.d.ts +2 -2
- package/dist/models/health-controller-check200-response.js +2 -2
- package/dist/models/health-response-dto.d.ts +2 -2
- package/dist/models/health-response-dto.js +2 -2
- package/dist/models/hierarchical-region-dto.d.ts +2 -2
- package/dist/models/hierarchical-region-dto.js +2 -2
- package/dist/models/index.d.ts +22 -39
- package/dist/models/index.js +22 -39
- package/dist/models/introspect-request-dto.d.ts +2 -2
- package/dist/models/introspect-request-dto.js +2 -2
- package/dist/models/introspection-response-dto.d.ts +2 -2
- package/dist/models/introspection-response-dto.js +2 -2
- package/dist/models/invalid-param-dto.d.ts +3 -3
- package/dist/models/invalid-param-dto.js +2 -2
- package/dist/models/invoice-completed-response-dto.d.ts +2 -2
- package/dist/models/invoice-completed-response-dto.js +2 -2
- package/dist/models/invoice-split-response-dto.d.ts +17 -0
- package/dist/models/invoice-split-response-dto.js +15 -0
- package/dist/models/legal-mandatory-public.d.ts +25 -0
- package/dist/models/legal-mandatory-public.js +29 -0
- package/dist/models/list-bid-results200-response.d.ts +2 -2
- package/dist/models/list-bid-results200-response.js +2 -2
- package/dist/models/list-bids-response-dto.d.ts +2 -2
- package/dist/models/list-bids-response-dto.js +2 -2
- package/dist/models/list-bids200-response.d.ts +2 -2
- package/dist/models/list-bids200-response.js +2 -2
- package/dist/models/list-products200-response.d.ts +21 -0
- package/dist/models/list-products200-response.js +15 -0
- package/dist/models/mark-bid-failed-request-dto.d.ts +3 -3
- package/dist/models/mark-bid-failed-request-dto.js +2 -2
- package/dist/models/mark-bid-failed201-response.d.ts +2 -2
- package/dist/models/mark-bid-failed201-response.js +2 -2
- package/dist/models/negotiation-score-dto.d.ts +25 -0
- package/dist/models/negotiation-score-dto.js +15 -0
- package/dist/models/negotiation-scored-v2-response-dto.d.ts +29 -0
- package/dist/models/negotiation-scored-v2-response-dto.js +19 -0
- package/dist/models/oauth-error-response-dto.d.ts +2 -2
- package/dist/models/oauth-error-response-dto.js +2 -2
- package/dist/models/payment-method-public.d.ts +19 -0
- package/dist/models/payment-method-public.js +23 -0
- package/dist/models/preconditions-dto.d.ts +11 -50
- package/dist/models/preconditions-dto.js +2 -34
- package/dist/models/problem-details-dto.d.ts +3 -3
- package/dist/models/problem-details-dto.js +2 -2
- package/dist/models/product-receipt-response-dto.d.ts +17 -0
- package/dist/models/product-receipt-response-dto.js +15 -0
- package/dist/models/product-response-dto.d.ts +77 -0
- package/dist/models/product-response-dto.js +15 -0
- package/dist/models/protected-resource-metadata-dto.d.ts +2 -2
- package/dist/models/protected-resource-metadata-dto.js +2 -2
- package/dist/models/register-award-request-dto.d.ts +4 -4
- package/dist/models/register-award-request-dto.js +2 -2
- package/dist/models/register-award201-response.d.ts +2 -2
- package/dist/models/register-award201-response.js +2 -2
- package/dist/models/register-bid201-response.d.ts +2 -2
- package/dist/models/register-bid201-response.js +2 -2
- package/dist/models/register-semo-contract-request-dto.d.ts +2 -2
- package/dist/models/register-semo-contract-request-dto.js +2 -2
- package/dist/models/request-invoice-split-request-dto.d.ts +25 -0
- package/dist/models/request-invoice-split-request-dto.js +15 -0
- package/dist/models/request-invoice-split200-response.d.ts +21 -0
- package/dist/models/request-invoice-split200-response.js +15 -0
- package/dist/models/retiree-roster-input-dto.d.ts +2 -2
- package/dist/models/retiree-roster-input-dto.js +2 -2
- package/dist/models/retiree-roster-row-dto.d.ts +2 -2
- package/dist/models/retiree-roster-row-dto.js +2 -2
- package/dist/models/revert-award-request-dto.d.ts +2 -2
- package/dist/models/revert-award-request-dto.js +2 -2
- package/dist/models/revert-award200-response.d.ts +2 -2
- package/dist/models/revert-award200-response.js +2 -2
- package/dist/models/revoke-request-dto.d.ts +2 -2
- package/dist/models/revoke-request-dto.js +2 -2
- package/dist/models/semo-contract-registered-response-dto.d.ts +2 -2
- package/dist/models/semo-contract-registered-response-dto.js +2 -2
- package/dist/models/semo-contract-taxinvoice-status-response-dto.d.ts +2 -2
- package/dist/models/semo-contract-taxinvoice-status-response-dto.js +2 -2
- package/dist/models/statement-document-dto.d.ts +2 -2
- package/dist/models/statement-document-dto.js +2 -2
- package/dist/models/statement-product-dto.d.ts +3 -3
- package/dist/models/statement-product-dto.js +2 -2
- package/dist/models/submit-negotiation-scores-request-dto.d.ts +22 -0
- package/dist/models/submit-negotiation-scores-request-dto.js +15 -0
- package/dist/models/submit-negotiation-scores201-response.d.ts +21 -0
- package/dist/models/submit-negotiation-scores201-response.js +15 -0
- package/dist/models/supplier-card-payable-response-dto.d.ts +2 -2
- package/dist/models/supplier-card-payable-response-dto.js +2 -2
- package/dist/models/supplier-tax-type.d.ts +2 -2
- package/dist/models/supplier-tax-type.js +2 -2
- package/dist/models/token-request-dto.d.ts +2 -2
- package/dist/models/token-request-dto.js +2 -2
- package/dist/models/token-response-dto.d.ts +2 -2
- package/dist/models/token-response-dto.js +2 -2
- package/dist/models/update-bid-request-dto.d.ts +7 -7
- package/dist/models/update-bid-request-dto.js +2 -2
- package/dist/models/update-bid200-response.d.ts +2 -2
- package/dist/models/update-bid200-response.js +2 -2
- package/dist/models/upload-file-request-dto.d.ts +3 -3
- package/dist/models/upload-file-request-dto.js +2 -2
- package/dist/models/upload-file201-response.d.ts +2 -2
- package/dist/models/upload-file201-response.js +2 -2
- package/dist/partner-client.d.ts +2 -2
- package/dist/partner-client.js +1 -1
- package/docs/AcceptanceResultResponseDto.md +1 -1
- package/docs/AcknowledgeProductReceipt200Response.md +22 -0
- package/docs/AcknowledgeProductsRequestDto.md +20 -0
- package/docs/AwardMethodPublic.md +1 -1
- package/docs/AwardRegisteredV2ResponseDto.md +3 -3
- package/docs/AwardRevertedV2ResponseDto.md +2 -2
- package/docs/BidCancelledResponseDto.md +2 -2
- package/docs/BidDeliveryTermsDto.md +2 -2
- package/docs/BidDetailResponseDto.md +3 -3
- package/docs/BidFailedV2ResponseDto.md +2 -2
- package/docs/BidLifecycleDto.md +1 -1
- package/docs/BidPaymentTermsDto.md +1 -1
- package/docs/BidResultsResponseDto.md +1 -1
- package/docs/BidSummaryDto.md +6 -6
- package/docs/BidTypePublic.md +11 -0
- package/docs/CompleteAcceptanceRequestDto.md +5 -3
- package/docs/CreateBidRequestDto.md +6 -6
- package/docs/CreateCardPayment200Response.md +22 -0
- package/docs/CreateCardPaymentDto.md +32 -0
- package/docs/CreateCardPaymentRequestDto.md +2 -2
- package/docs/DeliveryDateTypePublic.md +13 -0
- package/docs/DeliveryMethodPublic.md +13 -0
- package/docs/ExcellentProcurementPublic.md +35 -0
- package/docs/FileUploadedResponseDto.md +1 -1
- package/docs/GetSupplierCardPayableV2200Response.md +22 -0
- package/docs/GreenProductPublic.md +15 -0
- package/docs/InvalidParamDto.md +1 -1
- package/docs/{AcceptanceResultV1ResponseDto.md → InvoiceSplitResponseDto.md} +4 -4
- package/docs/LegalMandatoryPublic.md +23 -0
- package/docs/ListProducts200Response.md +22 -0
- package/docs/MarkBidFailedRequestDto.md +1 -1
- package/docs/NegotiationScoreDto.md +24 -0
- package/docs/NegotiationScoredV2ResponseDto.md +24 -0
- package/docs/{PartnerV2Api.md → PartnerApiApi.md} +353 -207
- package/docs/PaymentMethodPublic.md +11 -0
- package/docs/PreconditionsDto.md +3 -7
- package/docs/ProblemDetailsDto.md +1 -1
- package/docs/ProductReceiptResponseDto.md +20 -0
- package/docs/ProductResponseDto.md +50 -0
- package/docs/ProductsApi.md +124 -0
- package/docs/RegisterAwardRequestDto.md +2 -2
- package/docs/RequestInvoiceSplit200Response.md +22 -0
- package/docs/RequestInvoiceSplitRequestDto.md +24 -0
- package/docs/StatementProductDto.md +2 -2
- package/docs/SubmitNegotiationScores201Response.md +22 -0
- package/docs/SubmitNegotiationScoresRequestDto.md +22 -0
- package/docs/UpdateBidRequestDto.md +10 -10
- package/docs/UploadFileRequestDto.md +1 -1
- package/index.ts +2 -2
- package/models/acceptance-result-response-dto.ts +3 -3
- package/models/acknowledge-product-receipt200-response.ts +27 -0
- package/models/acknowledge-products-request-dto.ts +23 -0
- package/models/api-catalog-dto.ts +2 -2
- package/models/api-catalog-entry-dto.ts +2 -2
- package/models/api-catalog-link-dto.ts +2 -2
- package/models/authorization-server-metadata-dto.ts +2 -2
- package/models/award-method-public.ts +3 -3
- package/models/award-registered-v2-response-dto.ts +5 -5
- package/models/award-reverted-v2-response-dto.ts +4 -4
- package/models/bid-acceptance-dto.ts +2 -2
- package/models/bid-bond-dto.ts +2 -2
- package/models/bid-cancelled-response-dto.ts +4 -4
- package/models/bid-contact-dto.ts +2 -2
- package/models/bid-contacts-dto.ts +2 -2
- package/models/bid-contract-document-dto.ts +2 -2
- package/models/bid-delivery-terms-dto.ts +12 -4
- package/models/bid-detail-response-dto.ts +5 -5
- package/models/bid-document-dto.ts +2 -2
- package/models/bid-failed-v2-response-dto.ts +4 -4
- package/models/bid-item-dto.ts +2 -2
- package/models/bid-lifecycle-dto.ts +3 -3
- package/models/bid-manager-dto.ts +2 -2
- package/models/bid-payment-terms-dto.ts +8 -3
- package/models/bid-product-dto.ts +2 -2
- package/models/bid-public-status.ts +2 -2
- package/models/bid-registered-response-dto.ts +2 -2
- package/models/bid-result-participant-attachment-dto.ts +2 -2
- package/models/bid-result-participant-dto.ts +2 -2
- package/models/bid-results-response-dto.ts +3 -3
- package/models/bid-settlement-line-item-dto.ts +2 -2
- package/models/bid-settlement-participant-dto.ts +2 -2
- package/models/bid-settlement-response-dto.ts +2 -2
- package/models/bid-statement-response-dto.ts +2 -2
- package/models/bid-summary-dto.ts +11 -8
- package/models/bid-type-public.ts +29 -0
- package/models/bid-updated-response-dto.ts +2 -2
- package/models/cancel-bid-request-dto.ts +2 -2
- package/models/cancel-bid200-response.ts +2 -2
- package/models/card-payment-request-response-dto.ts +2 -2
- package/models/complete-acceptance-request-dto.ts +10 -6
- package/models/complete-acceptance200-response.ts +2 -2
- package/models/complete-invoice200-response.ts +2 -2
- package/models/contract-restriction-confirm-input-dto.ts +2 -2
- package/models/create-bid-request-dto.ts +5 -5
- package/models/create-card-payment-dto.ts +47 -0
- package/models/create-card-payment-request-dto.ts +4 -4
- package/models/create-card-payment200-response.ts +27 -0
- package/models/create-external-contract-documents-request-dto.ts +2 -2
- package/models/create-external-contract-documents-response-dto.ts +2 -2
- package/models/delivery-date-type-public.ts +30 -0
- package/models/delivery-method-public.ts +30 -0
- package/models/excellent-procurement-public.ts +41 -0
- package/models/external-contract-document-item-dto.ts +2 -2
- package/models/external-contract-documents-response-dto.ts +2 -2
- package/models/external-contract-item-dto.ts +2 -2
- package/models/external-contract-snapshot-dto.ts +2 -2
- package/models/external-document-inputs-dto.ts +2 -2
- package/models/file-meta-response-dto.ts +2 -2
- package/models/file-uploaded-response-dto.ts +3 -3
- package/models/generated-external-contract-document-dto.ts +2 -2
- package/models/get-bid-settlement200-response.ts +2 -2
- package/models/get-bid-statement200-response.ts +2 -2
- package/models/get-bid200-response.ts +2 -2
- package/models/get-file-meta200-response.ts +2 -2
- package/models/get-supplier-card-payable-v2200-response.ts +27 -0
- package/models/green-product-public.ts +31 -0
- package/models/health-controller-check200-response.ts +2 -2
- package/models/health-response-dto.ts +2 -2
- package/models/hierarchical-region-dto.ts +2 -2
- package/models/index.ts +22 -39
- package/models/introspect-request-dto.ts +2 -2
- package/models/introspection-response-dto.ts +2 -2
- package/models/invalid-param-dto.ts +3 -3
- package/models/invoice-completed-response-dto.ts +2 -2
- package/models/invoice-split-response-dto.ts +23 -0
- package/models/legal-mandatory-public.ts +35 -0
- package/models/list-bid-results200-response.ts +2 -2
- package/models/list-bids-response-dto.ts +2 -2
- package/models/list-bids200-response.ts +2 -2
- package/models/list-products200-response.ts +27 -0
- package/models/mark-bid-failed-request-dto.ts +3 -3
- package/models/mark-bid-failed201-response.ts +2 -2
- package/models/negotiation-score-dto.ts +31 -0
- package/models/negotiation-scored-v2-response-dto.ts +38 -0
- package/models/oauth-error-response-dto.ts +2 -2
- package/models/payment-method-public.ts +29 -0
- package/models/preconditions-dto.ts +17 -55
- package/models/problem-details-dto.ts +3 -3
- package/models/product-receipt-response-dto.ts +23 -0
- package/models/product-response-dto.ts +83 -0
- package/models/protected-resource-metadata-dto.ts +2 -2
- package/models/register-award-request-dto.ts +4 -4
- package/models/register-award201-response.ts +2 -2
- package/models/register-bid201-response.ts +2 -2
- package/models/register-semo-contract-request-dto.ts +2 -2
- package/models/request-invoice-split-request-dto.ts +31 -0
- package/models/request-invoice-split200-response.ts +27 -0
- package/models/retiree-roster-input-dto.ts +2 -2
- package/models/retiree-roster-row-dto.ts +2 -2
- package/models/revert-award-request-dto.ts +2 -2
- package/models/revert-award200-response.ts +2 -2
- package/models/revoke-request-dto.ts +2 -2
- package/models/semo-contract-registered-response-dto.ts +2 -2
- package/models/semo-contract-taxinvoice-status-response-dto.ts +2 -2
- package/models/statement-document-dto.ts +2 -2
- package/models/statement-product-dto.ts +3 -3
- package/models/submit-negotiation-scores-request-dto.ts +30 -0
- package/models/submit-negotiation-scores201-response.ts +27 -0
- package/models/supplier-card-payable-response-dto.ts +2 -2
- package/models/supplier-tax-type.ts +2 -2
- package/models/token-request-dto.ts +2 -2
- package/models/token-response-dto.ts +2 -2
- package/models/update-bid-request-dto.ts +7 -7
- package/models/update-bid200-response.ts +2 -2
- package/models/upload-file-request-dto.ts +3 -3
- package/models/upload-file201-response.ts +2 -2
- package/package.json +1 -1
- package/partner-client.ts +3 -3
- package/api/partner-v1-api.ts +0 -998
- package/dist/api/partner-v1-api.d.ts +0 -440
- package/dist/api/partner-v1-api.js +0 -913
- package/dist/esm/api/partner-v1-api.d.ts +0 -440
- package/dist/esm/api/partner-v1-api.js +0 -906
- package/dist/esm/models/acceptance-result-v1-response-dto.d.ts +0 -17
- package/dist/esm/models/acceptance-result-v1-response-dto.js +0 -14
- package/dist/esm/models/acknowledge-products-v1-request-dto.d.ts +0 -17
- package/dist/esm/models/acknowledge-products-v1-request-dto.js +0 -14
- package/dist/esm/models/award-registered-response-dto.d.ts +0 -17
- package/dist/esm/models/award-registered-response-dto.js +0 -14
- package/dist/esm/models/bid-attachment-v1-dto.d.ts +0 -21
- package/dist/esm/models/bid-attachment-v1-dto.js +0 -14
- package/dist/esm/models/bid-bond-v1-dto.d.ts +0 -27
- package/dist/esm/models/bid-bond-v1-dto.js +0 -18
- package/dist/esm/models/bid-contract-documents-batch-v1-request-dto.d.ts +0 -17
- package/dist/esm/models/bid-contract-documents-batch-v1-request-dto.js +0 -14
- package/dist/esm/models/bid-contract-documents-v1-response-dto.d.ts +0 -30
- package/dist/esm/models/bid-contract-documents-v1-response-dto.js +0 -14
- package/dist/esm/models/bid-created-response-dto.d.ts +0 -21
- package/dist/esm/models/bid-created-response-dto.js +0 -14
- package/dist/esm/models/bid-document-v1-dto.d.ts +0 -25
- package/dist/esm/models/bid-document-v1-dto.js +0 -14
- package/dist/esm/models/bid-failed-response-dto.d.ts +0 -17
- package/dist/esm/models/bid-failed-response-dto.js +0 -14
- package/dist/esm/models/bid-failure-reason.d.ts +0 -25
- package/dist/esm/models/bid-failure-reason.js +0 -26
- package/dist/esm/models/bid-item-v1-dto.d.ts +0 -41
- package/dist/esm/models/bid-item-v1-dto.js +0 -14
- package/dist/esm/models/bid-manager-v1-dto.d.ts +0 -33
- package/dist/esm/models/bid-manager-v1-dto.js +0 -14
- package/dist/esm/models/bid-result-v1-attachment-dto.d.ts +0 -33
- package/dist/esm/models/bid-result-v1-attachment-dto.js +0 -14
- package/dist/esm/models/bid-result-v1-bid-product-info-dto.d.ts +0 -45
- package/dist/esm/models/bid-result-v1-bid-product-info-dto.js +0 -14
- package/dist/esm/models/bid-result-v1-participant-dto.d.ts +0 -183
- package/dist/esm/models/bid-result-v1-participant-dto.js +0 -14
- package/dist/esm/models/bid-result-v1-product-dto.d.ts +0 -53
- package/dist/esm/models/bid-result-v1-product-dto.js +0 -14
- package/dist/esm/models/bid-results-batch-v1-request-dto.d.ts +0 -25
- package/dist/esm/models/bid-results-batch-v1-request-dto.js +0 -14
- package/dist/esm/models/bid-results-v1-response-dto.d.ts +0 -164
- package/dist/esm/models/bid-results-v1-response-dto.js +0 -14
- package/dist/esm/models/bid-statement-v1-response-dto.d.ts +0 -31
- package/dist/esm/models/bid-statement-v1-response-dto.js +0 -14
- package/dist/esm/models/bid-status.d.ts +0 -23
- package/dist/esm/models/bid-status.js +0 -24
- package/dist/esm/models/complete-acceptance-v1-request-dto.d.ts +0 -65
- package/dist/esm/models/complete-acceptance-v1-request-dto.js +0 -14
- package/dist/esm/models/contract-document-item-dto.d.ts +0 -45
- package/dist/esm/models/contract-document-item-dto.js +0 -14
- package/dist/esm/models/create-bid-v1-request-dto.d.ts +0 -331
- package/dist/esm/models/create-bid-v1-request-dto.js +0 -113
- package/dist/esm/models/file-uploaded-v1-response-dto.d.ts +0 -17
- package/dist/esm/models/file-uploaded-v1-response-dto.js +0 -14
- package/dist/esm/models/hierarchical-region-v1-dto.d.ts +0 -21
- package/dist/esm/models/hierarchical-region-v1-dto.js +0 -14
- package/dist/esm/models/mark-bid-failed-v1-request-dto.d.ts +0 -26
- package/dist/esm/models/mark-bid-failed-v1-request-dto.js +0 -14
- package/dist/esm/models/negotiation-score-v1-dto.d.ts +0 -25
- package/dist/esm/models/negotiation-score-v1-dto.js +0 -14
- package/dist/esm/models/negotiation-scored-response-dto.d.ts +0 -17
- package/dist/esm/models/negotiation-scored-response-dto.js +0 -14
- package/dist/esm/models/preconditions-v1-dto.d.ts +0 -88
- package/dist/esm/models/preconditions-v1-dto.js +0 -44
- package/dist/esm/models/product-receipt-v1-response-dto.d.ts +0 -17
- package/dist/esm/models/product-receipt-v1-response-dto.js +0 -14
- package/dist/esm/models/product-v1-response-dto.d.ts +0 -105
- package/dist/esm/models/product-v1-response-dto.js +0 -14
- package/dist/esm/models/register-award-v1-request-dto.d.ts +0 -33
- package/dist/esm/models/register-award-v1-request-dto.js +0 -14
- package/dist/esm/models/request-split-invoice-v1-request-dto.d.ts +0 -29
- package/dist/esm/models/request-split-invoice-v1-request-dto.js +0 -14
- package/dist/esm/models/split-invoice-v1-response-dto.d.ts +0 -17
- package/dist/esm/models/split-invoice-v1-response-dto.js +0 -14
- package/dist/esm/models/statement-v1-document-dto.d.ts +0 -33
- package/dist/esm/models/statement-v1-document-dto.js +0 -14
- package/dist/esm/models/statement-v1-product-dto.d.ts +0 -49
- package/dist/esm/models/statement-v1-product-dto.js +0 -14
- package/dist/esm/models/submit-negotiation-scores-v1-request-dto.d.ts +0 -22
- package/dist/esm/models/submit-negotiation-scores-v1-request-dto.js +0 -14
- package/dist/esm/models/upload-file-v1-request-dto.d.ts +0 -25
- package/dist/esm/models/upload-file-v1-request-dto.js +0 -14
- package/dist/models/acceptance-result-v1-response-dto.d.ts +0 -17
- package/dist/models/acceptance-result-v1-response-dto.js +0 -15
- package/dist/models/acknowledge-products-v1-request-dto.d.ts +0 -17
- package/dist/models/acknowledge-products-v1-request-dto.js +0 -15
- package/dist/models/award-registered-response-dto.d.ts +0 -17
- package/dist/models/award-registered-response-dto.js +0 -15
- package/dist/models/bid-attachment-v1-dto.d.ts +0 -21
- package/dist/models/bid-attachment-v1-dto.js +0 -15
- package/dist/models/bid-bond-v1-dto.d.ts +0 -27
- package/dist/models/bid-bond-v1-dto.js +0 -21
- package/dist/models/bid-contract-documents-batch-v1-request-dto.d.ts +0 -17
- package/dist/models/bid-contract-documents-batch-v1-request-dto.js +0 -15
- package/dist/models/bid-contract-documents-v1-response-dto.d.ts +0 -30
- package/dist/models/bid-contract-documents-v1-response-dto.js +0 -15
- package/dist/models/bid-created-response-dto.d.ts +0 -21
- package/dist/models/bid-created-response-dto.js +0 -15
- package/dist/models/bid-document-v1-dto.d.ts +0 -25
- package/dist/models/bid-document-v1-dto.js +0 -15
- package/dist/models/bid-failed-response-dto.d.ts +0 -17
- package/dist/models/bid-failed-response-dto.js +0 -15
- package/dist/models/bid-failure-reason.d.ts +0 -25
- package/dist/models/bid-failure-reason.js +0 -29
- package/dist/models/bid-item-v1-dto.d.ts +0 -41
- package/dist/models/bid-item-v1-dto.js +0 -15
- package/dist/models/bid-manager-v1-dto.d.ts +0 -33
- package/dist/models/bid-manager-v1-dto.js +0 -15
- package/dist/models/bid-result-v1-attachment-dto.d.ts +0 -33
- package/dist/models/bid-result-v1-attachment-dto.js +0 -15
- package/dist/models/bid-result-v1-bid-product-info-dto.d.ts +0 -45
- package/dist/models/bid-result-v1-bid-product-info-dto.js +0 -15
- package/dist/models/bid-result-v1-participant-dto.d.ts +0 -183
- package/dist/models/bid-result-v1-participant-dto.js +0 -15
- package/dist/models/bid-result-v1-product-dto.d.ts +0 -53
- package/dist/models/bid-result-v1-product-dto.js +0 -15
- package/dist/models/bid-results-batch-v1-request-dto.d.ts +0 -25
- package/dist/models/bid-results-batch-v1-request-dto.js +0 -15
- package/dist/models/bid-results-v1-response-dto.d.ts +0 -164
- package/dist/models/bid-results-v1-response-dto.js +0 -15
- package/dist/models/bid-statement-v1-response-dto.d.ts +0 -31
- package/dist/models/bid-statement-v1-response-dto.js +0 -15
- package/dist/models/bid-status.d.ts +0 -23
- package/dist/models/bid-status.js +0 -27
- package/dist/models/complete-acceptance-v1-request-dto.d.ts +0 -65
- package/dist/models/complete-acceptance-v1-request-dto.js +0 -15
- package/dist/models/contract-document-item-dto.d.ts +0 -45
- package/dist/models/contract-document-item-dto.js +0 -15
- package/dist/models/create-bid-v1-request-dto.d.ts +0 -331
- package/dist/models/create-bid-v1-request-dto.js +0 -116
- package/dist/models/file-uploaded-v1-response-dto.d.ts +0 -17
- package/dist/models/file-uploaded-v1-response-dto.js +0 -15
- package/dist/models/hierarchical-region-v1-dto.d.ts +0 -21
- package/dist/models/hierarchical-region-v1-dto.js +0 -15
- package/dist/models/mark-bid-failed-v1-request-dto.d.ts +0 -26
- package/dist/models/mark-bid-failed-v1-request-dto.js +0 -15
- package/dist/models/negotiation-score-v1-dto.d.ts +0 -25
- package/dist/models/negotiation-score-v1-dto.js +0 -15
- package/dist/models/negotiation-scored-response-dto.d.ts +0 -17
- package/dist/models/negotiation-scored-response-dto.js +0 -15
- package/dist/models/preconditions-v1-dto.d.ts +0 -88
- package/dist/models/preconditions-v1-dto.js +0 -47
- package/dist/models/product-receipt-v1-response-dto.d.ts +0 -17
- package/dist/models/product-receipt-v1-response-dto.js +0 -15
- package/dist/models/product-v1-response-dto.d.ts +0 -105
- package/dist/models/product-v1-response-dto.js +0 -15
- package/dist/models/register-award-v1-request-dto.d.ts +0 -33
- package/dist/models/register-award-v1-request-dto.js +0 -15
- package/dist/models/request-split-invoice-v1-request-dto.d.ts +0 -29
- package/dist/models/request-split-invoice-v1-request-dto.js +0 -15
- package/dist/models/split-invoice-v1-response-dto.d.ts +0 -17
- package/dist/models/split-invoice-v1-response-dto.js +0 -15
- package/dist/models/statement-v1-document-dto.d.ts +0 -33
- package/dist/models/statement-v1-document-dto.js +0 -15
- package/dist/models/statement-v1-product-dto.d.ts +0 -49
- package/dist/models/statement-v1-product-dto.js +0 -15
- package/dist/models/submit-negotiation-scores-v1-request-dto.d.ts +0 -22
- package/dist/models/submit-negotiation-scores-v1-request-dto.js +0 -15
- package/dist/models/upload-file-v1-request-dto.d.ts +0 -25
- package/dist/models/upload-file-v1-request-dto.js +0 -15
- package/docs/AcknowledgeProductsV1RequestDto.md +0 -20
- package/docs/AwardRegisteredResponseDto.md +0 -20
- package/docs/BidAttachmentV1Dto.md +0 -22
- package/docs/BidBondV1Dto.md +0 -22
- package/docs/BidContractDocumentsBatchV1RequestDto.md +0 -20
- package/docs/BidContractDocumentsV1ResponseDto.md +0 -26
- package/docs/BidCreatedResponseDto.md +0 -22
- package/docs/BidDocumentV1Dto.md +0 -24
- package/docs/BidFailedResponseDto.md +0 -20
- package/docs/BidFailureReason.md +0 -23
- package/docs/BidItemV1Dto.md +0 -32
- package/docs/BidManagerV1Dto.md +0 -28
- package/docs/BidResultV1AttachmentDto.md +0 -28
- package/docs/BidResultV1BidProductInfoDto.md +0 -34
- package/docs/BidResultV1ParticipantDto.md +0 -102
- package/docs/BidResultV1ProductDto.md +0 -38
- package/docs/BidResultsBatchV1RequestDto.md +0 -24
- package/docs/BidResultsV1ResponseDto.md +0 -92
- package/docs/BidStatementV1ResponseDto.md +0 -26
- package/docs/BidStatus.md +0 -19
- package/docs/CompleteAcceptanceV1RequestDto.md +0 -44
- package/docs/ContractDocumentItemDto.md +0 -34
- package/docs/CreateBidV1RequestDto.md +0 -114
- package/docs/FileUploadedV1ResponseDto.md +0 -20
- package/docs/HierarchicalRegionV1Dto.md +0 -22
- package/docs/MarkBidFailedV1RequestDto.md +0 -24
- package/docs/NegotiationScoreV1Dto.md +0 -24
- package/docs/NegotiationScoredResponseDto.md +0 -20
- package/docs/PartnerV1Api.md +0 -707
- package/docs/PreconditionsV1Dto.md +0 -38
- package/docs/ProductReceiptV1ResponseDto.md +0 -20
- package/docs/ProductV1ResponseDto.md +0 -64
- package/docs/RegisterAwardV1RequestDto.md +0 -28
- package/docs/RequestSplitInvoiceV1RequestDto.md +0 -26
- package/docs/SplitInvoiceV1ResponseDto.md +0 -20
- package/docs/StatementV1DocumentDto.md +0 -28
- package/docs/StatementV1ProductDto.md +0 -36
- package/docs/SubmitNegotiationScoresV1RequestDto.md +0 -22
- package/docs/UploadFileV1RequestDto.md +0 -24
- package/models/acceptance-result-v1-response-dto.ts +0 -23
- package/models/acknowledge-products-v1-request-dto.ts +0 -23
- package/models/award-registered-response-dto.ts +0 -23
- package/models/bid-attachment-v1-dto.ts +0 -27
- package/models/bid-bond-v1-dto.ts +0 -36
- package/models/bid-contract-documents-batch-v1-request-dto.ts +0 -23
- package/models/bid-contract-documents-v1-response-dto.ts +0 -38
- package/models/bid-created-response-dto.ts +0 -27
- package/models/bid-document-v1-dto.ts +0 -31
- package/models/bid-failed-response-dto.ts +0 -23
- package/models/bid-failure-reason.ts +0 -35
- package/models/bid-item-v1-dto.ts +0 -47
- package/models/bid-manager-v1-dto.ts +0 -39
- package/models/bid-result-v1-attachment-dto.ts +0 -39
- package/models/bid-result-v1-bid-product-info-dto.ts +0 -51
- package/models/bid-result-v1-participant-dto.ts +0 -193
- package/models/bid-result-v1-product-dto.ts +0 -59
- package/models/bid-results-batch-v1-request-dto.ts +0 -31
- package/models/bid-results-v1-response-dto.ts +0 -178
- package/models/bid-statement-v1-response-dto.ts +0 -41
- package/models/bid-status.ts +0 -33
- package/models/complete-acceptance-v1-request-dto.ts +0 -71
- package/models/contract-document-item-dto.ts +0 -51
- package/models/create-bid-v1-request-dto.ts +0 -371
- package/models/file-uploaded-v1-response-dto.ts +0 -23
- package/models/hierarchical-region-v1-dto.ts +0 -27
- package/models/mark-bid-failed-v1-request-dto.ts +0 -36
- package/models/negotiation-score-v1-dto.ts +0 -31
- package/models/negotiation-scored-response-dto.ts +0 -23
- package/models/preconditions-v1-dto.ts +0 -101
- package/models/product-receipt-v1-response-dto.ts +0 -23
- package/models/product-v1-response-dto.ts +0 -111
- package/models/register-award-v1-request-dto.ts +0 -39
- package/models/request-split-invoice-v1-request-dto.ts +0 -35
- package/models/split-invoice-v1-response-dto.ts +0 -23
- package/models/statement-v1-document-dto.ts +0 -39
- package/models/statement-v1-product-dto.ts +0 -55
- package/models/submit-negotiation-scores-v1-request-dto.ts +0 -30
- package/models/upload-file-v1-request-dto.ts +0 -31
package/api/partner-v1-api.ts
DELETED
|
@@ -1,998 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* CMARKET V6 Partner API
|
|
5
|
-
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송. ## 권한 — 두 개의 독립된 축 `403` 을 만났다면 둘 중 어느 축에 걸린 것인지 먼저 구분할 것. - **스코프** = *무엇을 할 수 있나*. 토큰에 부여된 `bids:read`·`contracts:write` 등. 미보유 시 `…/insufficient-scope`. - **대행 범위** = *누구의 데이터를 다룰 수 있나*. API 키 설정이며 스코프로 표현되지 않는다. 범위 밖이면 스코프와 무관하게 403 이다. 대행 범위는 키마다 둘 중 하나로 설정된다 — **소속 그룹 전원**(기관 키. 사업처·부서 계정이 새로 생겨도 자동 포함) 또는 **지정 발주처 목록**(계약으로 합의된 목록). 범위를 넓혀야 하면 스코프가 아니라 키 설정 변경을 요청할 것. ## 성공 응답 봉투 `/v2` 의 모든 2xx 본문은 `{ \"data\": … }` 입니다. 단일 리소스든 목록이든 같습니다. 목록처럼 부가 정보가 있는 응답은 `meta` 가 함께 실립니다 — 예: `{ \"data\": [...], \"meta\": { \"nextCursor\": \"…\" } }`. 부가 정보가 없으면 `meta` 키는 아예 나가지 않습니다(빈 객체를 싣지 않습니다). 봉투를 쓰지 않는 표면은 셋입니다. `/oauth/_*` 와 `/.well-known/_*` 는 각각 RFC 6749·RFC 8414·RFC 9728 이 최상위 필드를 규정하고, `/v1/_*` 은 동결된 레거시 표면이며, 파일 내용 응답은 본문이 JSON 이 아닙니다. 에러 응답에는 봉투를 씌우지 않습니다 — 아래 problem+json 이 단독으로 책임집니다. ## 조건부 요청 (ETag) `/v2` 의 모든 `GET` 응답에 weak `ETag`(`W/\"…\"`)가 실립니다. 받은 값을 다음 요청의 `If-None-Match` 헤더로 되보내면, 내용이 그대로일 때 `304 Not Modified` 를 본문 없이 받습니다. 결과가 나기를 기다리며 같은 자원을 반복 조회하는 연동이라면 이 헤더 하나로 전송량이 사라집니다. ## 에러 (RFC 9457 problem+json) 모든 에러 응답은 `application/problem+json`. 소비자는 **HTTP status + `type` URI** 로 분기한다. - `retryable`(boolean): 자동 재시도 안전 여부. `true`(429·5xx transient)면 backoff 후 재시도, `false`면 요청을 고쳐야 한다. - `traceId`: 요청 추적 id. `X-Correlation-Id` 응답 헤더와 같은 값입니다 — 문의할 때 이 값을 첨부하세요. - `correlationId`: `traceId` 와 같은 값의 옛 이름. 기존 연동 호환으로 함께 실립니다. 새 연동은 `traceId` 를 읽으세요. - `invalid-params`: 검증 실패(400 `…/validation-failed`) 시 위반 필드 경로 목록(RFC 9457 확장, 값 없음). `type` 은 `https://problems.cmarket.io/partner/<slug>` 형태의 **안정 식별자**다. RFC 9457 §3.1.1 이 허용하는 대로 이 URI 는 **역참조(dereference)되지 않는다** — 브라우저로 열지 말고 문자열 비교로만 쓸 것. slug 목록과 의미는 각 엔드포인트의 응답 설명에 status 별로 명시돼 있다. 새 slug 은 추가될 수 있으므로, 모르는 slug 을 만나면 `type` 이 아니라 **HTTP status 로 폴백**하도록 구현할 것. ### 멱등성 위반: 409 와 422 의 차이 - `409` `…/idempotency-key-conflict` — 같은 키의 **원 요청이 아직 처리 중**이다. 잠시 뒤 같은 키로 다시 부르면 그 결과를 받는다. - `422` `…/idempotency-key-reused` — 같은 키를 **다른 body** 로 보냈다. 재시도해도 영원히 같은 실패다. 새 키를 쓰거나 body 를 되돌릴 것. ## Rate Limit 전역 **60 요청/분 per `client_id`**, 토큰 발급(`/oauth/token`)은 **5 요청/분**. 초과 시 `429`(`type: …/too-many-requests`). 쿼터는 두 가지 표기로 함께 나간다 — 신규 연동은 표준 필드를 쓸 것. - **표준**(`draft-ietf-httpapi-ratelimit-headers`, Structured Fields): `RateLimit-Policy: \"default\";q=60;w=60` (정책) · `RateLimit: \"default\";r=59;t=42` (잔량 r, 리셋까지 t 초) - **레거시**(관용): `X-RateLimit-Limit` / `X-RateLimit-Remaining` / `X-RateLimit-Reset`. 기존 연동 호환을 위해 유지한다. `429` 에서는 `Retry-After`(초)가 우선한다. 대량 동기화(품목 단위 반복 등록 등)는 `Retry-After` 만큼 backoff 후 재시도할 것. ## 추적 요청에 `X-Correlation-Id` 헤더를 실으면 그대로 echo 되고, 없으면 서버가 발급한다. 모든 응답(성공/에러)에 `X-Correlation-Id` 가 실린다. ## 버전 수명(deprecation/sunset) - **_/v1** 은 레거시 V5 cutover 완료 시점까지 유지되는 충실 프록시입니다. 폐지 일정이 정해지면 /v1 응답에 헤더 세 개가 실립니다 — `Deprecation`(RFC 9745, `@<epoch초>`) · `Sunset`(RFC 8594, HTTP-date) · `Link`(RFC 8288, `rel=\"deprecation\"`/`rel=\"sunset\"` — 이전 안내 문서를 가리킵니다). 일정이 정해지기 전에는 셋 다 나가지 않습니다. 종료일이 지난 뒤의 호출은 `404` 가 아니라 **`410 Gone`** 과 `type: …/endpoint-sunset` 으로 거절됩니다. 둘의 뜻이 다릅니다 — `404` 는 \"그런 것이 있었는지 모르겠다\", `410` 은 \"있었고 의도적으로 없앴다\" 입니다. `410` 을 받으면 경로 오타를 의심하지 말고 /v2 로 이전하세요. - **_/v2** breaking 변경은 CHANGELOG SemVer(major bump)와 `Deprecation`/`Sunset` 헤더로 통지한다. 소비자는 이 헤더를 모니터링할 것.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 35.0.0
|
|
8
|
-
* Contact: semo.io.kr@gmail.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import type { Configuration } from '../configuration';
|
|
17
|
-
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
18
|
-
import globalAxios from 'axios';
|
|
19
|
-
// Some imports not used depending on template conditions
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction, replaceWithSerializableTypeIfNeeded } from '../common';
|
|
22
|
-
// @ts-ignore
|
|
23
|
-
import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
|
|
24
|
-
// @ts-ignore
|
|
25
|
-
import type { AcceptanceResultV1ResponseDto } from '../models';
|
|
26
|
-
// @ts-ignore
|
|
27
|
-
import type { AcknowledgeProductsV1RequestDto } from '../models';
|
|
28
|
-
// @ts-ignore
|
|
29
|
-
import type { AwardRegisteredResponseDto } from '../models';
|
|
30
|
-
// @ts-ignore
|
|
31
|
-
import type { BidContractDocumentsBatchV1RequestDto } from '../models';
|
|
32
|
-
// @ts-ignore
|
|
33
|
-
import type { BidContractDocumentsV1ResponseDto } from '../models';
|
|
34
|
-
// @ts-ignore
|
|
35
|
-
import type { BidCreatedResponseDto } from '../models';
|
|
36
|
-
// @ts-ignore
|
|
37
|
-
import type { BidFailedResponseDto } from '../models';
|
|
38
|
-
// @ts-ignore
|
|
39
|
-
import type { BidResultsBatchV1RequestDto } from '../models';
|
|
40
|
-
// @ts-ignore
|
|
41
|
-
import type { BidResultsV1ResponseDto } from '../models';
|
|
42
|
-
// @ts-ignore
|
|
43
|
-
import type { BidStatementV1ResponseDto } from '../models';
|
|
44
|
-
// @ts-ignore
|
|
45
|
-
import type { CompleteAcceptanceV1RequestDto } from '../models';
|
|
46
|
-
// @ts-ignore
|
|
47
|
-
import type { CreateBidV1RequestDto } from '../models';
|
|
48
|
-
// @ts-ignore
|
|
49
|
-
import type { FileUploadedV1ResponseDto } from '../models';
|
|
50
|
-
// @ts-ignore
|
|
51
|
-
import type { MarkBidFailedV1RequestDto } from '../models';
|
|
52
|
-
// @ts-ignore
|
|
53
|
-
import type { NegotiationScoredResponseDto } from '../models';
|
|
54
|
-
// @ts-ignore
|
|
55
|
-
import type { ProblemDetailsDto } from '../models';
|
|
56
|
-
// @ts-ignore
|
|
57
|
-
import type { ProductReceiptV1ResponseDto } from '../models';
|
|
58
|
-
// @ts-ignore
|
|
59
|
-
import type { ProductV1ResponseDto } from '../models';
|
|
60
|
-
// @ts-ignore
|
|
61
|
-
import type { RegisterAwardV1RequestDto } from '../models';
|
|
62
|
-
// @ts-ignore
|
|
63
|
-
import type { RequestSplitInvoiceV1RequestDto } from '../models';
|
|
64
|
-
// @ts-ignore
|
|
65
|
-
import type { SplitInvoiceV1ResponseDto } from '../models';
|
|
66
|
-
// @ts-ignore
|
|
67
|
-
import type { SubmitNegotiationScoresV1RequestDto } from '../models';
|
|
68
|
-
// @ts-ignore
|
|
69
|
-
import type { UploadFileV1RequestDto } from '../models';
|
|
70
|
-
/**
|
|
71
|
-
* PartnerV1Api - axios parameter creator
|
|
72
|
-
*/
|
|
73
|
-
export const PartnerV1ApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
74
|
-
return {
|
|
75
|
-
/**
|
|
76
|
-
* V5 `productReceiveCheck` 후속. 저장 완료한 물품코드 목록을 전송완료(send_chk=Y)로 마킹해 재전송에서 제외한다. 마킹은 인증 그룹 스코프로 잠긴다(남의 조직 물품 마킹 불가).
|
|
77
|
-
* @summary 물품 수신확인 — V5 충실
|
|
78
|
-
* @param {AcknowledgeProductsV1RequestDto} acknowledgeProductsV1RequestDto
|
|
79
|
-
* @param {*} [options] Override http request option.
|
|
80
|
-
* @throws {RequiredError}
|
|
81
|
-
*/
|
|
82
|
-
v1AcknowledgeProductReceipt: async (acknowledgeProductsV1RequestDto: AcknowledgeProductsV1RequestDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
83
|
-
// verify required parameter 'acknowledgeProductsV1RequestDto' is not null or undefined
|
|
84
|
-
assertParamExists('v1AcknowledgeProductReceipt', 'acknowledgeProductsV1RequestDto', acknowledgeProductsV1RequestDto)
|
|
85
|
-
const localVarPath = `/v1/products/receipts`;
|
|
86
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
87
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
88
|
-
let baseOptions;
|
|
89
|
-
if (configuration) {
|
|
90
|
-
baseOptions = configuration.baseOptions;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
94
|
-
const localVarHeaderParameter = {} as any;
|
|
95
|
-
const localVarQueryParameter = {} as any;
|
|
96
|
-
|
|
97
|
-
// authentication platform-auth-id required
|
|
98
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Id", configuration)
|
|
99
|
-
|
|
100
|
-
// authentication platform-auth-secret required
|
|
101
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Secret", configuration)
|
|
102
|
-
|
|
103
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
104
|
-
localVarHeaderParameter['Accept'] = 'application/json,application/problem+json';
|
|
105
|
-
|
|
106
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
107
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
108
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
109
|
-
localVarRequestOptions.data = serializeDataIfNeeded(acknowledgeProductsV1RequestDto, localVarRequestOptions, configuration)
|
|
110
|
-
|
|
111
|
-
return {
|
|
112
|
-
url: toPathString(localVarUrlObj),
|
|
113
|
-
options: localVarRequestOptions,
|
|
114
|
-
};
|
|
115
|
-
},
|
|
116
|
-
/**
|
|
117
|
-
* V5 `/acceptanceCompleteSend` 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
118
|
-
* @summary 검수완료 전송 — V5 충실
|
|
119
|
-
* @param {string} bidId
|
|
120
|
-
* @param {CompleteAcceptanceV1RequestDto} completeAcceptanceV1RequestDto
|
|
121
|
-
* @param {*} [options] Override http request option.
|
|
122
|
-
* @throws {RequiredError}
|
|
123
|
-
*/
|
|
124
|
-
v1CompleteAcceptance: async (bidId: string, completeAcceptanceV1RequestDto: CompleteAcceptanceV1RequestDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
125
|
-
// verify required parameter 'bidId' is not null or undefined
|
|
126
|
-
assertParamExists('v1CompleteAcceptance', 'bidId', bidId)
|
|
127
|
-
// verify required parameter 'completeAcceptanceV1RequestDto' is not null or undefined
|
|
128
|
-
assertParamExists('v1CompleteAcceptance', 'completeAcceptanceV1RequestDto', completeAcceptanceV1RequestDto)
|
|
129
|
-
const localVarPath = `/v1/bids/{bidId}/acceptance`
|
|
130
|
-
.replace('{bidId}', encodeURIComponent(String(bidId)));
|
|
131
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
132
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
133
|
-
let baseOptions;
|
|
134
|
-
if (configuration) {
|
|
135
|
-
baseOptions = configuration.baseOptions;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
139
|
-
const localVarHeaderParameter = {} as any;
|
|
140
|
-
const localVarQueryParameter = {} as any;
|
|
141
|
-
|
|
142
|
-
// authentication platform-auth-id required
|
|
143
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Id", configuration)
|
|
144
|
-
|
|
145
|
-
// authentication platform-auth-secret required
|
|
146
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Secret", configuration)
|
|
147
|
-
|
|
148
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
149
|
-
localVarHeaderParameter['Accept'] = 'application/json,application/problem+json';
|
|
150
|
-
|
|
151
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
152
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
153
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
154
|
-
localVarRequestOptions.data = serializeDataIfNeeded(completeAcceptanceV1RequestDto, localVarRequestOptions, configuration)
|
|
155
|
-
|
|
156
|
-
return {
|
|
157
|
-
url: toPathString(localVarUrlObj),
|
|
158
|
-
options: localVarRequestOptions,
|
|
159
|
-
};
|
|
160
|
-
},
|
|
161
|
-
/**
|
|
162
|
-
* V5 `/contractDocumentRec`(bid_puchase_no_list) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
163
|
-
* @summary 계약서류 수신 배치 조회 — V5 충실
|
|
164
|
-
* @param {BidContractDocumentsBatchV1RequestDto} bidContractDocumentsBatchV1RequestDto
|
|
165
|
-
* @param {*} [options] Override http request option.
|
|
166
|
-
* @throws {RequiredError}
|
|
167
|
-
*/
|
|
168
|
-
v1GetBidContractDocumentsBatch: async (bidContractDocumentsBatchV1RequestDto: BidContractDocumentsBatchV1RequestDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
169
|
-
// verify required parameter 'bidContractDocumentsBatchV1RequestDto' is not null or undefined
|
|
170
|
-
assertParamExists('v1GetBidContractDocumentsBatch', 'bidContractDocumentsBatchV1RequestDto', bidContractDocumentsBatchV1RequestDto)
|
|
171
|
-
const localVarPath = `/v1/bids/contract-documents/batch`;
|
|
172
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
173
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
174
|
-
let baseOptions;
|
|
175
|
-
if (configuration) {
|
|
176
|
-
baseOptions = configuration.baseOptions;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
180
|
-
const localVarHeaderParameter = {} as any;
|
|
181
|
-
const localVarQueryParameter = {} as any;
|
|
182
|
-
|
|
183
|
-
// authentication platform-auth-id required
|
|
184
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Id", configuration)
|
|
185
|
-
|
|
186
|
-
// authentication platform-auth-secret required
|
|
187
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Secret", configuration)
|
|
188
|
-
|
|
189
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
190
|
-
localVarHeaderParameter['Accept'] = 'application/json,application/problem+json';
|
|
191
|
-
|
|
192
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
193
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
194
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
195
|
-
localVarRequestOptions.data = serializeDataIfNeeded(bidContractDocumentsBatchV1RequestDto, localVarRequestOptions, configuration)
|
|
196
|
-
|
|
197
|
-
return {
|
|
198
|
-
url: toPathString(localVarUrlObj),
|
|
199
|
-
options: localVarRequestOptions,
|
|
200
|
-
};
|
|
201
|
-
},
|
|
202
|
-
/**
|
|
203
|
-
* V5 `/entendRec`(bid_puchase_no_list) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정. resolveBidId 도 이 엔드포인트를 사용한다.
|
|
204
|
-
* @summary 입찰결과 배치 조회 — V5 충실
|
|
205
|
-
* @param {BidResultsBatchV1RequestDto} bidResultsBatchV1RequestDto
|
|
206
|
-
* @param {*} [options] Override http request option.
|
|
207
|
-
* @throws {RequiredError}
|
|
208
|
-
*/
|
|
209
|
-
v1GetBidResultsBatch: async (bidResultsBatchV1RequestDto: BidResultsBatchV1RequestDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
210
|
-
// verify required parameter 'bidResultsBatchV1RequestDto' is not null or undefined
|
|
211
|
-
assertParamExists('v1GetBidResultsBatch', 'bidResultsBatchV1RequestDto', bidResultsBatchV1RequestDto)
|
|
212
|
-
const localVarPath = `/v1/bids/results/batch`;
|
|
213
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
214
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
215
|
-
let baseOptions;
|
|
216
|
-
if (configuration) {
|
|
217
|
-
baseOptions = configuration.baseOptions;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
221
|
-
const localVarHeaderParameter = {} as any;
|
|
222
|
-
const localVarQueryParameter = {} as any;
|
|
223
|
-
|
|
224
|
-
// authentication platform-auth-id required
|
|
225
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Id", configuration)
|
|
226
|
-
|
|
227
|
-
// authentication platform-auth-secret required
|
|
228
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Secret", configuration)
|
|
229
|
-
|
|
230
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
231
|
-
localVarHeaderParameter['Accept'] = 'application/json,application/problem+json';
|
|
232
|
-
|
|
233
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
234
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
235
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
236
|
-
localVarRequestOptions.data = serializeDataIfNeeded(bidResultsBatchV1RequestDto, localVarRequestOptions, configuration)
|
|
237
|
-
|
|
238
|
-
return {
|
|
239
|
-
url: toPathString(localVarUrlObj),
|
|
240
|
-
options: localVarRequestOptions,
|
|
241
|
-
};
|
|
242
|
-
},
|
|
243
|
-
/**
|
|
244
|
-
* V5 `/getGrm` 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). group_code 스코프로 가시성 적용.
|
|
245
|
-
* @summary 거래명세서 조회 — V5 충실
|
|
246
|
-
* @param {string} bidId
|
|
247
|
-
* @param {*} [options] Override http request option.
|
|
248
|
-
* @throws {RequiredError}
|
|
249
|
-
*/
|
|
250
|
-
v1GetBidStatement: async (bidId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
251
|
-
// verify required parameter 'bidId' is not null or undefined
|
|
252
|
-
assertParamExists('v1GetBidStatement', 'bidId', bidId)
|
|
253
|
-
const localVarPath = `/v1/bids/{bidId}/statement`
|
|
254
|
-
.replace('{bidId}', encodeURIComponent(String(bidId)));
|
|
255
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
256
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
257
|
-
let baseOptions;
|
|
258
|
-
if (configuration) {
|
|
259
|
-
baseOptions = configuration.baseOptions;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
263
|
-
const localVarHeaderParameter = {} as any;
|
|
264
|
-
const localVarQueryParameter = {} as any;
|
|
265
|
-
|
|
266
|
-
// authentication platform-auth-id required
|
|
267
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Id", configuration)
|
|
268
|
-
|
|
269
|
-
// authentication platform-auth-secret required
|
|
270
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Secret", configuration)
|
|
271
|
-
|
|
272
|
-
localVarHeaderParameter['Accept'] = 'application/json,application/problem+json';
|
|
273
|
-
|
|
274
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
275
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
276
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
277
|
-
|
|
278
|
-
return {
|
|
279
|
-
url: toPathString(localVarUrlObj),
|
|
280
|
-
options: localVarRequestOptions,
|
|
281
|
-
};
|
|
282
|
-
},
|
|
283
|
-
/**
|
|
284
|
-
* V5 `getProductList` 후속. 인증 그룹의 승인완료·공유·미전송(send_chk=N) 물품을 반환한다. 가져간 뒤 POST /v1/products/receipts 로 수신확인하면 재전송에서 제외된다(증분).
|
|
285
|
-
* @summary 물품 카탈로그 피드 조회 — V5 충실
|
|
286
|
-
* @param {*} [options] Override http request option.
|
|
287
|
-
* @throws {RequiredError}
|
|
288
|
-
*/
|
|
289
|
-
v1GetProductFeed: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
290
|
-
const localVarPath = `/v1/products`;
|
|
291
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
292
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
293
|
-
let baseOptions;
|
|
294
|
-
if (configuration) {
|
|
295
|
-
baseOptions = configuration.baseOptions;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
299
|
-
const localVarHeaderParameter = {} as any;
|
|
300
|
-
const localVarQueryParameter = {} as any;
|
|
301
|
-
|
|
302
|
-
// authentication platform-auth-id required
|
|
303
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Id", configuration)
|
|
304
|
-
|
|
305
|
-
// authentication platform-auth-secret required
|
|
306
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Secret", configuration)
|
|
307
|
-
|
|
308
|
-
localVarHeaderParameter['Accept'] = 'application/json,application/problem+json';
|
|
309
|
-
|
|
310
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
311
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
312
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
313
|
-
|
|
314
|
-
return {
|
|
315
|
-
url: toPathString(localVarUrlObj),
|
|
316
|
-
options: localVarRequestOptions,
|
|
317
|
-
};
|
|
318
|
-
},
|
|
319
|
-
/**
|
|
320
|
-
* V5 `scsbidSend`(type=U) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
321
|
-
* @summary 유찰 처리 — V5 충실
|
|
322
|
-
* @param {MarkBidFailedV1RequestDto} markBidFailedV1RequestDto
|
|
323
|
-
* @param {*} [options] Override http request option.
|
|
324
|
-
* @throws {RequiredError}
|
|
325
|
-
*/
|
|
326
|
-
v1MarkBidFailed: async (markBidFailedV1RequestDto: MarkBidFailedV1RequestDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
327
|
-
// verify required parameter 'markBidFailedV1RequestDto' is not null or undefined
|
|
328
|
-
assertParamExists('v1MarkBidFailed', 'markBidFailedV1RequestDto', markBidFailedV1RequestDto)
|
|
329
|
-
const localVarPath = `/v1/awards/fail`;
|
|
330
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
331
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
332
|
-
let baseOptions;
|
|
333
|
-
if (configuration) {
|
|
334
|
-
baseOptions = configuration.baseOptions;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
338
|
-
const localVarHeaderParameter = {} as any;
|
|
339
|
-
const localVarQueryParameter = {} as any;
|
|
340
|
-
|
|
341
|
-
// authentication platform-auth-id required
|
|
342
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Id", configuration)
|
|
343
|
-
|
|
344
|
-
// authentication platform-auth-secret required
|
|
345
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Secret", configuration)
|
|
346
|
-
|
|
347
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
348
|
-
localVarHeaderParameter['Accept'] = 'application/json,application/problem+json';
|
|
349
|
-
|
|
350
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
351
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
352
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
353
|
-
localVarRequestOptions.data = serializeDataIfNeeded(markBidFailedV1RequestDto, localVarRequestOptions, configuration)
|
|
354
|
-
|
|
355
|
-
return {
|
|
356
|
-
url: toPathString(localVarUrlObj),
|
|
357
|
-
options: localVarRequestOptions,
|
|
358
|
-
};
|
|
359
|
-
},
|
|
360
|
-
/**
|
|
361
|
-
* V5 `scsbidSend`(type=W) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
362
|
-
* @summary 낙찰 결과 전송 — V5 충실
|
|
363
|
-
* @param {RegisterAwardV1RequestDto} registerAwardV1RequestDto
|
|
364
|
-
* @param {*} [options] Override http request option.
|
|
365
|
-
* @throws {RequiredError}
|
|
366
|
-
*/
|
|
367
|
-
v1RegisterAward: async (registerAwardV1RequestDto: RegisterAwardV1RequestDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
368
|
-
// verify required parameter 'registerAwardV1RequestDto' is not null or undefined
|
|
369
|
-
assertParamExists('v1RegisterAward', 'registerAwardV1RequestDto', registerAwardV1RequestDto)
|
|
370
|
-
const localVarPath = `/v1/awards`;
|
|
371
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
372
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
373
|
-
let baseOptions;
|
|
374
|
-
if (configuration) {
|
|
375
|
-
baseOptions = configuration.baseOptions;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
379
|
-
const localVarHeaderParameter = {} as any;
|
|
380
|
-
const localVarQueryParameter = {} as any;
|
|
381
|
-
|
|
382
|
-
// authentication platform-auth-id required
|
|
383
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Id", configuration)
|
|
384
|
-
|
|
385
|
-
// authentication platform-auth-secret required
|
|
386
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Secret", configuration)
|
|
387
|
-
|
|
388
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
389
|
-
localVarHeaderParameter['Accept'] = 'application/json,application/problem+json';
|
|
390
|
-
|
|
391
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
392
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
393
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
394
|
-
localVarRequestOptions.data = serializeDataIfNeeded(registerAwardV1RequestDto, localVarRequestOptions, configuration)
|
|
395
|
-
|
|
396
|
-
return {
|
|
397
|
-
url: toPathString(localVarUrlObj),
|
|
398
|
-
options: localVarRequestOptions,
|
|
399
|
-
};
|
|
400
|
-
},
|
|
401
|
-
/**
|
|
402
|
-
* V5 `scsbidSend`(type=B) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
403
|
-
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
404
|
-
* @param {CreateBidV1RequestDto} createBidV1RequestDto
|
|
405
|
-
* @param {*} [options] Override http request option.
|
|
406
|
-
* @throws {RequiredError}
|
|
407
|
-
*/
|
|
408
|
-
v1RegisterBid: async (createBidV1RequestDto: CreateBidV1RequestDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
409
|
-
// verify required parameter 'createBidV1RequestDto' is not null or undefined
|
|
410
|
-
assertParamExists('v1RegisterBid', 'createBidV1RequestDto', createBidV1RequestDto)
|
|
411
|
-
const localVarPath = `/v1/bids`;
|
|
412
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
413
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
414
|
-
let baseOptions;
|
|
415
|
-
if (configuration) {
|
|
416
|
-
baseOptions = configuration.baseOptions;
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
420
|
-
const localVarHeaderParameter = {} as any;
|
|
421
|
-
const localVarQueryParameter = {} as any;
|
|
422
|
-
|
|
423
|
-
// authentication platform-auth-id required
|
|
424
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Id", configuration)
|
|
425
|
-
|
|
426
|
-
// authentication platform-auth-secret required
|
|
427
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Secret", configuration)
|
|
428
|
-
|
|
429
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
430
|
-
localVarHeaderParameter['Accept'] = 'application/json,application/problem+json';
|
|
431
|
-
|
|
432
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
433
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
434
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
435
|
-
localVarRequestOptions.data = serializeDataIfNeeded(createBidV1RequestDto, localVarRequestOptions, configuration)
|
|
436
|
-
|
|
437
|
-
return {
|
|
438
|
-
url: toPathString(localVarUrlObj),
|
|
439
|
-
options: localVarRequestOptions,
|
|
440
|
-
};
|
|
441
|
-
},
|
|
442
|
-
/**
|
|
443
|
-
* V5 `splitInvoiceRequest` 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
444
|
-
* @summary 계산서 분할 발급 청구 — V5 충실
|
|
445
|
-
* @param {RequestSplitInvoiceV1RequestDto} requestSplitInvoiceV1RequestDto
|
|
446
|
-
* @param {*} [options] Override http request option.
|
|
447
|
-
* @throws {RequiredError}
|
|
448
|
-
*/
|
|
449
|
-
v1RequestSplitInvoice: async (requestSplitInvoiceV1RequestDto: RequestSplitInvoiceV1RequestDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
450
|
-
// verify required parameter 'requestSplitInvoiceV1RequestDto' is not null or undefined
|
|
451
|
-
assertParamExists('v1RequestSplitInvoice', 'requestSplitInvoiceV1RequestDto', requestSplitInvoiceV1RequestDto)
|
|
452
|
-
const localVarPath = `/v1/invoices/split-requests`;
|
|
453
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
454
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
455
|
-
let baseOptions;
|
|
456
|
-
if (configuration) {
|
|
457
|
-
baseOptions = configuration.baseOptions;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
461
|
-
const localVarHeaderParameter = {} as any;
|
|
462
|
-
const localVarQueryParameter = {} as any;
|
|
463
|
-
|
|
464
|
-
// authentication platform-auth-id required
|
|
465
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Id", configuration)
|
|
466
|
-
|
|
467
|
-
// authentication platform-auth-secret required
|
|
468
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Secret", configuration)
|
|
469
|
-
|
|
470
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
471
|
-
localVarHeaderParameter['Accept'] = 'application/json,application/problem+json';
|
|
472
|
-
|
|
473
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
474
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
475
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
476
|
-
localVarRequestOptions.data = serializeDataIfNeeded(requestSplitInvoiceV1RequestDto, localVarRequestOptions, configuration)
|
|
477
|
-
|
|
478
|
-
return {
|
|
479
|
-
url: toPathString(localVarUrlObj),
|
|
480
|
-
options: localVarRequestOptions,
|
|
481
|
-
};
|
|
482
|
-
},
|
|
483
|
-
/**
|
|
484
|
-
* V5 `scsbidSend`(type=nego) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
485
|
-
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
486
|
-
* @param {SubmitNegotiationScoresV1RequestDto} submitNegotiationScoresV1RequestDto
|
|
487
|
-
* @param {*} [options] Override http request option.
|
|
488
|
-
* @throws {RequiredError}
|
|
489
|
-
*/
|
|
490
|
-
v1SubmitNegotiationScores: async (submitNegotiationScoresV1RequestDto: SubmitNegotiationScoresV1RequestDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
491
|
-
// verify required parameter 'submitNegotiationScoresV1RequestDto' is not null or undefined
|
|
492
|
-
assertParamExists('v1SubmitNegotiationScores', 'submitNegotiationScoresV1RequestDto', submitNegotiationScoresV1RequestDto)
|
|
493
|
-
const localVarPath = `/v1/awards/nego-eval`;
|
|
494
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
495
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
496
|
-
let baseOptions;
|
|
497
|
-
if (configuration) {
|
|
498
|
-
baseOptions = configuration.baseOptions;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
502
|
-
const localVarHeaderParameter = {} as any;
|
|
503
|
-
const localVarQueryParameter = {} as any;
|
|
504
|
-
|
|
505
|
-
// authentication platform-auth-id required
|
|
506
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Id", configuration)
|
|
507
|
-
|
|
508
|
-
// authentication platform-auth-secret required
|
|
509
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Secret", configuration)
|
|
510
|
-
|
|
511
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
512
|
-
localVarHeaderParameter['Accept'] = 'application/json,application/problem+json';
|
|
513
|
-
|
|
514
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
515
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
516
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
517
|
-
localVarRequestOptions.data = serializeDataIfNeeded(submitNegotiationScoresV1RequestDto, localVarRequestOptions, configuration)
|
|
518
|
-
|
|
519
|
-
return {
|
|
520
|
-
url: toPathString(localVarUrlObj),
|
|
521
|
-
options: localVarRequestOptions,
|
|
522
|
-
};
|
|
523
|
-
},
|
|
524
|
-
/**
|
|
525
|
-
* 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). base64 또는 url 중 정확히 하나를 제출한다. 응답 `fileKey` 를 `POST /v1/bids` 의 `attachments[]` 에 그대로 넣으면 공고 첨부로 연결된다. 멱등성 계층은 없다 — `Idempotency-Key` 헤더를 보내도 무시되며 재시도는 매번 새 파일을 만든다.
|
|
526
|
-
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
527
|
-
* @param {UploadFileV1RequestDto} uploadFileV1RequestDto
|
|
528
|
-
* @param {*} [options] Override http request option.
|
|
529
|
-
* @throws {RequiredError}
|
|
530
|
-
*/
|
|
531
|
-
v1UploadFile: async (uploadFileV1RequestDto: UploadFileV1RequestDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
532
|
-
// verify required parameter 'uploadFileV1RequestDto' is not null or undefined
|
|
533
|
-
assertParamExists('v1UploadFile', 'uploadFileV1RequestDto', uploadFileV1RequestDto)
|
|
534
|
-
const localVarPath = `/v1/files`;
|
|
535
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
536
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
537
|
-
let baseOptions;
|
|
538
|
-
if (configuration) {
|
|
539
|
-
baseOptions = configuration.baseOptions;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
543
|
-
const localVarHeaderParameter = {} as any;
|
|
544
|
-
const localVarQueryParameter = {} as any;
|
|
545
|
-
|
|
546
|
-
// authentication platform-auth-id required
|
|
547
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Id", configuration)
|
|
548
|
-
|
|
549
|
-
// authentication platform-auth-secret required
|
|
550
|
-
await setApiKeyToObject(localVarHeaderParameter, "X-Platform-Secret", configuration)
|
|
551
|
-
|
|
552
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
553
|
-
localVarHeaderParameter['Accept'] = 'application/json,application/problem+json';
|
|
554
|
-
|
|
555
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
556
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
557
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
558
|
-
localVarRequestOptions.data = serializeDataIfNeeded(uploadFileV1RequestDto, localVarRequestOptions, configuration)
|
|
559
|
-
|
|
560
|
-
return {
|
|
561
|
-
url: toPathString(localVarUrlObj),
|
|
562
|
-
options: localVarRequestOptions,
|
|
563
|
-
};
|
|
564
|
-
},
|
|
565
|
-
}
|
|
566
|
-
};
|
|
567
|
-
|
|
568
|
-
/**
|
|
569
|
-
* PartnerV1Api - functional programming interface
|
|
570
|
-
*/
|
|
571
|
-
export const PartnerV1ApiFp = function(configuration?: Configuration) {
|
|
572
|
-
const localVarAxiosParamCreator = PartnerV1ApiAxiosParamCreator(configuration)
|
|
573
|
-
return {
|
|
574
|
-
/**
|
|
575
|
-
* V5 `productReceiveCheck` 후속. 저장 완료한 물품코드 목록을 전송완료(send_chk=Y)로 마킹해 재전송에서 제외한다. 마킹은 인증 그룹 스코프로 잠긴다(남의 조직 물품 마킹 불가).
|
|
576
|
-
* @summary 물품 수신확인 — V5 충실
|
|
577
|
-
* @param {AcknowledgeProductsV1RequestDto} acknowledgeProductsV1RequestDto
|
|
578
|
-
* @param {*} [options] Override http request option.
|
|
579
|
-
* @throws {RequiredError}
|
|
580
|
-
*/
|
|
581
|
-
async v1AcknowledgeProductReceipt(acknowledgeProductsV1RequestDto: AcknowledgeProductsV1RequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductReceiptV1ResponseDto>> {
|
|
582
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.v1AcknowledgeProductReceipt(acknowledgeProductsV1RequestDto, options);
|
|
583
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
584
|
-
const localVarOperationServerBasePath = operationServerMap['PartnerV1Api.v1AcknowledgeProductReceipt']?.[localVarOperationServerIndex]?.url;
|
|
585
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
586
|
-
},
|
|
587
|
-
/**
|
|
588
|
-
* V5 `/acceptanceCompleteSend` 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
589
|
-
* @summary 검수완료 전송 — V5 충실
|
|
590
|
-
* @param {string} bidId
|
|
591
|
-
* @param {CompleteAcceptanceV1RequestDto} completeAcceptanceV1RequestDto
|
|
592
|
-
* @param {*} [options] Override http request option.
|
|
593
|
-
* @throws {RequiredError}
|
|
594
|
-
*/
|
|
595
|
-
async v1CompleteAcceptance(bidId: string, completeAcceptanceV1RequestDto: CompleteAcceptanceV1RequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AcceptanceResultV1ResponseDto>> {
|
|
596
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.v1CompleteAcceptance(bidId, completeAcceptanceV1RequestDto, options);
|
|
597
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
598
|
-
const localVarOperationServerBasePath = operationServerMap['PartnerV1Api.v1CompleteAcceptance']?.[localVarOperationServerIndex]?.url;
|
|
599
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
600
|
-
},
|
|
601
|
-
/**
|
|
602
|
-
* V5 `/contractDocumentRec`(bid_puchase_no_list) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
603
|
-
* @summary 계약서류 수신 배치 조회 — V5 충실
|
|
604
|
-
* @param {BidContractDocumentsBatchV1RequestDto} bidContractDocumentsBatchV1RequestDto
|
|
605
|
-
* @param {*} [options] Override http request option.
|
|
606
|
-
* @throws {RequiredError}
|
|
607
|
-
*/
|
|
608
|
-
async v1GetBidContractDocumentsBatch(bidContractDocumentsBatchV1RequestDto: BidContractDocumentsBatchV1RequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<BidContractDocumentsV1ResponseDto>>> {
|
|
609
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetBidContractDocumentsBatch(bidContractDocumentsBatchV1RequestDto, options);
|
|
610
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
611
|
-
const localVarOperationServerBasePath = operationServerMap['PartnerV1Api.v1GetBidContractDocumentsBatch']?.[localVarOperationServerIndex]?.url;
|
|
612
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
613
|
-
},
|
|
614
|
-
/**
|
|
615
|
-
* V5 `/entendRec`(bid_puchase_no_list) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정. resolveBidId 도 이 엔드포인트를 사용한다.
|
|
616
|
-
* @summary 입찰결과 배치 조회 — V5 충실
|
|
617
|
-
* @param {BidResultsBatchV1RequestDto} bidResultsBatchV1RequestDto
|
|
618
|
-
* @param {*} [options] Override http request option.
|
|
619
|
-
* @throws {RequiredError}
|
|
620
|
-
*/
|
|
621
|
-
async v1GetBidResultsBatch(bidResultsBatchV1RequestDto: BidResultsBatchV1RequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<BidResultsV1ResponseDto>>> {
|
|
622
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetBidResultsBatch(bidResultsBatchV1RequestDto, options);
|
|
623
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
624
|
-
const localVarOperationServerBasePath = operationServerMap['PartnerV1Api.v1GetBidResultsBatch']?.[localVarOperationServerIndex]?.url;
|
|
625
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
626
|
-
},
|
|
627
|
-
/**
|
|
628
|
-
* V5 `/getGrm` 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). group_code 스코프로 가시성 적용.
|
|
629
|
-
* @summary 거래명세서 조회 — V5 충실
|
|
630
|
-
* @param {string} bidId
|
|
631
|
-
* @param {*} [options] Override http request option.
|
|
632
|
-
* @throws {RequiredError}
|
|
633
|
-
*/
|
|
634
|
-
async v1GetBidStatement(bidId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BidStatementV1ResponseDto>> {
|
|
635
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetBidStatement(bidId, options);
|
|
636
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
637
|
-
const localVarOperationServerBasePath = operationServerMap['PartnerV1Api.v1GetBidStatement']?.[localVarOperationServerIndex]?.url;
|
|
638
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
639
|
-
},
|
|
640
|
-
/**
|
|
641
|
-
* V5 `getProductList` 후속. 인증 그룹의 승인완료·공유·미전송(send_chk=N) 물품을 반환한다. 가져간 뒤 POST /v1/products/receipts 로 수신확인하면 재전송에서 제외된다(증분).
|
|
642
|
-
* @summary 물품 카탈로그 피드 조회 — V5 충실
|
|
643
|
-
* @param {*} [options] Override http request option.
|
|
644
|
-
* @throws {RequiredError}
|
|
645
|
-
*/
|
|
646
|
-
async v1GetProductFeed(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProductV1ResponseDto>>> {
|
|
647
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetProductFeed(options);
|
|
648
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
649
|
-
const localVarOperationServerBasePath = operationServerMap['PartnerV1Api.v1GetProductFeed']?.[localVarOperationServerIndex]?.url;
|
|
650
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
651
|
-
},
|
|
652
|
-
/**
|
|
653
|
-
* V5 `scsbidSend`(type=U) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
654
|
-
* @summary 유찰 처리 — V5 충실
|
|
655
|
-
* @param {MarkBidFailedV1RequestDto} markBidFailedV1RequestDto
|
|
656
|
-
* @param {*} [options] Override http request option.
|
|
657
|
-
* @throws {RequiredError}
|
|
658
|
-
*/
|
|
659
|
-
async v1MarkBidFailed(markBidFailedV1RequestDto: MarkBidFailedV1RequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BidFailedResponseDto>> {
|
|
660
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.v1MarkBidFailed(markBidFailedV1RequestDto, options);
|
|
661
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
662
|
-
const localVarOperationServerBasePath = operationServerMap['PartnerV1Api.v1MarkBidFailed']?.[localVarOperationServerIndex]?.url;
|
|
663
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
664
|
-
},
|
|
665
|
-
/**
|
|
666
|
-
* V5 `scsbidSend`(type=W) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
667
|
-
* @summary 낙찰 결과 전송 — V5 충실
|
|
668
|
-
* @param {RegisterAwardV1RequestDto} registerAwardV1RequestDto
|
|
669
|
-
* @param {*} [options] Override http request option.
|
|
670
|
-
* @throws {RequiredError}
|
|
671
|
-
*/
|
|
672
|
-
async v1RegisterAward(registerAwardV1RequestDto: RegisterAwardV1RequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AwardRegisteredResponseDto>> {
|
|
673
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.v1RegisterAward(registerAwardV1RequestDto, options);
|
|
674
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
675
|
-
const localVarOperationServerBasePath = operationServerMap['PartnerV1Api.v1RegisterAward']?.[localVarOperationServerIndex]?.url;
|
|
676
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
677
|
-
},
|
|
678
|
-
/**
|
|
679
|
-
* V5 `scsbidSend`(type=B) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
680
|
-
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
681
|
-
* @param {CreateBidV1RequestDto} createBidV1RequestDto
|
|
682
|
-
* @param {*} [options] Override http request option.
|
|
683
|
-
* @throws {RequiredError}
|
|
684
|
-
*/
|
|
685
|
-
async v1RegisterBid(createBidV1RequestDto: CreateBidV1RequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BidCreatedResponseDto>> {
|
|
686
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.v1RegisterBid(createBidV1RequestDto, options);
|
|
687
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
688
|
-
const localVarOperationServerBasePath = operationServerMap['PartnerV1Api.v1RegisterBid']?.[localVarOperationServerIndex]?.url;
|
|
689
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
690
|
-
},
|
|
691
|
-
/**
|
|
692
|
-
* V5 `splitInvoiceRequest` 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
693
|
-
* @summary 계산서 분할 발급 청구 — V5 충실
|
|
694
|
-
* @param {RequestSplitInvoiceV1RequestDto} requestSplitInvoiceV1RequestDto
|
|
695
|
-
* @param {*} [options] Override http request option.
|
|
696
|
-
* @throws {RequiredError}
|
|
697
|
-
*/
|
|
698
|
-
async v1RequestSplitInvoice(requestSplitInvoiceV1RequestDto: RequestSplitInvoiceV1RequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SplitInvoiceV1ResponseDto>> {
|
|
699
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.v1RequestSplitInvoice(requestSplitInvoiceV1RequestDto, options);
|
|
700
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
701
|
-
const localVarOperationServerBasePath = operationServerMap['PartnerV1Api.v1RequestSplitInvoice']?.[localVarOperationServerIndex]?.url;
|
|
702
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
703
|
-
},
|
|
704
|
-
/**
|
|
705
|
-
* V5 `scsbidSend`(type=nego) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
706
|
-
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
707
|
-
* @param {SubmitNegotiationScoresV1RequestDto} submitNegotiationScoresV1RequestDto
|
|
708
|
-
* @param {*} [options] Override http request option.
|
|
709
|
-
* @throws {RequiredError}
|
|
710
|
-
*/
|
|
711
|
-
async v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto: SubmitNegotiationScoresV1RequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NegotiationScoredResponseDto>> {
|
|
712
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto, options);
|
|
713
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
714
|
-
const localVarOperationServerBasePath = operationServerMap['PartnerV1Api.v1SubmitNegotiationScores']?.[localVarOperationServerIndex]?.url;
|
|
715
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
716
|
-
},
|
|
717
|
-
/**
|
|
718
|
-
* 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). base64 또는 url 중 정확히 하나를 제출한다. 응답 `fileKey` 를 `POST /v1/bids` 의 `attachments[]` 에 그대로 넣으면 공고 첨부로 연결된다. 멱등성 계층은 없다 — `Idempotency-Key` 헤더를 보내도 무시되며 재시도는 매번 새 파일을 만든다.
|
|
719
|
-
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
720
|
-
* @param {UploadFileV1RequestDto} uploadFileV1RequestDto
|
|
721
|
-
* @param {*} [options] Override http request option.
|
|
722
|
-
* @throws {RequiredError}
|
|
723
|
-
*/
|
|
724
|
-
async v1UploadFile(uploadFileV1RequestDto: UploadFileV1RequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FileUploadedV1ResponseDto>> {
|
|
725
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.v1UploadFile(uploadFileV1RequestDto, options);
|
|
726
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
727
|
-
const localVarOperationServerBasePath = operationServerMap['PartnerV1Api.v1UploadFile']?.[localVarOperationServerIndex]?.url;
|
|
728
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
729
|
-
},
|
|
730
|
-
}
|
|
731
|
-
};
|
|
732
|
-
|
|
733
|
-
/**
|
|
734
|
-
* PartnerV1Api - factory interface
|
|
735
|
-
*/
|
|
736
|
-
export const PartnerV1ApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
737
|
-
const localVarFp = PartnerV1ApiFp(configuration)
|
|
738
|
-
return {
|
|
739
|
-
/**
|
|
740
|
-
* V5 `productReceiveCheck` 후속. 저장 완료한 물품코드 목록을 전송완료(send_chk=Y)로 마킹해 재전송에서 제외한다. 마킹은 인증 그룹 스코프로 잠긴다(남의 조직 물품 마킹 불가).
|
|
741
|
-
* @summary 물품 수신확인 — V5 충실
|
|
742
|
-
* @param {AcknowledgeProductsV1RequestDto} acknowledgeProductsV1RequestDto
|
|
743
|
-
* @param {*} [options] Override http request option.
|
|
744
|
-
* @throws {RequiredError}
|
|
745
|
-
*/
|
|
746
|
-
v1AcknowledgeProductReceipt(acknowledgeProductsV1RequestDto: AcknowledgeProductsV1RequestDto, options?: RawAxiosRequestConfig): AxiosPromise<ProductReceiptV1ResponseDto> {
|
|
747
|
-
return localVarFp.v1AcknowledgeProductReceipt(acknowledgeProductsV1RequestDto, options).then((request) => request(axios, basePath));
|
|
748
|
-
},
|
|
749
|
-
/**
|
|
750
|
-
* V5 `/acceptanceCompleteSend` 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
751
|
-
* @summary 검수완료 전송 — V5 충실
|
|
752
|
-
* @param {string} bidId
|
|
753
|
-
* @param {CompleteAcceptanceV1RequestDto} completeAcceptanceV1RequestDto
|
|
754
|
-
* @param {*} [options] Override http request option.
|
|
755
|
-
* @throws {RequiredError}
|
|
756
|
-
*/
|
|
757
|
-
v1CompleteAcceptance(bidId: string, completeAcceptanceV1RequestDto: CompleteAcceptanceV1RequestDto, options?: RawAxiosRequestConfig): AxiosPromise<AcceptanceResultV1ResponseDto> {
|
|
758
|
-
return localVarFp.v1CompleteAcceptance(bidId, completeAcceptanceV1RequestDto, options).then((request) => request(axios, basePath));
|
|
759
|
-
},
|
|
760
|
-
/**
|
|
761
|
-
* V5 `/contractDocumentRec`(bid_puchase_no_list) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
762
|
-
* @summary 계약서류 수신 배치 조회 — V5 충실
|
|
763
|
-
* @param {BidContractDocumentsBatchV1RequestDto} bidContractDocumentsBatchV1RequestDto
|
|
764
|
-
* @param {*} [options] Override http request option.
|
|
765
|
-
* @throws {RequiredError}
|
|
766
|
-
*/
|
|
767
|
-
v1GetBidContractDocumentsBatch(bidContractDocumentsBatchV1RequestDto: BidContractDocumentsBatchV1RequestDto, options?: RawAxiosRequestConfig): AxiosPromise<Array<BidContractDocumentsV1ResponseDto>> {
|
|
768
|
-
return localVarFp.v1GetBidContractDocumentsBatch(bidContractDocumentsBatchV1RequestDto, options).then((request) => request(axios, basePath));
|
|
769
|
-
},
|
|
770
|
-
/**
|
|
771
|
-
* V5 `/entendRec`(bid_puchase_no_list) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정. resolveBidId 도 이 엔드포인트를 사용한다.
|
|
772
|
-
* @summary 입찰결과 배치 조회 — V5 충실
|
|
773
|
-
* @param {BidResultsBatchV1RequestDto} bidResultsBatchV1RequestDto
|
|
774
|
-
* @param {*} [options] Override http request option.
|
|
775
|
-
* @throws {RequiredError}
|
|
776
|
-
*/
|
|
777
|
-
v1GetBidResultsBatch(bidResultsBatchV1RequestDto: BidResultsBatchV1RequestDto, options?: RawAxiosRequestConfig): AxiosPromise<Array<BidResultsV1ResponseDto>> {
|
|
778
|
-
return localVarFp.v1GetBidResultsBatch(bidResultsBatchV1RequestDto, options).then((request) => request(axios, basePath));
|
|
779
|
-
},
|
|
780
|
-
/**
|
|
781
|
-
* V5 `/getGrm` 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). group_code 스코프로 가시성 적용.
|
|
782
|
-
* @summary 거래명세서 조회 — V5 충실
|
|
783
|
-
* @param {string} bidId
|
|
784
|
-
* @param {*} [options] Override http request option.
|
|
785
|
-
* @throws {RequiredError}
|
|
786
|
-
*/
|
|
787
|
-
v1GetBidStatement(bidId: string, options?: RawAxiosRequestConfig): AxiosPromise<BidStatementV1ResponseDto> {
|
|
788
|
-
return localVarFp.v1GetBidStatement(bidId, options).then((request) => request(axios, basePath));
|
|
789
|
-
},
|
|
790
|
-
/**
|
|
791
|
-
* V5 `getProductList` 후속. 인증 그룹의 승인완료·공유·미전송(send_chk=N) 물품을 반환한다. 가져간 뒤 POST /v1/products/receipts 로 수신확인하면 재전송에서 제외된다(증분).
|
|
792
|
-
* @summary 물품 카탈로그 피드 조회 — V5 충실
|
|
793
|
-
* @param {*} [options] Override http request option.
|
|
794
|
-
* @throws {RequiredError}
|
|
795
|
-
*/
|
|
796
|
-
v1GetProductFeed(options?: RawAxiosRequestConfig): AxiosPromise<Array<ProductV1ResponseDto>> {
|
|
797
|
-
return localVarFp.v1GetProductFeed(options).then((request) => request(axios, basePath));
|
|
798
|
-
},
|
|
799
|
-
/**
|
|
800
|
-
* V5 `scsbidSend`(type=U) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
801
|
-
* @summary 유찰 처리 — V5 충실
|
|
802
|
-
* @param {MarkBidFailedV1RequestDto} markBidFailedV1RequestDto
|
|
803
|
-
* @param {*} [options] Override http request option.
|
|
804
|
-
* @throws {RequiredError}
|
|
805
|
-
*/
|
|
806
|
-
v1MarkBidFailed(markBidFailedV1RequestDto: MarkBidFailedV1RequestDto, options?: RawAxiosRequestConfig): AxiosPromise<BidFailedResponseDto> {
|
|
807
|
-
return localVarFp.v1MarkBidFailed(markBidFailedV1RequestDto, options).then((request) => request(axios, basePath));
|
|
808
|
-
},
|
|
809
|
-
/**
|
|
810
|
-
* V5 `scsbidSend`(type=W) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
811
|
-
* @summary 낙찰 결과 전송 — V5 충실
|
|
812
|
-
* @param {RegisterAwardV1RequestDto} registerAwardV1RequestDto
|
|
813
|
-
* @param {*} [options] Override http request option.
|
|
814
|
-
* @throws {RequiredError}
|
|
815
|
-
*/
|
|
816
|
-
v1RegisterAward(registerAwardV1RequestDto: RegisterAwardV1RequestDto, options?: RawAxiosRequestConfig): AxiosPromise<AwardRegisteredResponseDto> {
|
|
817
|
-
return localVarFp.v1RegisterAward(registerAwardV1RequestDto, options).then((request) => request(axios, basePath));
|
|
818
|
-
},
|
|
819
|
-
/**
|
|
820
|
-
* V5 `scsbidSend`(type=B) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
821
|
-
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
822
|
-
* @param {CreateBidV1RequestDto} createBidV1RequestDto
|
|
823
|
-
* @param {*} [options] Override http request option.
|
|
824
|
-
* @throws {RequiredError}
|
|
825
|
-
*/
|
|
826
|
-
v1RegisterBid(createBidV1RequestDto: CreateBidV1RequestDto, options?: RawAxiosRequestConfig): AxiosPromise<BidCreatedResponseDto> {
|
|
827
|
-
return localVarFp.v1RegisterBid(createBidV1RequestDto, options).then((request) => request(axios, basePath));
|
|
828
|
-
},
|
|
829
|
-
/**
|
|
830
|
-
* V5 `splitInvoiceRequest` 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
831
|
-
* @summary 계산서 분할 발급 청구 — V5 충실
|
|
832
|
-
* @param {RequestSplitInvoiceV1RequestDto} requestSplitInvoiceV1RequestDto
|
|
833
|
-
* @param {*} [options] Override http request option.
|
|
834
|
-
* @throws {RequiredError}
|
|
835
|
-
*/
|
|
836
|
-
v1RequestSplitInvoice(requestSplitInvoiceV1RequestDto: RequestSplitInvoiceV1RequestDto, options?: RawAxiosRequestConfig): AxiosPromise<SplitInvoiceV1ResponseDto> {
|
|
837
|
-
return localVarFp.v1RequestSplitInvoice(requestSplitInvoiceV1RequestDto, options).then((request) => request(axios, basePath));
|
|
838
|
-
},
|
|
839
|
-
/**
|
|
840
|
-
* V5 `scsbidSend`(type=nego) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
841
|
-
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
842
|
-
* @param {SubmitNegotiationScoresV1RequestDto} submitNegotiationScoresV1RequestDto
|
|
843
|
-
* @param {*} [options] Override http request option.
|
|
844
|
-
* @throws {RequiredError}
|
|
845
|
-
*/
|
|
846
|
-
v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto: SubmitNegotiationScoresV1RequestDto, options?: RawAxiosRequestConfig): AxiosPromise<NegotiationScoredResponseDto> {
|
|
847
|
-
return localVarFp.v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto, options).then((request) => request(axios, basePath));
|
|
848
|
-
},
|
|
849
|
-
/**
|
|
850
|
-
* 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). base64 또는 url 중 정확히 하나를 제출한다. 응답 `fileKey` 를 `POST /v1/bids` 의 `attachments[]` 에 그대로 넣으면 공고 첨부로 연결된다. 멱등성 계층은 없다 — `Idempotency-Key` 헤더를 보내도 무시되며 재시도는 매번 새 파일을 만든다.
|
|
851
|
-
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
852
|
-
* @param {UploadFileV1RequestDto} uploadFileV1RequestDto
|
|
853
|
-
* @param {*} [options] Override http request option.
|
|
854
|
-
* @throws {RequiredError}
|
|
855
|
-
*/
|
|
856
|
-
v1UploadFile(uploadFileV1RequestDto: UploadFileV1RequestDto, options?: RawAxiosRequestConfig): AxiosPromise<FileUploadedV1ResponseDto> {
|
|
857
|
-
return localVarFp.v1UploadFile(uploadFileV1RequestDto, options).then((request) => request(axios, basePath));
|
|
858
|
-
},
|
|
859
|
-
};
|
|
860
|
-
};
|
|
861
|
-
|
|
862
|
-
/**
|
|
863
|
-
* PartnerV1Api - object-oriented interface
|
|
864
|
-
*/
|
|
865
|
-
export class PartnerV1Api extends BaseAPI {
|
|
866
|
-
/**
|
|
867
|
-
* V5 `productReceiveCheck` 후속. 저장 완료한 물품코드 목록을 전송완료(send_chk=Y)로 마킹해 재전송에서 제외한다. 마킹은 인증 그룹 스코프로 잠긴다(남의 조직 물품 마킹 불가).
|
|
868
|
-
* @summary 물품 수신확인 — V5 충실
|
|
869
|
-
* @param {AcknowledgeProductsV1RequestDto} acknowledgeProductsV1RequestDto
|
|
870
|
-
* @param {*} [options] Override http request option.
|
|
871
|
-
* @throws {RequiredError}
|
|
872
|
-
*/
|
|
873
|
-
public v1AcknowledgeProductReceipt(acknowledgeProductsV1RequestDto: AcknowledgeProductsV1RequestDto, options?: RawAxiosRequestConfig) {
|
|
874
|
-
return PartnerV1ApiFp(this.configuration).v1AcknowledgeProductReceipt(acknowledgeProductsV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
/**
|
|
878
|
-
* V5 `/acceptanceCompleteSend` 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
879
|
-
* @summary 검수완료 전송 — V5 충실
|
|
880
|
-
* @param {string} bidId
|
|
881
|
-
* @param {CompleteAcceptanceV1RequestDto} completeAcceptanceV1RequestDto
|
|
882
|
-
* @param {*} [options] Override http request option.
|
|
883
|
-
* @throws {RequiredError}
|
|
884
|
-
*/
|
|
885
|
-
public v1CompleteAcceptance(bidId: string, completeAcceptanceV1RequestDto: CompleteAcceptanceV1RequestDto, options?: RawAxiosRequestConfig) {
|
|
886
|
-
return PartnerV1ApiFp(this.configuration).v1CompleteAcceptance(bidId, completeAcceptanceV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
/**
|
|
890
|
-
* V5 `/contractDocumentRec`(bid_puchase_no_list) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
891
|
-
* @summary 계약서류 수신 배치 조회 — V5 충실
|
|
892
|
-
* @param {BidContractDocumentsBatchV1RequestDto} bidContractDocumentsBatchV1RequestDto
|
|
893
|
-
* @param {*} [options] Override http request option.
|
|
894
|
-
* @throws {RequiredError}
|
|
895
|
-
*/
|
|
896
|
-
public v1GetBidContractDocumentsBatch(bidContractDocumentsBatchV1RequestDto: BidContractDocumentsBatchV1RequestDto, options?: RawAxiosRequestConfig) {
|
|
897
|
-
return PartnerV1ApiFp(this.configuration).v1GetBidContractDocumentsBatch(bidContractDocumentsBatchV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
/**
|
|
901
|
-
* V5 `/entendRec`(bid_puchase_no_list) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정. resolveBidId 도 이 엔드포인트를 사용한다.
|
|
902
|
-
* @summary 입찰결과 배치 조회 — V5 충실
|
|
903
|
-
* @param {BidResultsBatchV1RequestDto} bidResultsBatchV1RequestDto
|
|
904
|
-
* @param {*} [options] Override http request option.
|
|
905
|
-
* @throws {RequiredError}
|
|
906
|
-
*/
|
|
907
|
-
public v1GetBidResultsBatch(bidResultsBatchV1RequestDto: BidResultsBatchV1RequestDto, options?: RawAxiosRequestConfig) {
|
|
908
|
-
return PartnerV1ApiFp(this.configuration).v1GetBidResultsBatch(bidResultsBatchV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
/**
|
|
912
|
-
* V5 `/getGrm` 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). group_code 스코프로 가시성 적용.
|
|
913
|
-
* @summary 거래명세서 조회 — V5 충실
|
|
914
|
-
* @param {string} bidId
|
|
915
|
-
* @param {*} [options] Override http request option.
|
|
916
|
-
* @throws {RequiredError}
|
|
917
|
-
*/
|
|
918
|
-
public v1GetBidStatement(bidId: string, options?: RawAxiosRequestConfig) {
|
|
919
|
-
return PartnerV1ApiFp(this.configuration).v1GetBidStatement(bidId, options).then((request) => request(this.axios, this.basePath));
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
/**
|
|
923
|
-
* V5 `getProductList` 후속. 인증 그룹의 승인완료·공유·미전송(send_chk=N) 물품을 반환한다. 가져간 뒤 POST /v1/products/receipts 로 수신확인하면 재전송에서 제외된다(증분).
|
|
924
|
-
* @summary 물품 카탈로그 피드 조회 — V5 충실
|
|
925
|
-
* @param {*} [options] Override http request option.
|
|
926
|
-
* @throws {RequiredError}
|
|
927
|
-
*/
|
|
928
|
-
public v1GetProductFeed(options?: RawAxiosRequestConfig) {
|
|
929
|
-
return PartnerV1ApiFp(this.configuration).v1GetProductFeed(options).then((request) => request(this.axios, this.basePath));
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
/**
|
|
933
|
-
* V5 `scsbidSend`(type=U) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
934
|
-
* @summary 유찰 처리 — V5 충실
|
|
935
|
-
* @param {MarkBidFailedV1RequestDto} markBidFailedV1RequestDto
|
|
936
|
-
* @param {*} [options] Override http request option.
|
|
937
|
-
* @throws {RequiredError}
|
|
938
|
-
*/
|
|
939
|
-
public v1MarkBidFailed(markBidFailedV1RequestDto: MarkBidFailedV1RequestDto, options?: RawAxiosRequestConfig) {
|
|
940
|
-
return PartnerV1ApiFp(this.configuration).v1MarkBidFailed(markBidFailedV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
/**
|
|
944
|
-
* V5 `scsbidSend`(type=W) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
945
|
-
* @summary 낙찰 결과 전송 — V5 충실
|
|
946
|
-
* @param {RegisterAwardV1RequestDto} registerAwardV1RequestDto
|
|
947
|
-
* @param {*} [options] Override http request option.
|
|
948
|
-
* @throws {RequiredError}
|
|
949
|
-
*/
|
|
950
|
-
public v1RegisterAward(registerAwardV1RequestDto: RegisterAwardV1RequestDto, options?: RawAxiosRequestConfig) {
|
|
951
|
-
return PartnerV1ApiFp(this.configuration).v1RegisterAward(registerAwardV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
952
|
-
}
|
|
953
|
-
|
|
954
|
-
/**
|
|
955
|
-
* V5 `scsbidSend`(type=B) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
956
|
-
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
957
|
-
* @param {CreateBidV1RequestDto} createBidV1RequestDto
|
|
958
|
-
* @param {*} [options] Override http request option.
|
|
959
|
-
* @throws {RequiredError}
|
|
960
|
-
*/
|
|
961
|
-
public v1RegisterBid(createBidV1RequestDto: CreateBidV1RequestDto, options?: RawAxiosRequestConfig) {
|
|
962
|
-
return PartnerV1ApiFp(this.configuration).v1RegisterBid(createBidV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
/**
|
|
966
|
-
* V5 `splitInvoiceRequest` 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
967
|
-
* @summary 계산서 분할 발급 청구 — V5 충실
|
|
968
|
-
* @param {RequestSplitInvoiceV1RequestDto} requestSplitInvoiceV1RequestDto
|
|
969
|
-
* @param {*} [options] Override http request option.
|
|
970
|
-
* @throws {RequiredError}
|
|
971
|
-
*/
|
|
972
|
-
public v1RequestSplitInvoice(requestSplitInvoiceV1RequestDto: RequestSplitInvoiceV1RequestDto, options?: RawAxiosRequestConfig) {
|
|
973
|
-
return PartnerV1ApiFp(this.configuration).v1RequestSplitInvoice(requestSplitInvoiceV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
/**
|
|
977
|
-
* V5 `scsbidSend`(type=nego) 후속. 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
978
|
-
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
979
|
-
* @param {SubmitNegotiationScoresV1RequestDto} submitNegotiationScoresV1RequestDto
|
|
980
|
-
* @param {*} [options] Override http request option.
|
|
981
|
-
* @throws {RequiredError}
|
|
982
|
-
*/
|
|
983
|
-
public v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto: SubmitNegotiationScoresV1RequestDto, options?: RawAxiosRequestConfig) {
|
|
984
|
-
return PartnerV1ApiFp(this.configuration).v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
/**
|
|
988
|
-
* 인증 = 헤더 `X-Platform-Id`/`X-Platform-Secret`(cate_set). base64 또는 url 중 정확히 하나를 제출한다. 응답 `fileKey` 를 `POST /v1/bids` 의 `attachments[]` 에 그대로 넣으면 공고 첨부로 연결된다. 멱등성 계층은 없다 — `Idempotency-Key` 헤더를 보내도 무시되며 재시도는 매번 새 파일을 만든다.
|
|
989
|
-
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
990
|
-
* @param {UploadFileV1RequestDto} uploadFileV1RequestDto
|
|
991
|
-
* @param {*} [options] Override http request option.
|
|
992
|
-
* @throws {RequiredError}
|
|
993
|
-
*/
|
|
994
|
-
public v1UploadFile(uploadFileV1RequestDto: UploadFileV1RequestDto, options?: RawAxiosRequestConfig) {
|
|
995
|
-
return PartnerV1ApiFp(this.configuration).v1UploadFile(uploadFileV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
996
|
-
}
|
|
997
|
-
}
|
|
998
|
-
|