@puzzlin/models 2.1.4 → 2.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models/auth/inputs/login.input.js +2 -1
- package/dist/models/auth/inputs/login.input.js.map +1 -1
- package/dist/models/auth/inputs/send-account-verification-code.input.js +2 -1
- package/dist/models/auth/inputs/send-account-verification-code.input.js.map +1 -1
- package/dist/models/auth/inputs/send-link-to-update-password.input.js +2 -1
- package/dist/models/auth/inputs/send-link-to-update-password.input.js.map +1 -1
- package/dist/models/auth/inputs/signup.input.js +2 -1
- package/dist/models/auth/inputs/signup.input.js.map +1 -1
- package/dist/models/auth/inputs/update-password.input.js +2 -1
- package/dist/models/auth/inputs/update-password.input.js.map +1 -1
- package/dist/models/auth/inputs/verify-account.input.js +2 -1
- package/dist/models/auth/inputs/verify-account.input.js.map +1 -1
- package/dist/models/auth/objects/jwt-user.object.js +2 -1
- package/dist/models/auth/objects/jwt-user.object.js.map +1 -1
- package/dist/models/auth/payloads/login.payload.js +2 -1
- package/dist/models/auth/payloads/login.payload.js.map +1 -1
- package/dist/models/auth/payloads/logout.payload.js +2 -1
- package/dist/models/auth/payloads/logout.payload.js.map +1 -1
- package/dist/models/auth/payloads/refresh-login.payload.js +2 -1
- package/dist/models/auth/payloads/refresh-login.payload.js.map +1 -1
- package/dist/models/auth/payloads/send-account-verification-code.payload.js +2 -1
- package/dist/models/auth/payloads/send-account-verification-code.payload.js.map +1 -1
- package/dist/models/auth/payloads/send-link-to-update-password.payload.js +2 -1
- package/dist/models/auth/payloads/send-link-to-update-password.payload.js.map +1 -1
- package/dist/models/auth/payloads/signup.payload.js +2 -1
- package/dist/models/auth/payloads/signup.payload.js.map +1 -1
- package/dist/models/auth/payloads/update-password.payload.js +2 -1
- package/dist/models/auth/payloads/update-password.payload.js.map +1 -1
- package/dist/models/auth/payloads/user-session-tokens.payload.js +2 -1
- package/dist/models/auth/payloads/user-session-tokens.payload.js.map +1 -1
- package/dist/models/auth/payloads/user-session.payload.js +2 -1
- package/dist/models/auth/payloads/user-session.payload.js.map +1 -1
- package/dist/models/auth/payloads/verify-account.payload.js +2 -1
- package/dist/models/auth/payloads/verify-account.payload.js.map +1 -1
- package/dist/models/brain-imaging/models/activities/activity.object.js +2 -1
- package/dist/models/brain-imaging/models/activities/activity.object.js.map +1 -1
- package/dist/models/brain-imaging/models/activities/inputs/create-activity.input.js +2 -1
- package/dist/models/brain-imaging/models/activities/inputs/create-activity.input.js.map +1 -1
- package/dist/models/brain-imaging/models/activities/inputs/update-activity.input.js +2 -1
- package/dist/models/brain-imaging/models/activities/inputs/update-activity.input.js.map +1 -1
- package/dist/models/brain-imaging/models/activities/inputs/upsert-activity.input.js +2 -1
- package/dist/models/brain-imaging/models/activities/inputs/upsert-activity.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-analyses/inputs/create-eeg-analysis.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-analyses/inputs/create-eeg-analysis.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-analyses/inputs/update-eeg-analysis.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-analyses/inputs/update-eeg-analysis.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/average-brain-circuit-hits/average-brain-circuit-hits.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/average-brain-circuit-hits/average-brain-circuit-hits.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/average-brain-circuit-hits/average-brain-circuit-hits.object.js +2 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/average-brain-circuit-hits/average-brain-circuit-hits.object.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/brain-circuit-hits/brain-circuit-hits.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/brain-circuit-hits/brain-circuit-hits.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/brain-circuit-hits/brain-circuit-hits.object.js +2 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/brain-circuit-hits/brain-circuit-hits.object.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/brain-region-hits/brain-region-hits.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/brain-region-hits/brain-region-hits.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/brain-region-hits/brain-region-hits.object.js +2 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/brain-region-hits/brain-region-hits.object.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/eeg-sampled-data/eeg-sampled-data.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/eeg-sampled-data/eeg-sampled-data.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/eeg-sampled-data/eeg-sampled-data.object.js +2 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/eeg-sampled-data/eeg-sampled-data.object.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/eeg-sampled-data/models/max-eeg-channel-data/max-eeg-channel-data.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/eeg-sampled-data/models/max-eeg-channel-data/max-eeg-channel-data.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/eeg-sampled-data/models/max-eeg-channel-data/max-eeg-channel-data.object.js +2 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/eeg-sampled-data/models/max-eeg-channel-data/max-eeg-channel-data.object.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/frequency-bandwidths/frequency-bandwidth.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/frequency-bandwidths/frequency-bandwidth.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/frequency-bandwidths/frequency-bandwidth.object.js +2 -1
- package/dist/models/brain-imaging/models/eeg-analyses/models/frequency-bandwidths/frequency-bandwidth.object.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-analyses/objects/eeg-analysis.object.js +2 -1
- package/dist/models/brain-imaging/models/eeg-analyses/objects/eeg-analysis.object.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-analyses/payloads/update-eeg-analysis.payload.js +2 -1
- package/dist/models/brain-imaging/models/eeg-analyses/payloads/update-eeg-analysis.payload.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-recordings/inputs/claim-eeg-recording.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-recordings/inputs/claim-eeg-recording.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-recordings/inputs/create-eeg-recording.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-recordings/inputs/create-eeg-recording.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-recordings/inputs/create-empty-eeg-recording.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-recordings/inputs/create-empty-eeg-recording.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-recordings/inputs/send-eeg-recording-claim-request.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-recordings/inputs/send-eeg-recording-claim-request.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-recordings/inputs/update-eeg-recording.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-recordings/inputs/update-eeg-recording.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-recordings/objects/eeg-recording.object.js +2 -1
- package/dist/models/brain-imaging/models/eeg-recordings/objects/eeg-recording.object.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-recordings/payloads/claim-eeg-recording.payload.js +2 -1
- package/dist/models/brain-imaging/models/eeg-recordings/payloads/claim-eeg-recording.payload.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-recordings/payloads/send-eeg-recording-claim-request.payload.js +2 -1
- package/dist/models/brain-imaging/models/eeg-recordings/payloads/send-eeg-recording-claim-request.payload.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-recordings/payloads/update-eeg-recording.payload.js +2 -1
- package/dist/models/brain-imaging/models/eeg-recordings/payloads/update-eeg-recording.payload.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-reports/args/eeg-reports.args.js +2 -1
- package/dist/models/brain-imaging/models/eeg-reports/args/eeg-reports.args.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-reports/connections/eeg-report-union.connection.js +2 -1
- package/dist/models/brain-imaging/models/eeg-reports/connections/eeg-report-union.connection.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-reports/connections/individual-eeg-report.connection.js +2 -1
- package/dist/models/brain-imaging/models/eeg-reports/connections/individual-eeg-report.connection.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-reports/inputs/analyze-eeg-report.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-reports/inputs/analyze-eeg-report.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-reports/inputs/create-eeg-report.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-reports/inputs/create-eeg-report.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-reports/inputs/create-individual-eeg-report.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-reports/inputs/create-individual-eeg-report.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-reports/inputs/create-mixed-eeg-report.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-reports/inputs/create-mixed-eeg-report.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-reports/inputs/delete-eeg-report.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-reports/inputs/delete-eeg-report.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-reports/inputs/update-eeg-report.input.js +2 -1
- package/dist/models/brain-imaging/models/eeg-reports/inputs/update-eeg-report.input.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-reports/objects/eeg-report.object.js +2 -1
- package/dist/models/brain-imaging/models/eeg-reports/objects/eeg-report.object.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-reports/objects/individual-eeg-report.object.js +2 -1
- package/dist/models/brain-imaging/models/eeg-reports/objects/individual-eeg-report.object.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-reports/objects/mixed-eeg-report.object.js +2 -1
- package/dist/models/brain-imaging/models/eeg-reports/objects/mixed-eeg-report.object.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-reports/payloads/analyze-eeg-report.payload.js +2 -1
- package/dist/models/brain-imaging/models/eeg-reports/payloads/analyze-eeg-report.payload.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-reports/payloads/create-individual-eeg-report.payload.js +2 -1
- package/dist/models/brain-imaging/models/eeg-reports/payloads/create-individual-eeg-report.payload.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-reports/payloads/create-mixed-eeg-report.payload.js +2 -1
- package/dist/models/brain-imaging/models/eeg-reports/payloads/create-mixed-eeg-report.payload.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-reports/payloads/delete-eeg-report.payload.js +2 -1
- package/dist/models/brain-imaging/models/eeg-reports/payloads/delete-eeg-report.payload.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-reports/payloads/export-eeg-reports.payload.js +2 -1
- package/dist/models/brain-imaging/models/eeg-reports/payloads/export-eeg-reports.payload.js.map +1 -1
- package/dist/models/brain-imaging/models/eeg-reports/payloads/update-eeg-report.payload.js +2 -1
- package/dist/models/brain-imaging/models/eeg-reports/payloads/update-eeg-report.payload.js.map +1 -1
- package/dist/models/brain-imaging/models/subjects/inputs/create-subject.input.js +2 -1
- package/dist/models/brain-imaging/models/subjects/inputs/create-subject.input.js.map +1 -1
- package/dist/models/brain-imaging/models/subjects/inputs/update-subject.input.js +2 -1
- package/dist/models/brain-imaging/models/subjects/inputs/update-subject.input.js.map +1 -1
- package/dist/models/brain-imaging/models/subjects/objects/subject.object.js +2 -1
- package/dist/models/brain-imaging/models/subjects/objects/subject.object.js.map +1 -1
- package/dist/models/brain-imaging/models/subjects/payloads/update-subject.payload.js +2 -1
- package/dist/models/brain-imaging/models/subjects/payloads/update-subject.payload.js.map +1 -1
- package/dist/models/checkout-sessions/inputs/create-checkout-session.input.js +2 -1
- package/dist/models/checkout-sessions/inputs/create-checkout-session.input.js.map +1 -1
- package/dist/models/checkout-sessions/objects/checkout-session.object.js +2 -1
- package/dist/models/checkout-sessions/objects/checkout-session.object.js.map +1 -1
- package/dist/models/checkout-sessions/payloads/create-checkout-session.payload.js +2 -1
- package/dist/models/checkout-sessions/payloads/create-checkout-session.payload.js.map +1 -1
- package/dist/models/checkout-sessions/payloads/update-checkout-session.payload.js +2 -1
- package/dist/models/checkout-sessions/payloads/update-checkout-session.payload.js.map +1 -1
- package/dist/models/credits/args/credit-balance.args.js +2 -1
- package/dist/models/credits/args/credit-balance.args.js.map +1 -1
- package/dist/models/credits/inputs/create-credit-ledger-entry.input.js +2 -1
- package/dist/models/credits/inputs/create-credit-ledger-entry.input.js.map +1 -1
- package/dist/models/credits/inputs/redeem-credits-for-resources.input.js +2 -1
- package/dist/models/credits/inputs/redeem-credits-for-resources.input.js.map +1 -1
- package/dist/models/credits/inputs/user-resource.input.js +2 -1
- package/dist/models/credits/inputs/user-resource.input.js.map +1 -1
- package/dist/models/credits/objects/credit-ledger-entry.object.js +2 -1
- package/dist/models/credits/objects/credit-ledger-entry.object.js.map +1 -1
- package/dist/models/credits/objects/product-credit-balance.object.js +2 -1
- package/dist/models/credits/objects/product-credit-balance.object.js.map +1 -1
- package/dist/models/credits/payloads/create-credit-ledger-entry.payload.js +2 -1
- package/dist/models/credits/payloads/create-credit-ledger-entry.payload.js.map +1 -1
- package/dist/models/credits/payloads/redeem-credits-for-resources.payload.js +2 -1
- package/dist/models/credits/payloads/redeem-credits-for-resources.payload.js.map +1 -1
- package/dist/models/customers/objects/customer.object.js +2 -1
- package/dist/models/customers/objects/customer.object.js.map +1 -1
- package/dist/models/emails/inputs/email-message.input.js +2 -1
- package/dist/models/emails/inputs/email-message.input.js.map +1 -1
- package/dist/models/emails/inputs/email-recipients.input.js +2 -1
- package/dist/models/emails/inputs/email-recipients.input.js.map +1 -1
- package/dist/models/emails/inputs/send-contact-email.input.js +2 -1
- package/dist/models/emails/inputs/send-contact-email.input.js.map +1 -1
- package/dist/models/emails/inputs/send-email.input.js +2 -1
- package/dist/models/emails/inputs/send-email.input.js.map +1 -1
- package/dist/models/emails/interfaces/email-payload.interface.js +2 -1
- package/dist/models/emails/interfaces/email-payload.interface.js.map +1 -1
- package/dist/models/emails/interfaces/email-recipients.interface.js +4 -4
- package/dist/models/emails/interfaces/email-recipients.interface.js.map +1 -1
- package/dist/models/emails/objects/email-delivery-info.object.js +2 -1
- package/dist/models/emails/objects/email-delivery-info.object.js.map +1 -1
- package/dist/models/emails/objects/email-delivery.object.js +2 -1
- package/dist/models/emails/objects/email-delivery.object.js.map +1 -1
- package/dist/models/emails/objects/email-message.object.js +4 -4
- package/dist/models/emails/objects/email-message.object.js.map +1 -1
- package/dist/models/emails/objects/email.object.js +2 -1
- package/dist/models/emails/objects/email.object.js.map +1 -1
- package/dist/models/emails/payloads/send-contact-email.payload.js +2 -1
- package/dist/models/emails/payloads/send-contact-email.payload.js.map +1 -1
- package/dist/models/emails/payloads/send-email.payload.js +2 -1
- package/dist/models/emails/payloads/send-email.payload.js.map +1 -1
- package/dist/models/life-experiences/models/comic-experiences/inputs/create-comic-experience-input.input.js +2 -1
- package/dist/models/life-experiences/models/comic-experiences/inputs/create-comic-experience-input.input.js.map +1 -1
- package/dist/models/life-experiences/models/comic-experiences/inputs/create-comic-experience.input.js +2 -1
- package/dist/models/life-experiences/models/comic-experiences/inputs/create-comic-experience.input.js.map +1 -1
- package/dist/models/life-experiences/models/comic-experiences/inputs/delete-comic-experience.input.js +2 -1
- package/dist/models/life-experiences/models/comic-experiences/inputs/delete-comic-experience.input.js.map +1 -1
- package/dist/models/life-experiences/models/comic-experiences/inputs/update-comic-scene.input.js +2 -1
- package/dist/models/life-experiences/models/comic-experiences/inputs/update-comic-scene.input.js.map +1 -1
- package/dist/models/life-experiences/models/comic-experiences/objects/comic-character.object.js +2 -1
- package/dist/models/life-experiences/models/comic-experiences/objects/comic-character.object.js.map +1 -1
- package/dist/models/life-experiences/models/comic-experiences/objects/comic-experience-input.object.js +2 -1
- package/dist/models/life-experiences/models/comic-experiences/objects/comic-experience-input.object.js.map +1 -1
- package/dist/models/life-experiences/models/comic-experiences/objects/comic-experience.object.js +2 -1
- package/dist/models/life-experiences/models/comic-experiences/objects/comic-experience.object.js.map +1 -1
- package/dist/models/life-experiences/models/comic-experiences/objects/comic-line.object.js +2 -1
- package/dist/models/life-experiences/models/comic-experiences/objects/comic-line.object.js.map +1 -1
- package/dist/models/life-experiences/models/comic-experiences/objects/comic-rendering.object.js +2 -1
- package/dist/models/life-experiences/models/comic-experiences/objects/comic-rendering.object.js.map +1 -1
- package/dist/models/life-experiences/models/comic-experiences/objects/comic-scene.object.js +2 -1
- package/dist/models/life-experiences/models/comic-experiences/objects/comic-scene.object.js.map +1 -1
- package/dist/models/life-experiences/models/comic-experiences/payloads/create-comic-experience.payload.js +2 -1
- package/dist/models/life-experiences/models/comic-experiences/payloads/create-comic-experience.payload.js.map +1 -1
- package/dist/models/life-experiences/models/comic-experiences/payloads/delete-comic-experience.payload.js +2 -1
- package/dist/models/life-experiences/models/comic-experiences/payloads/delete-comic-experience.payload.js.map +1 -1
- package/dist/models/life-experiences/models/comic-experiences/payloads/update-comic-scene.payload.js +2 -1
- package/dist/models/life-experiences/models/comic-experiences/payloads/update-comic-scene.payload.js.map +1 -1
- package/dist/models/life-experiences/models/experiences/inputs/create-experience.input.js +2 -1
- package/dist/models/life-experiences/models/experiences/inputs/create-experience.input.js.map +1 -1
- package/dist/models/life-experiences/models/experiences/objects/experience.object.js +2 -1
- package/dist/models/life-experiences/models/experiences/objects/experience.object.js.map +1 -1
- package/dist/models/orders/inputs/adjustable-quantity.input.js +2 -1
- package/dist/models/orders/inputs/adjustable-quantity.input.js.map +1 -1
- package/dist/models/orders/inputs/create-offline-purchase.input.js +2 -1
- package/dist/models/orders/inputs/create-offline-purchase.input.js.map +1 -1
- package/dist/models/orders/inputs/create-order-line-item.input.js +2 -1
- package/dist/models/orders/inputs/create-order-line-item.input.js.map +1 -1
- package/dist/models/orders/inputs/create-order.input.js +2 -1
- package/dist/models/orders/inputs/create-order.input.js.map +1 -1
- package/dist/models/orders/inputs/update-checkout-session.input.js +2 -1
- package/dist/models/orders/inputs/update-checkout-session.input.js.map +1 -1
- package/dist/models/orders/objects/order-line-item.object.js +2 -1
- package/dist/models/orders/objects/order-line-item.object.js.map +1 -1
- package/dist/models/orders/objects/order.object.js +2 -1
- package/dist/models/orders/objects/order.object.js.map +1 -1
- package/dist/models/orders/objects/transaction.object.js +2 -1
- package/dist/models/orders/objects/transaction.object.js.map +1 -1
- package/dist/models/orders/payloads/create-offline-purchase.payload.js +2 -1
- package/dist/models/orders/payloads/create-offline-purchase.payload.js.map +1 -1
- package/dist/models/orders/payloads/process-order-payouts.payload.js +2 -1
- package/dist/models/orders/payloads/process-order-payouts.payload.js.map +1 -1
- package/dist/models/pagination/args/pagination.args.js +2 -1
- package/dist/models/pagination/args/pagination.args.js.map +1 -1
- package/dist/models/pagination/objects/connection.object-factory.js +1 -2
- package/dist/models/pagination/objects/connection.object-factory.js.map +1 -1
- package/dist/models/pagination/objects/page-info.object.js +2 -1
- package/dist/models/pagination/objects/page-info.object.js.map +1 -1
- package/dist/models/pagination/objects/union-connection.object-factory.js +1 -2
- package/dist/models/pagination/objects/union-connection.object-factory.js.map +1 -1
- package/dist/models/payouts/inputs/create-payout.input.js +2 -1
- package/dist/models/payouts/inputs/create-payout.input.js.map +1 -1
- package/dist/models/payouts/objects/payout.object.js +2 -1
- package/dist/models/payouts/objects/payout.object.js.map +1 -1
- package/dist/models/payouts/payloads/process-payout.payload.js +2 -1
- package/dist/models/payouts/payloads/process-payout.payload.js.map +1 -1
- package/dist/models/places/args/place-details.args.js +2 -1
- package/dist/models/places/args/place-details.args.js.map +1 -1
- package/dist/models/places/args/place-predictions.args.js +2 -1
- package/dist/models/places/args/place-predictions.args.js.map +1 -1
- package/dist/models/places/objects/place-details.object.js +4 -4
- package/dist/models/places/objects/place-details.object.js.map +1 -1
- package/dist/models/places/objects/place-prediction.object.js +2 -1
- package/dist/models/places/objects/place-prediction.object.js.map +1 -1
- package/dist/models/products/args/product.args.js +2 -1
- package/dist/models/products/args/product.args.js.map +1 -1
- package/dist/models/products/args/products.args.js +2 -1
- package/dist/models/products/args/products.args.js.map +1 -1
- package/dist/models/products/inputs/create-product-platform-fee.input.js +2 -1
- package/dist/models/products/inputs/create-product-platform-fee.input.js.map +1 -1
- package/dist/models/products/inputs/create-product-share.input.js +2 -1
- package/dist/models/products/inputs/create-product-share.input.js.map +1 -1
- package/dist/models/products/inputs/create-product.input.js +2 -1
- package/dist/models/products/inputs/create-product.input.js.map +1 -1
- package/dist/models/products/objects/product-platform-fee.object.js +2 -1
- package/dist/models/products/objects/product-platform-fee.object.js.map +1 -1
- package/dist/models/products/objects/product-price.object.js +2 -1
- package/dist/models/products/objects/product-price.object.js.map +1 -1
- package/dist/models/products/objects/product-share.object.js +2 -1
- package/dist/models/products/objects/product-share.object.js.map +1 -1
- package/dist/models/products/objects/product.object.js +2 -1
- package/dist/models/products/objects/product.object.js.map +1 -1
- package/dist/models/products/payloads/create-product.payload.js +2 -1
- package/dist/models/products/payloads/create-product.payload.js.map +1 -1
- package/dist/models/sellers/inputs/create-seller-account-login-link.input.js +2 -1
- package/dist/models/sellers/inputs/create-seller-account-login-link.input.js.map +1 -1
- package/dist/models/sellers/inputs/create-seller-account-onboarding-link.input.js +2 -1
- package/dist/models/sellers/inputs/create-seller-account-onboarding-link.input.js.map +1 -1
- package/dist/models/sellers/inputs/create-seller.input.js +2 -1
- package/dist/models/sellers/inputs/create-seller.input.js.map +1 -1
- package/dist/models/sellers/objects/seller-account-link.object.js +2 -1
- package/dist/models/sellers/objects/seller-account-link.object.js.map +1 -1
- package/dist/models/sellers/objects/seller.object.js +2 -1
- package/dist/models/sellers/objects/seller.object.js.map +1 -1
- package/dist/models/sellers/payloads/create-seller-account-link.payload.js +2 -1
- package/dist/models/sellers/payloads/create-seller-account-link.payload.js.map +1 -1
- package/dist/models/sellers/payloads/create-seller.payload.js +2 -1
- package/dist/models/sellers/payloads/create-seller.payload.js.map +1 -1
- package/dist/models/sellers/payloads/delete-seller.payload.js +2 -1
- package/dist/models/sellers/payloads/delete-seller.payload.js.map +1 -1
- package/dist/models/transcriptions/inputs/transcribe.input.js +2 -1
- package/dist/models/transcriptions/inputs/transcribe.input.js.map +1 -1
- package/dist/models/transcriptions/objects/transcription.object.js +2 -1
- package/dist/models/transcriptions/objects/transcription.object.js.map +1 -1
- package/dist/models/transcriptions/payloads/transcribe.payload.js +2 -1
- package/dist/models/transcriptions/payloads/transcribe.payload.js.map +1 -1
- package/dist/models/users/args/user.args.js +2 -1
- package/dist/models/users/args/user.args.js.map +1 -1
- package/dist/models/users/args/users.args.js +2 -1
- package/dist/models/users/args/users.args.js.map +1 -1
- package/dist/models/users/connections/user.connection.js +2 -1
- package/dist/models/users/connections/user.connection.js.map +1 -1
- package/dist/models/users/inputs/create-user-account.input.js +2 -1
- package/dist/models/users/inputs/create-user-account.input.js.map +1 -1
- package/dist/models/users/inputs/create-user-place.input.js +2 -1
- package/dist/models/users/inputs/create-user-place.input.js.map +1 -1
- package/dist/models/users/inputs/create-user-profile.input.js +2 -1
- package/dist/models/users/inputs/create-user-profile.input.js.map +1 -1
- package/dist/models/users/inputs/create-user.input.js +2 -1
- package/dist/models/users/inputs/create-user.input.js.map +1 -1
- package/dist/models/users/inputs/email-node.input.js +2 -1
- package/dist/models/users/inputs/email-node.input.js.map +1 -1
- package/dist/models/users/inputs/update-user-account.input.js +2 -1
- package/dist/models/users/inputs/update-user-account.input.js.map +1 -1
- package/dist/models/users/inputs/update-user-place.input.js +2 -1
- package/dist/models/users/inputs/update-user-place.input.js.map +1 -1
- package/dist/models/users/inputs/update-user-profile.input.js +2 -1
- package/dist/models/users/inputs/update-user-profile.input.js.map +1 -1
- package/dist/models/users/inputs/update-user.input.js +2 -1
- package/dist/models/users/inputs/update-user.input.js.map +1 -1
- package/dist/models/users/objects/user-account.object.js +2 -1
- package/dist/models/users/objects/user-account.object.js.map +1 -1
- package/dist/models/users/objects/user-place.object.js +2 -1
- package/dist/models/users/objects/user-place.object.js.map +1 -1
- package/dist/models/users/objects/user-profile.object.js +2 -1
- package/dist/models/users/objects/user-profile.object.js.map +1 -1
- package/dist/models/users/objects/user.object.js +2 -1
- package/dist/models/users/objects/user.object.js.map +1 -1
- package/dist/models/users/payloads/create-user.payload.js +2 -1
- package/dist/models/users/payloads/create-user.payload.js.map +1 -1
- package/dist/models/users/payloads/update-user.payload.js +2 -1
- package/dist/models/users/payloads/update-user.payload.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/args/node.args.js +2 -1
- package/dist/utils/args/node.args.js.map +1 -1
- package/dist/utils/decorators/transform-email.js +1 -2
- package/dist/utils/decorators/transform-email.js.map +1 -1
- package/dist/utils/decorators/trim.js +1 -2
- package/dist/utils/decorators/trim.js.map +1 -1
- package/dist/utils/inputs/file.input.d.ts +0 -1
- package/dist/utils/inputs/file.input.d.ts.map +1 -1
- package/dist/utils/inputs/file.input.js +2 -1
- package/dist/utils/inputs/file.input.js.map +1 -1
- package/dist/utils/inputs/node.input.js +2 -1
- package/dist/utils/inputs/node.input.js.map +1 -1
- package/dist/utils/interfaces/node.interface.js +2 -1
- package/dist/utils/interfaces/node.interface.js.map +1 -1
- package/dist/utils/interfaces/timestamp.interface.js +2 -1
- package/dist/utils/interfaces/timestamp.interface.js.map +1 -1
- package/package.json +8 -8
|
@@ -12,8 +12,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.CreateOfflinePurchasePayload = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const objects_1 = require("../objects");
|
|
15
|
-
let CreateOfflinePurchasePayload =
|
|
15
|
+
let CreateOfflinePurchasePayload = class CreateOfflinePurchasePayload {
|
|
16
16
|
};
|
|
17
|
+
exports.CreateOfflinePurchasePayload = CreateOfflinePurchasePayload;
|
|
17
18
|
__decorate([
|
|
18
19
|
(0, graphql_1.Field)(() => objects_1.Order),
|
|
19
20
|
__metadata("design:type", objects_1.Order)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-offline-purchase.payload.js","sourceRoot":"","sources":["../../../../src/models/orders/payloads/create-offline-purchase.payload.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AACpD,wCAAmC;AAG5B,IAAM,4BAA4B,
|
|
1
|
+
{"version":3,"file":"create-offline-purchase.payload.js","sourceRoot":"","sources":["../../../../src/models/orders/payloads/create-offline-purchase.payload.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AACpD,wCAAmC;AAG5B,IAAM,4BAA4B,GAAlC,MAAM,4BAA4B;CAGxC,CAAA;AAHY,oEAA4B;AAEvC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,CAAC;8BACZ,eAAK;2DAAC;uCAFF,4BAA4B;IADxC,IAAA,oBAAU,GAAE;GACA,4BAA4B,CAGxC"}
|
|
@@ -12,8 +12,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.ProcessOrderPayoutsPayload = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const objects_1 = require("../objects");
|
|
15
|
-
let ProcessOrderPayoutsPayload =
|
|
15
|
+
let ProcessOrderPayoutsPayload = class ProcessOrderPayoutsPayload {
|
|
16
16
|
};
|
|
17
|
+
exports.ProcessOrderPayoutsPayload = ProcessOrderPayoutsPayload;
|
|
17
18
|
__decorate([
|
|
18
19
|
(0, graphql_1.Field)(() => objects_1.Order),
|
|
19
20
|
__metadata("design:type", objects_1.Order)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"process-order-payouts.payload.js","sourceRoot":"","sources":["../../../../src/models/orders/payloads/process-order-payouts.payload.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AACpD,wCAAmC;AAG5B,IAAM,0BAA0B,
|
|
1
|
+
{"version":3,"file":"process-order-payouts.payload.js","sourceRoot":"","sources":["../../../../src/models/orders/payloads/process-order-payouts.payload.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AACpD,wCAAmC;AAG5B,IAAM,0BAA0B,GAAhC,MAAM,0BAA0B;CAGtC,CAAA;AAHY,gEAA0B;AAErC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,CAAC;8BACZ,eAAK;yDAAC;qCAFF,0BAA0B;IADtC,IAAA,oBAAU,GAAE;GACA,0BAA0B,CAGtC"}
|
|
@@ -11,8 +11,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.PaginationArgs = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
-
let PaginationArgs =
|
|
14
|
+
let PaginationArgs = class PaginationArgs {
|
|
15
15
|
};
|
|
16
|
+
exports.PaginationArgs = PaginationArgs;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, graphql_1.Field)({
|
|
18
19
|
nullable: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagination.args.js","sourceRoot":"","sources":["../../../../src/models/pagination/args/pagination.args.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuD;AAGhD,IAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"pagination.args.js","sourceRoot":"","sources":["../../../../src/models/pagination/args/pagination.args.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuD;AAGhD,IAAM,cAAc,GAApB,MAAM,cAAc;CAoB1B,CAAA;AApBY,wCAAc;AAIzB;IAHC,IAAA,eAAK,EAAC;QACL,QAAQ,EAAE,IAAI;KACf,CAAC;;6CACa;AAKf;IAHC,IAAA,eAAK,EAAC;QACL,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACc;AAKhB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,aAAG,EAAE;QAChB,QAAQ,EAAE,IAAI;KACf,CAAC;;6CACa;AAKf;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,aAAG,EAAE;QAChB,QAAQ,EAAE,IAAI;KACf,CAAC;;4CACY;yBAnBH,cAAc;IAD1B,IAAA,kBAAQ,GAAE;GACE,cAAc,CAoB1B"}
|
|
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.Connection =
|
|
12
|
+
exports.Connection = Connection;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const graphql_scalars_1 = require("graphql-scalars");
|
|
15
15
|
const page_info_object_1 = require("./page-info.object");
|
|
@@ -67,5 +67,4 @@ function Connection(classRef) {
|
|
|
67
67
|
], ConnectionType);
|
|
68
68
|
return ConnectionType;
|
|
69
69
|
}
|
|
70
|
-
exports.Connection = Connection;
|
|
71
70
|
//# sourceMappingURL=connection.object-factory.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connection.object-factory.js","sourceRoot":"","sources":["../../../../src/models/pagination/objects/connection.object-factory.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"connection.object-factory.js","sourceRoot":"","sources":["../../../../src/models/pagination/objects/connection.object-factory.ts"],"names":[],"mappings":";;;;;;;;;;;AAoBA,gCAwCC;AA3DD,6CAAoD;AACpD,qDAAyD;AACzD,yDAA8C;AAc9C;;GAEG;AACH,SAAgB,UAAU,CAAI,QAAiB;IAI7C,IAAe,QAAQ,GAAvB,MAAe,QAAQ;KAMtB,CAAA;IAJC;QADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;4CACL;IAGf;QADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,QAAQ,CAAC;;0CACd;IALK,QAAQ;QAHtB,IAAA,oBAAU,EAAC,GAAG,QAAQ,CAAC,IAAI,MAAM,EAAE;YAClC,UAAU,EAAE,IAAI;SACjB,CAAC;OACa,QAAQ,CAMtB;IAKD,IAAe,cAAc,GAA7B,MAAe,cAAc;KAsB5B,CAAA;IAjBC;QAJC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,CAAC,EAAE;YACvB,WAAW,EAAE,kBAAkB;YAC/B,QAAQ,EAAE,IAAI;SACf,CAAC;;iDACuB;IAMzB;QAJC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,CAAC,EAAE;YACvB,WAAW,EAAE,kBAAkB;YAC/B,QAAQ,EAAE,IAAI;SACf,CAAC;;iDACgB;IAKlB;QAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,2BAAQ,EAAE;YACrB,WAAW,EAAE,mCAAmC;SACjD,CAAC;kCACQ,2BAAQ;oDAAC;IAKnB;QAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;YACnC,WAAW,EAAE,wDAAwD;SACtE,CAAC;;sDACiB;IArBN,cAAc;QAH5B,IAAA,oBAAU,EAAC;YACV,UAAU,EAAE,IAAI;SACjB,CAAC;OACa,cAAc,CAsB5B;IAED,OAAO,cAA0C,CAAC;AACpD,CAAC"}
|
|
@@ -11,8 +11,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.PageInfo = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
-
let PageInfo =
|
|
14
|
+
let PageInfo = class PageInfo {
|
|
15
15
|
};
|
|
16
|
+
exports.PageInfo = PageInfo;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, graphql_1.Field)(() => String, {
|
|
18
19
|
description: 'When paginating forwards, the cursor to continue.',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page-info.object.js","sourceRoot":"","sources":["../../../../src/models/pagination/objects/page-info.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AAG7C,IAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"page-info.object.js","sourceRoot":"","sources":["../../../../src/models/pagination/objects/page-info.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AAG7C,IAAM,QAAQ,GAAd,MAAM,QAAQ;CAsBpB,CAAA;AAtBY,4BAAQ;AAKnB;IAJC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE;QACnB,WAAW,EAAE,mDAAmD;QAChE,QAAQ,EAAE,IAAI;KACf,CAAC;;2CACuB;AAKzB;IAHC,IAAA,eAAK,EAAC;QACL,WAAW,EAAE,iDAAiD;KAC/D,CAAC;;6CACmB;AAKrB;IAHC,IAAA,eAAK,EAAC;QACL,WAAW,EAAE,kDAAkD;KAChE,CAAC;;iDACuB;AAMzB;IAJC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE;QACnB,WAAW,EAAE,oDAAoD;QACjE,QAAQ,EAAE,IAAI;KACf,CAAC;;6CACyB;mBArBhB,QAAQ;IADpB,IAAA,oBAAU,GAAE;GACA,QAAQ,CAsBpB"}
|
|
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.UnionConnection =
|
|
12
|
+
exports.UnionConnection = UnionConnection;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const graphql_scalars_1 = require("graphql-scalars");
|
|
15
15
|
const page_info_object_1 = require("./page-info.object");
|
|
@@ -70,5 +70,4 @@ function UnionConnection(unionRef, name) {
|
|
|
70
70
|
], ConnectionType);
|
|
71
71
|
return ConnectionType;
|
|
72
72
|
}
|
|
73
|
-
exports.UnionConnection = UnionConnection;
|
|
74
73
|
//# sourceMappingURL=union-connection.object-factory.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"union-connection.object-factory.js","sourceRoot":"","sources":["../../../../src/models/pagination/objects/union-connection.object-factory.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"union-connection.object-factory.js","sourceRoot":"","sources":["../../../../src/models/pagination/objects/union-connection.object-factory.ts"],"names":[],"mappings":";;;;;;;;;;;AAYA,0CAyCC;AApDD,6CAA2D;AAC3D,qDAAyD;AAEzD,yDAA8C;AAE9C;;;;;GAKG;AACH,SAAgB,eAAe,CAAkB,QAAkB,EAAE,IAAY;IAI/E,IAAe,QAAQ,GAAvB,MAAe,QAAQ;KAMtB,CAAA;IAJC;QADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;4CACL;IAGf;QADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,QAAQ,CAAC;;0CACP;IALF,QAAQ;QAHtB,IAAA,oBAAU,EAAC,GAAG,IAAI,MAAM,EAAE;YACzB,UAAU,EAAE,IAAI;SACjB,CAAC;OACa,QAAQ,CAMtB;IAKD,IAAe,cAAc,GAA7B,MAAe,cAAc;KAuB5B,CAAA;IAlBC;QAJC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,CAAC,EAAE;YACvB,WAAW,EAAE,kBAAkB;YAC/B,QAAQ,EAAE,IAAI;SACf,CAAC;;iDACiB;IAOnB;QAJC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,CAAC,EAAE;YACvB,WAAW,EAAE,kBAAkB;YAC/B,QAAQ,EAAE,IAAI;SACR,CAAC;;iDACU;IAKnB;QAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,2BAAQ,EAAE;YACrB,WAAW,EAAE,mCAAmC;SACjD,CAAC;kCACQ,2BAAQ;oDAAC;IAKnB;QAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;YACnC,WAAW,EAAE,wDAAwD;SACtE,CAAC;;sDACiB;IAtBN,cAAc;QAH5B,IAAA,oBAAU,EAAC;YACV,UAAU,EAAE,IAAI;SACjB,CAAC;OACa,cAAc,CAuB5B;IAED,OAAO,cAAiD,CAAC;AAC3D,CAAC"}
|
|
@@ -13,8 +13,9 @@ exports.CreatePayoutInput = void 0;
|
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const enums_1 = require("@puzzlin/enums");
|
|
15
15
|
const graphql_scalars_1 = require("graphql-scalars");
|
|
16
|
-
let CreatePayoutInput =
|
|
16
|
+
let CreatePayoutInput = class CreatePayoutInput {
|
|
17
17
|
};
|
|
18
|
+
exports.CreatePayoutInput = CreatePayoutInput;
|
|
18
19
|
__decorate([
|
|
19
20
|
(0, graphql_1.Field)(() => graphql_scalars_1.PositiveIntResolver),
|
|
20
21
|
__metadata("design:type", Number)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-payout.input.js","sourceRoot":"","sources":["../../../../src/models/payouts/inputs/create-payout.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuD;AACvD,0CAAmE;AACnE,qDAAsD;AAG/C,IAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"create-payout.input.js","sourceRoot":"","sources":["../../../../src/models/payouts/inputs/create-payout.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuD;AACvD,0CAAmE;AACnE,qDAAsD;AAG/C,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAkB7B,CAAA;AAlBY,8CAAiB;AAE5B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qCAAmB,CAAC;;iDAClB;AAGf;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uBAAe,CAAC;;mDACH;AAG1B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;kDACA;AAGhB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;mDACC;AAGjB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wBAAgB,CAAC;;iDACL;AAGzB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;2DACM;4BAjBf,iBAAiB;IAD7B,IAAA,mBAAS,GAAE;GACC,iBAAiB,CAkB7B"}
|
|
@@ -17,8 +17,9 @@ const graphql_1 = require("@nestjs/graphql");
|
|
|
17
17
|
const enums_1 = require("@puzzlin/enums");
|
|
18
18
|
const class_transformer_1 = require("class-transformer");
|
|
19
19
|
const graphql_scalars_1 = require("graphql-scalars");
|
|
20
|
-
let Payout =
|
|
20
|
+
let Payout = class Payout extends (0, graphql_1.IntersectionType)(utils_1.Node, utils_1.Timestamp) {
|
|
21
21
|
};
|
|
22
|
+
exports.Payout = Payout;
|
|
22
23
|
__decorate([
|
|
23
24
|
(0, graphql_1.Field)(() => graphql_scalars_1.PositiveIntResolver),
|
|
24
25
|
__metadata("design:type", Number)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payout.object.js","sourceRoot":"","sources":["../../../../src/models/payouts/objects/payout.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAAwC;AACxC,8CAA0C;AAC1C,mCAA0C;AAC1C,6CAA0E;AAC1E,0CAAmE;AACnE,yDAAyC;AACzC,qDAAsD;AAK/C,IAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"payout.object.js","sourceRoot":"","sources":["../../../../src/models/payouts/objects/payout.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAAwC;AACxC,8CAA0C;AAC1C,mCAA0C;AAC1C,6CAA0E;AAC1E,0CAAmE;AACnE,yDAAyC;AACzC,qDAAsD;AAK/C,IAAM,MAAM,GAAZ,MAAM,MAAO,SAAQ,IAAA,0BAAgB,EAAC,YAAI,EAAE,iBAAS,CAAC;CA0B5D,CAAA;AA1BY,wBAAM;AAEjB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qCAAmB,CAAC;;sCAClB;AAGf;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uBAAe,CAAC;;wCACH;AAI1B;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,cAAK,CAAC;IAClB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,cAAK,CAAC;8BACV,cAAK;qCAAC;AAGd;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;uCACA;AAIhB;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,gBAAM,CAAC;IACnB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gBAAM,CAAC;8BACV,gBAAM;sCAAC;AAGhB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;wCACC;AAGjB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wBAAgB,CAAC;;sCACL;AAGzB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;gDACM;iBAzBf,MAAM;IAHlB,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,YAAI;KACjB,CAAC;GACW,MAAM,CA0BlB"}
|
|
@@ -12,8 +12,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.ProcessPayoutPayload = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const objects_1 = require("../objects");
|
|
15
|
-
let ProcessPayoutPayload =
|
|
15
|
+
let ProcessPayoutPayload = class ProcessPayoutPayload {
|
|
16
16
|
};
|
|
17
|
+
exports.ProcessPayoutPayload = ProcessPayoutPayload;
|
|
17
18
|
__decorate([
|
|
18
19
|
(0, graphql_1.Field)(() => objects_1.Payout),
|
|
19
20
|
__metadata("design:type", objects_1.Payout)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"process-payout.payload.js","sourceRoot":"","sources":["../../../../src/models/payouts/payloads/process-payout.payload.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AACpD,wCAAoC;AAG7B,IAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"process-payout.payload.js","sourceRoot":"","sources":["../../../../src/models/payouts/payloads/process-payout.payload.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AACpD,wCAAoC;AAG7B,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;CAGhC,CAAA;AAHY,oDAAoB;AAE/B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,gBAAM,CAAC;8BACZ,gBAAM;oDAAC;+BAFJ,oBAAoB;IADhC,IAAA,oBAAU,GAAE;GACA,oBAAoB,CAGhC"}
|
|
@@ -13,8 +13,9 @@ exports.PlaceDetailsArgs = void 0;
|
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const enums_1 = require("@puzzlin/enums");
|
|
15
15
|
const graphql_scalars_1 = require("graphql-scalars");
|
|
16
|
-
let PlaceDetailsArgs =
|
|
16
|
+
let PlaceDetailsArgs = class PlaceDetailsArgs {
|
|
17
17
|
};
|
|
18
|
+
exports.PlaceDetailsArgs = PlaceDetailsArgs;
|
|
18
19
|
__decorate([
|
|
19
20
|
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver),
|
|
20
21
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"place-details.args.js","sourceRoot":"","sources":["../../../../src/models/places/args/place-details.args.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAkD;AAClD,0CAA+C;AAC/C,qDAAyD;AAGlD,IAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"place-details.args.js","sourceRoot":"","sources":["../../../../src/models/places/args/place-details.args.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAkD;AAClD,0CAA+C;AAC/C,qDAAyD;AAGlD,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;CAM5B,CAAA;AANY,4CAAgB;AAE3B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;4CACzB;AAGX;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qBAAa,CAAC;;gDACL;2BALX,gBAAgB;IAD5B,IAAA,kBAAQ,GAAE;GACE,gBAAgB,CAM5B"}
|
|
@@ -13,8 +13,9 @@ exports.PlacePredictionsArgs = void 0;
|
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const enums_1 = require("@puzzlin/enums");
|
|
15
15
|
const graphql_scalars_1 = require("graphql-scalars");
|
|
16
|
-
let PlacePredictionsArgs =
|
|
16
|
+
let PlacePredictionsArgs = class PlacePredictionsArgs {
|
|
17
17
|
};
|
|
18
|
+
exports.PlacePredictionsArgs = PlacePredictionsArgs;
|
|
18
19
|
__decorate([
|
|
19
20
|
(0, graphql_1.Field)(() => enums_1.AppLocaleEnum),
|
|
20
21
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"place-predictions.args.js","sourceRoot":"","sources":["../../../../src/models/places/args/place-predictions.args.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAkD;AAClD,0CAA+C;AAC/C,qDAAyD;AAGlD,IAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"place-predictions.args.js","sourceRoot":"","sources":["../../../../src/models/places/args/place-predictions.args.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAkD;AAClD,0CAA+C;AAC/C,qDAAyD;AAGlD,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;CAQhC,CAAA;AARY,oDAAoB;AAE/B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qBAAa,CAAC;;oDACL;AAKtB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;QACnC,WAAW,EAAE,sCAAsC;KACpD,CAAC;;mDACY;+BAPH,oBAAoB;IADhC,IAAA,kBAAQ,GAAE;GACE,oBAAoB,CAQhC"}
|
|
@@ -8,13 +8,13 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
8
8
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
|
-
var PlaceDetails_1;
|
|
12
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
12
|
exports.PlaceDetails = void 0;
|
|
14
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
15
14
|
const graphql_scalars_1 = require("graphql-scalars");
|
|
16
|
-
let PlaceDetails =
|
|
15
|
+
let PlaceDetails = class PlaceDetails {
|
|
17
16
|
};
|
|
17
|
+
exports.PlaceDetails = PlaceDetails;
|
|
18
18
|
__decorate([
|
|
19
19
|
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver, {
|
|
20
20
|
nullable: true,
|
|
@@ -61,8 +61,8 @@ __decorate([
|
|
|
61
61
|
}),
|
|
62
62
|
__metadata("design:type", String)
|
|
63
63
|
], PlaceDetails.prototype, "streetAddress", void 0);
|
|
64
|
-
exports.PlaceDetails = PlaceDetails =
|
|
65
|
-
(0, graphql_1.InputType)(`${
|
|
64
|
+
exports.PlaceDetails = PlaceDetails = __decorate([
|
|
65
|
+
(0, graphql_1.InputType)(`${PlaceDetails.name}InputBase`, {
|
|
66
66
|
isAbstract: true,
|
|
67
67
|
}),
|
|
68
68
|
(0, graphql_1.ObjectType)({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"place-details.object.js","sourceRoot":"","sources":["../../../../src/models/places/objects/place-details.object.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"place-details.object.js","sourceRoot":"","sources":["../../../../src/models/places/objects/place-details.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAsE;AACtE,qDAAyD;AAQlD,IAAM,YAAY,GAAlB,MAAM,YAAY;CAyCxB,CAAA;AAzCY,oCAAY;AAIvB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;0CACY;AAKd;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACmB;AAGrB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;iDAChB;AAOpB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;wCACzB;AAGX;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,CAAC;;8CACF;AAGjB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,CAAC;;+CACD;AAKlB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;gDACkB;AAKpB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;4CACc;AAKhB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACqB;uBAxCZ,YAAY;IANxB,IAAA,mBAAS,EAAC,GAAG,YAAY,CAAC,IAAI,WAAW,EAAE;QAC1C,UAAU,EAAE,IAAI;KACjB,CAAC;IACD,IAAA,oBAAU,EAAC;QACV,WAAW,EAAE,eAAe;KAC7B,CAAC;GACW,YAAY,CAyCxB"}
|
|
@@ -12,8 +12,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.PlacePrediction = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const graphql_scalars_1 = require("graphql-scalars");
|
|
15
|
-
let PlacePrediction =
|
|
15
|
+
let PlacePrediction = class PlacePrediction {
|
|
16
16
|
};
|
|
17
|
+
exports.PlacePrediction = PlacePrediction;
|
|
17
18
|
__decorate([
|
|
18
19
|
(0, graphql_1.Field)(() => graphql_scalars_1.NonEmptyStringResolver, {
|
|
19
20
|
nullable: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"place-prediction.object.js","sourceRoot":"","sources":["../../../../src/models/places/objects/place-prediction.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AACpD,qDAAyD;AAMlD,IAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"place-prediction.object.js","sourceRoot":"","sources":["../../../../src/models/places/objects/place-prediction.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AACpD,qDAAyD;AAMlD,IAAM,eAAe,GAArB,MAAM,eAAe;CAqB3B,CAAA;AArBY,0CAAe;AAI1B;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;6CACY;AAKd;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACmB;AAGrB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;oDAChB;AAGpB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,CAAC;;2CACzB;AAKX;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wCAAsB,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACc;0BApBL,eAAe;IAH3B,IAAA,oBAAU,EAAC;QACV,WAAW,EAAE,kBAAkB;KAChC,CAAC;GACW,eAAe,CAqB3B"}
|
|
@@ -12,8 +12,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.ProductArgs = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const enums_1 = require("@puzzlin/enums");
|
|
15
|
-
let ProductArgs =
|
|
15
|
+
let ProductArgs = class ProductArgs {
|
|
16
16
|
};
|
|
17
|
+
exports.ProductArgs = ProductArgs;
|
|
17
18
|
__decorate([
|
|
18
19
|
(0, graphql_1.Field)(() => enums_1.AppLocaleEnum),
|
|
19
20
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product.args.js","sourceRoot":"","sources":["../../../../src/models/products/args/product.args.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAsD;AACtD,0CAAgE;AAGzD,IAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"product.args.js","sourceRoot":"","sources":["../../../../src/models/products/args/product.args.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAsD;AACtD,0CAAgE;AAGzD,IAAM,WAAW,GAAjB,MAAM,WAAW;CAMvB,CAAA;AANY,kCAAW;AAEtB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qBAAa,CAAC;;2CACL;AAGtB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uBAAe,CAAC;;yCACP;sBALX,WAAW;IADvB,IAAA,kBAAQ,GAAE;GACE,WAAW,CAMvB"}
|
|
@@ -12,8 +12,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.ProductsArgs = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const enums_1 = require("@puzzlin/enums");
|
|
15
|
-
let ProductsArgs =
|
|
15
|
+
let ProductsArgs = class ProductsArgs {
|
|
16
16
|
};
|
|
17
|
+
exports.ProductsArgs = ProductsArgs;
|
|
17
18
|
__decorate([
|
|
18
19
|
(0, graphql_1.Field)(() => enums_1.AppLocaleEnum),
|
|
19
20
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"products.args.js","sourceRoot":"","sources":["../../../../src/models/products/args/products.args.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAsD;AACtD,0CAA+C;AAGxC,IAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"products.args.js","sourceRoot":"","sources":["../../../../src/models/products/args/products.args.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAsD;AACtD,0CAA+C;AAGxC,IAAM,YAAY,GAAlB,MAAM,YAAY;CAGxB,CAAA;AAHY,oCAAY;AAEvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qBAAa,CAAC;;4CACL;uBAFX,YAAY;IADxB,IAAA,kBAAQ,GAAE;GACE,YAAY,CAGxB"}
|
|
@@ -12,8 +12,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.CreateProductPlatformFeeInput = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const graphql_scalars_1 = require("graphql-scalars");
|
|
15
|
-
let CreateProductPlatformFeeInput =
|
|
15
|
+
let CreateProductPlatformFeeInput = class CreateProductPlatformFeeInput {
|
|
16
16
|
};
|
|
17
|
+
exports.CreateProductPlatformFeeInput = CreateProductPlatformFeeInput;
|
|
17
18
|
__decorate([
|
|
18
19
|
(0, graphql_1.Field)(() => graphql_scalars_1.PositiveIntResolver),
|
|
19
20
|
__metadata("design:type", Number)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-product-platform-fee.input.js","sourceRoot":"","sources":["../../../../src/models/products/inputs/create-product-platform-fee.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmD;AACnD,qDAAsD;AAG/C,IAAM,6BAA6B,
|
|
1
|
+
{"version":3,"file":"create-product-platform-fee.input.js","sourceRoot":"","sources":["../../../../src/models/products/inputs/create-product-platform-fee.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmD;AACnD,qDAAsD;AAG/C,IAAM,6BAA6B,GAAnC,MAAM,6BAA6B;CAGzC,CAAA;AAHY,sEAA6B;AAExC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qCAAmB,CAAC;;iEACd;wCAFR,6BAA6B;IADzC,IAAA,mBAAS,GAAE;GACC,6BAA6B,CAGzC"}
|
|
@@ -11,8 +11,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.CreateProductShareInput = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
-
let CreateProductShareInput =
|
|
14
|
+
let CreateProductShareInput = class CreateProductShareInput {
|
|
15
15
|
};
|
|
16
|
+
exports.CreateProductShareInput = CreateProductShareInput;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, graphql_1.Field)(() => graphql_1.Float),
|
|
18
19
|
__metadata("design:type", Number)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-product-share.input.js","sourceRoot":"","sources":["../../../../src/models/products/inputs/create-product-share.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8D;AAGvD,IAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"create-product-share.input.js","sourceRoot":"","sources":["../../../../src/models/products/inputs/create-product-share.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8D;AAGvD,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;CAMnC,CAAA;AANY,0DAAuB;AAElC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,CAAC;;2DACA;AAGnB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;yDACC;kCALN,uBAAuB;IADnC,IAAA,mBAAS,GAAE;GACC,uBAAuB,CAMnC"}
|
|
@@ -14,8 +14,9 @@ const graphql_1 = require("@nestjs/graphql");
|
|
|
14
14
|
const enums_1 = require("@puzzlin/enums");
|
|
15
15
|
const create_product_share_input_1 = require("./create-product-share.input");
|
|
16
16
|
const create_product_platform_fee_input_1 = require("./create-product-platform-fee.input");
|
|
17
|
-
let CreateProductInput =
|
|
17
|
+
let CreateProductInput = class CreateProductInput {
|
|
18
18
|
};
|
|
19
|
+
exports.CreateProductInput = CreateProductInput;
|
|
19
20
|
__decorate([
|
|
20
21
|
(0, graphql_1.Field)(() => graphql_1.ID),
|
|
21
22
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-product.input.js","sourceRoot":"","sources":["../../../../src/models/products/inputs/create-product.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuD;AACvD,0CAA0E;AAC1E,6EAAuE;AACvE,2FAAoF;AAG7E,IAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"create-product.input.js","sourceRoot":"","sources":["../../../../src/models/products/inputs/create-product.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuD;AACvD,0CAA0E;AAC1E,6EAAuE;AACvE,2FAAoF;AAG7E,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;CAmB9B,CAAA;AAnBY,gDAAkB;AAE7B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;8DACW;AAK3B;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iEAA6B,EAAE;QAC1C,QAAQ,EAAE,IAAI;KACf,CAAC;8BACY,iEAA6B;uDAAC;AAG5C;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,+BAAuB,CAAC;;wDACC;AAKtC;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,oDAAuB,CAAC,EAAE;QACtC,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACiC;AAGnC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uBAAe,CAAC;;gDACP;6BAlBX,kBAAkB;IAD9B,IAAA,mBAAS,GAAE;GACC,kBAAkB,CAmB9B"}
|
|
@@ -13,8 +13,9 @@ exports.ProductPlatformFee = void 0;
|
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const class_validator_1 = require("class-validator");
|
|
15
15
|
const graphql_scalars_1 = require("graphql-scalars");
|
|
16
|
-
let ProductPlatformFee =
|
|
16
|
+
let ProductPlatformFee = class ProductPlatformFee {
|
|
17
17
|
};
|
|
18
|
+
exports.ProductPlatformFee = ProductPlatformFee;
|
|
18
19
|
__decorate([
|
|
19
20
|
(0, graphql_1.Field)(() => graphql_scalars_1.PositiveIntResolver, {
|
|
20
21
|
description: 'Percentage from 0 to 100 the platform applies as a fee for a product.',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product-platform-fee.object.js","sourceRoot":"","sources":["../../../../src/models/products/objects/product-platform-fee.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AACpD,qDAAsC;AACtC,qDAAsD;AAG/C,IAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"product-platform-fee.object.js","sourceRoot":"","sources":["../../../../src/models/products/objects/product-platform-fee.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AACpD,qDAAsC;AACtC,qDAAsD;AAG/C,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;CAO9B,CAAA;AAPY,gDAAkB;AAM7B;IALC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qCAAmB,EAAE;QAChC,WAAW,EAAE,uEAAuE;QACpF,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,IAAA,qBAAG,EAAC,GAAG,CAAC;;sDACW;6BANT,kBAAkB;IAD9B,IAAA,oBAAU,GAAE;GACA,kBAAkB,CAO9B"}
|
|
@@ -13,8 +13,9 @@ exports.ProductPrice = void 0;
|
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const enums_1 = require("@puzzlin/enums");
|
|
15
15
|
const graphql_scalars_1 = require("graphql-scalars");
|
|
16
|
-
let ProductPrice =
|
|
16
|
+
let ProductPrice = class ProductPrice {
|
|
17
17
|
};
|
|
18
|
+
exports.ProductPrice = ProductPrice;
|
|
18
19
|
__decorate([
|
|
19
20
|
(0, graphql_1.Field)(() => Boolean),
|
|
20
21
|
__metadata("design:type", Boolean)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product-price.object.js","sourceRoot":"","sources":["../../../../src/models/products/objects/product-price.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AACpD,0CAAkE;AAClE,qDAAsD;AAG/C,IAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"product-price.object.js","sourceRoot":"","sources":["../../../../src/models/products/objects/product-price.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AACpD,0CAAkE;AAClE,qDAAsD;AAG/C,IAAM,YAAY,GAAlB,MAAM,YAAY;CAexB,CAAA;AAfY,oCAAY;AAEvB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,OAAO,CAAC;;4CACL;AAGhB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qCAAmB,CAAC;;4CAClB;AAGf;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uBAAe,CAAC;;8CACH;AAG1B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uBAAe,CAAC;;iDACA;AAG7B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;8CACH;uBAdN,YAAY;IADxB,IAAA,oBAAU,GAAE;GACA,YAAY,CAexB"}
|
|
@@ -15,8 +15,9 @@ const utils_1 = require("../../../utils");
|
|
|
15
15
|
const graphql_1 = require("@nestjs/graphql");
|
|
16
16
|
const class_transformer_1 = require("class-transformer");
|
|
17
17
|
const product_object_1 = require("./product.object");
|
|
18
|
-
let ProductShare =
|
|
18
|
+
let ProductShare = class ProductShare extends (0, graphql_1.IntersectionType)(utils_1.Node, utils_1.Timestamp) {
|
|
19
19
|
};
|
|
20
|
+
exports.ProductShare = ProductShare;
|
|
20
21
|
__decorate([
|
|
21
22
|
(0, graphql_1.Field)(() => graphql_1.Float, {
|
|
22
23
|
description: 'Percentage (0-100) of a product share for a seller.',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product-share.object.js","sourceRoot":"","sources":["../../../../src/models/products/objects/product-share.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA0C;AAC1C,mCAA0C;AAC1C,6CAAiF;AACjF,yDAAyC;AACzC,qDAA2C;AAKpC,IAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"product-share.object.js","sourceRoot":"","sources":["../../../../src/models/products/objects/product-share.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA0C;AAC1C,mCAA0C;AAC1C,6CAAiF;AACjF,yDAAyC;AACzC,qDAA2C;AAKpC,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,IAAA,0BAAgB,EAAC,YAAI,EAAE,iBAAS,CAAC;CAmBlE,CAAA;AAnBY,oCAAY;AAIvB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,eAAK,EAAE;QAClB,WAAW,EAAE,qDAAqD;KACnE,CAAC;;gDACiB;AAInB;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,wBAAO,CAAC;IACpB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,wBAAO,CAAC;8BACV,wBAAO;6CAAC;AAGlB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;+CACE;AAIlB;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,gBAAM,CAAC;IACnB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gBAAM,CAAC;8BACV,gBAAM;4CAAC;AAGhB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;8CACC;uBAlBN,YAAY;IAHxB,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,YAAI;KACjB,CAAC;GACW,YAAY,CAmBxB"}
|
|
@@ -18,8 +18,9 @@ const class_transformer_1 = require("class-transformer");
|
|
|
18
18
|
const product_platform_fee_object_1 = require("./product-platform-fee.object");
|
|
19
19
|
const product_share_object_1 = require("./product-share.object");
|
|
20
20
|
const product_price_object_1 = require("./product-price.object");
|
|
21
|
-
let Product =
|
|
21
|
+
let Product = class Product extends (0, graphql_1.IntersectionType)(utils_1.Node, utils_1.Timestamp) {
|
|
22
22
|
};
|
|
23
|
+
exports.Product = Product;
|
|
23
24
|
__decorate([
|
|
24
25
|
(0, graphql_1.Field)(() => enums_1.AppLocaleEnum),
|
|
25
26
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product.object.js","sourceRoot":"","sources":["../../../../src/models/products/objects/product.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA0C;AAC1C,mCAA0C;AAC1C,6CAA0E;AAC1E,0CAAyF;AACzF,yDAAyC;AACzC,+EAAmE;AACnE,iEAAsD;AACtD,iEAAsD;AAK/C,IAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"product.object.js","sourceRoot":"","sources":["../../../../src/models/products/objects/product.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA0C;AAC1C,mCAA0C;AAC1C,6CAA0E;AAC1E,0CAAyF;AACzF,yDAAyC;AACzC,+EAAmE;AACnE,iEAAsD;AACtD,iEAAsD;AAK/C,IAAM,OAAO,GAAb,MAAM,OAAQ,SAAQ,IAAA,0BAAgB,EAAC,YAAI,EAAE,iBAAS,CAAC;CA8C7D,CAAA;AA9CY,0BAAO;AAElB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qBAAa,CAAC;;uCACL;AAOtB;IALC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,gBAAM,EAAE;QACnB,WAAW,EAAE,gCAAgC,+BAAuB,CAAC,kBAAkB,iBAAiB;QACxG,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gBAAM,CAAC;8BACA,gBAAM;iDAAC;AAK1B;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,EAAE;QACf,QAAQ,EAAE,IAAI;KACf,CAAC;;mDAC0B;AAO5B;IALC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,gDAAkB,EAAE;QAC/B,WAAW,EAAE,gCAAgC,+BAAuB,CAAC,kBAAkB,iBAAiB;QACxG,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gDAAkB,CAAC;8BACjB,gDAAkB;4CAAC;AAGjC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,mCAAY,CAAC;8BAClB,mCAAY;sCAAC;AAGrB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,+BAAuB,CAAC;;6CACC;AAOtC;IALC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,mCAAY,CAAC,EAAE;QAC3B,WAAW,EAAE,gCAAgC,+BAAuB,CAAC,aAAa,iBAAiB;QACnG,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mCAAY,CAAC;;uCACD;AAGxB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;yCACH;AAKjB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE;QACnB,WAAW,EAAE,0FAA0F;KACxG,CAAC;;sCACY;AAGd;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,uBAAe,CAAC;;qCACP;kBA7CX,OAAO;IAHnB,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,YAAI;KACjB,CAAC;GACW,OAAO,CA8CnB"}
|
|
@@ -12,8 +12,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.CreateProductPayload = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const objects_1 = require("../objects");
|
|
15
|
-
let CreateProductPayload =
|
|
15
|
+
let CreateProductPayload = class CreateProductPayload {
|
|
16
16
|
};
|
|
17
|
+
exports.CreateProductPayload = CreateProductPayload;
|
|
17
18
|
__decorate([
|
|
18
19
|
(0, graphql_1.Field)(() => objects_1.Product),
|
|
19
20
|
__metadata("design:type", objects_1.Product)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-product.payload.js","sourceRoot":"","sources":["../../../../src/models/products/payloads/create-product.payload.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AACpD,wCAAqC;AAG9B,IAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"create-product.payload.js","sourceRoot":"","sources":["../../../../src/models/products/payloads/create-product.payload.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AACpD,wCAAqC;AAG9B,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;CAGhC,CAAA;AAHY,oDAAoB;AAE/B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,iBAAO,CAAC;8BACZ,iBAAO;qDAAC;+BAFN,oBAAoB;IADhC,IAAA,oBAAU,GAAE;GACA,oBAAoB,CAGhC"}
|
|
@@ -11,8 +11,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.CreateSellerAccountLoginLinkInput = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
|
-
let CreateSellerAccountLoginLinkInput =
|
|
14
|
+
let CreateSellerAccountLoginLinkInput = class CreateSellerAccountLoginLinkInput {
|
|
15
15
|
};
|
|
16
|
+
exports.CreateSellerAccountLoginLinkInput = CreateSellerAccountLoginLinkInput;
|
|
16
17
|
__decorate([
|
|
17
18
|
(0, graphql_1.Field)(() => graphql_1.ID),
|
|
18
19
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-seller-account-login-link.input.js","sourceRoot":"","sources":["../../../../src/models/sellers/inputs/create-seller-account-login-link.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuD;AAIhD,IAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"create-seller-account-login-link.input.js","sourceRoot":"","sources":["../../../../src/models/sellers/inputs/create-seller-account-login-link.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuD;AAIhD,IAAM,iCAAiC,GAAvC,MAAM,iCAAiC;CAG7C,CAAA;AAHY,8EAAiC;AAE5C;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;mEACC;4CAFN,iCAAiC;IAD7C,IAAA,mBAAS,GAAE;GACC,iCAAiC,CAG7C"}
|
|
@@ -12,8 +12,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.CreateSellerAccountOnboardingLinkInput = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const graphql_scalars_1 = require("graphql-scalars");
|
|
15
|
-
let CreateSellerAccountOnboardingLinkInput =
|
|
15
|
+
let CreateSellerAccountOnboardingLinkInput = class CreateSellerAccountOnboardingLinkInput {
|
|
16
16
|
};
|
|
17
|
+
exports.CreateSellerAccountOnboardingLinkInput = CreateSellerAccountOnboardingLinkInput;
|
|
17
18
|
__decorate([
|
|
18
19
|
(0, graphql_1.Field)(() => graphql_scalars_1.URLResolver),
|
|
19
20
|
__metadata("design:type", URL)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-seller-account-onboarding-link.input.js","sourceRoot":"","sources":["../../../../src/models/sellers/inputs/create-seller-account-onboarding-link.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuD;AACvD,qDAA8C;AAGvC,IAAM,sCAAsC,
|
|
1
|
+
{"version":3,"file":"create-seller-account-onboarding-link.input.js","sourceRoot":"","sources":["../../../../src/models/sellers/inputs/create-seller-account-onboarding-link.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAuD;AACvD,qDAA8C;AAGvC,IAAM,sCAAsC,GAA5C,MAAM,sCAAsC;CASlD,CAAA;AATY,wFAAsC;AAEjD;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,6BAAW,CAAC;8BACb,GAAG;0EAAC;AAGhB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,6BAAW,CAAC;8BACd,GAAG;yEAAC;AAGf;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;wEACC;iDARN,sCAAsC;IADlD,IAAA,mBAAS,GAAE;GACC,sCAAsC,CASlD"}
|
|
@@ -12,8 +12,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.CreateSellerInput = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const graphql_scalars_1 = require("graphql-scalars");
|
|
15
|
-
let CreateSellerInput =
|
|
15
|
+
let CreateSellerInput = class CreateSellerInput {
|
|
16
16
|
};
|
|
17
|
+
exports.CreateSellerInput = CreateSellerInput;
|
|
17
18
|
__decorate([
|
|
18
19
|
(0, graphql_1.Field)(() => graphql_scalars_1.CountryCodeResolver, {
|
|
19
20
|
nullable: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-seller.input.js","sourceRoot":"","sources":["../../../../src/models/sellers/inputs/create-seller.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmD;AACnD,qDAA4E;AAGrE,IAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"create-seller.input.js","sourceRoot":"","sources":["../../../../src/models/sellers/inputs/create-seller.input.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAmD;AACnD,qDAA4E;AAGrE,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAQ7B,CAAA;AARY,8CAAiB;AAI5B;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,qCAAmB,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACe;AAGjB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,sCAAoB,CAAC;;oDAChB;4BAPP,iBAAiB;IAD7B,IAAA,mBAAS,GAAE;GACC,iBAAiB,CAQ7B"}
|
|
@@ -12,8 +12,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.SellerAccountLink = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const graphql_scalars_1 = require("graphql-scalars");
|
|
15
|
-
let SellerAccountLink =
|
|
15
|
+
let SellerAccountLink = class SellerAccountLink {
|
|
16
16
|
};
|
|
17
|
+
exports.SellerAccountLink = SellerAccountLink;
|
|
17
18
|
__decorate([
|
|
18
19
|
(0, graphql_1.Field)(() => graphql_scalars_1.GraphQLDateTimeISO),
|
|
19
20
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"seller-account-link.object.js","sourceRoot":"","sources":["../../../../src/models/sellers/objects/seller-account-link.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AACxD,qDAAkE;AAG3D,IAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"seller-account-link.object.js","sourceRoot":"","sources":["../../../../src/models/sellers/objects/seller-account-link.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAwD;AACxD,qDAAkE;AAG3D,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAc7B,CAAA;AAdY,8CAAiB;AAE5B;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,oCAAkB,CAAC;;oDACd;AAKlB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,oCAAkB,EAAE;QAC/B,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACiB;AAGnB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;mDACC;AAGjB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,6BAAW,CAAC;8BACpB,GAAG;8CAAC;4BAbE,iBAAiB;IAD7B,IAAA,oBAAU,GAAE;GACA,iBAAiB,CAc7B"}
|
|
@@ -16,8 +16,9 @@ const utils_1 = require("../../../utils");
|
|
|
16
16
|
const graphql_1 = require("@nestjs/graphql");
|
|
17
17
|
const class_transformer_1 = require("class-transformer");
|
|
18
18
|
const graphql_scalars_1 = require("graphql-scalars");
|
|
19
|
-
let Seller =
|
|
19
|
+
let Seller = class Seller extends (0, graphql_1.IntersectionType)(utils_1.Node, utils_1.Timestamp) {
|
|
20
20
|
};
|
|
21
|
+
exports.Seller = Seller;
|
|
21
22
|
__decorate([
|
|
22
23
|
(0, graphql_1.Field)(() => graphql_scalars_1.URLResolver),
|
|
23
24
|
__metadata("design:type", URL)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"seller.object.js","sourceRoot":"","sources":["../../../../src/models/sellers/objects/seller.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gDAA4C;AAC5C,0CAAsC;AACtC,mCAA0C;AAC1C,6CAA0E;AAC1E,yDAAyC;AACzC,qDAA8C;AAKvC,IAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"seller.object.js","sourceRoot":"","sources":["../../../../src/models/sellers/objects/seller.object.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gDAA4C;AAC5C,0CAAsC;AACtC,mCAA0C;AAC1C,6CAA0E;AAC1E,yDAAyC;AACzC,qDAA8C;AAKvC,IAAM,MAAM,GAAZ,MAAM,MAAO,SAAQ,IAAA,0BAAgB,EAAC,YAAI,EAAE,iBAAS,CAAC;CAqB5D,CAAA;AArBY,wBAAM;AAEjB;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,6BAAW,CAAC;8BACb,GAAG;yCAAC;AAMhB;IAJC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,CAAC,kBAAO,CAAC,EAAE;QACtB,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;;wCACC;AAKrB;IAHC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,MAAM,EAAE;QACnB,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACuB;AAIzB;IAFC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAI,CAAC;IACjB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,YAAI,CAAC;8BACV,YAAI;oCAAC;AAGZ;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,YAAE,CAAC;;sCACD;iBApBJ,MAAM;IAHlB,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE,YAAI;KACjB,CAAC;GACW,MAAM,CAqBlB"}
|
|
@@ -12,8 +12,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.CreateSellerAccountLinkPayload = void 0;
|
|
13
13
|
const graphql_1 = require("@nestjs/graphql");
|
|
14
14
|
const objects_1 = require("../objects");
|
|
15
|
-
let CreateSellerAccountLinkPayload =
|
|
15
|
+
let CreateSellerAccountLinkPayload = class CreateSellerAccountLinkPayload {
|
|
16
16
|
};
|
|
17
|
+
exports.CreateSellerAccountLinkPayload = CreateSellerAccountLinkPayload;
|
|
17
18
|
__decorate([
|
|
18
19
|
(0, graphql_1.Field)(() => objects_1.SellerAccountLink),
|
|
19
20
|
__metadata("design:type", objects_1.SellerAccountLink)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-seller-account-link.payload.js","sourceRoot":"","sources":["../../../../src/models/sellers/payloads/create-seller-account-link.payload.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AACpD,wCAA+C;AAGxC,IAAM,8BAA8B,
|
|
1
|
+
{"version":3,"file":"create-seller-account-link.payload.js","sourceRoot":"","sources":["../../../../src/models/sellers/payloads/create-seller-account-link.payload.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAoD;AACpD,wCAA+C;AAGxC,IAAM,8BAA8B,GAApC,MAAM,8BAA8B;CAG1C,CAAA;AAHY,wEAA8B;AAEzC;IADC,IAAA,eAAK,EAAC,GAAG,EAAE,CAAC,2BAAiB,CAAC;8BAClB,2BAAiB;mEAAC;yCAFpB,8BAA8B;IAD1C,IAAA,oBAAU,GAAE;GACA,8BAA8B,CAG1C"}
|