diff options
| author | Max Nanis | 2025-05-28 04:41:37 +0100 |
|---|---|---|
| committer | Max Nanis | 2025-05-28 04:41:37 +0100 |
| commit | 8caa77413ea372e5cbd2980a9922d701af359c04 (patch) | |
| tree | 9341e2f70fab6b2678fdff53c002954ef69c7b3e /src/api/models/index.ts | |
| download | panel-ui-8caa77413ea372e5cbd2980a9922d701af359c04.tar.gz panel-ui-8caa77413ea372e5cbd2980a9922d701af359c04.zip | |
initial commit
Diffstat (limited to 'src/api/models/index.ts')
| -rw-r--r-- | src/api/models/index.ts | 119 |
1 files changed, 119 insertions, 0 deletions
diff --git a/src/api/models/index.ts b/src/api/models/index.ts new file mode 100644 index 0000000..f8e599c --- /dev/null +++ b/src/api/models/index.ts @@ -0,0 +1,119 @@ +export * from './amt-cashout-method-data'; +export * from './body-offerwall-softpair-post-product-id-offerwall37d1da64-offerwall-id-post'; +export * from './body-submit-profiling-questions-product-id-profiling-questions-post'; +export * from './bucket-task'; +export * from './cardinality'; +export * from './cash-mail-cashout-method-data'; +export * from './cashout-method-foreign-value'; +export * from './cashout-method-foreign-value-response'; +export * from './cashout-method-out'; +export * from './cashout-method-response'; +export * from './cashout-methods-response'; +export * from './cashout-request-info'; +export * from './cashout-request-response'; +export * from './category'; +export * from './category-association'; +export * from './count-stat'; +export * from './create-cash-mail-cashout-method-request'; +export * from './create-cashout-request'; +export * from './create-pay-pal-cashout-method-request'; +export * from './duration-summary'; +export * from './httpvalidation-error'; +export * from './leaderboard'; +export * from './leaderboard-code'; +export * from './leaderboard-frequency'; +export * from './leaderboard-response'; +export * from './leaderboard-row'; +export * from './leaderboard-winner'; +export * from './leaderboard-winner-response'; +export * from './market-profile-knowledge'; +export * from './marketplace-bucket'; +export * from './marketplace-inventory-summary'; +export * from './marketplace-offerwall'; +export * from './marketplace-offerwall-response'; +export * from './marketplace-summary'; +export * from './offer-wall-info'; +export * from './one-shot-offerwall'; +export * from './one-shot-offerwall-bucket'; +export * from './one-shot-offerwall-response'; +export * from './pattern-validation'; +export * from './payout-status'; +export * from './payout-summary'; +export * from './payout-type'; +export * from './paypal-cashout-method-data'; +export * from './profiling-info-response'; +export * from './property-type'; +export * from './question-info'; +export * from './question-option'; +export * from './redemption-currency'; +export * from './report-task'; +export * from './report-value'; +export * from './session-adjusted-status'; +export * from './session-status-code2'; +export * from './single-entry-bucket'; +export * from './single-entry-offer-wall'; +export * from './single-entry-offer-wall-response'; +export * from './soft-pair-bucket'; +export * from './soft-pair-offerwall'; +export * from './soft-pair-offerwall-response'; +export * from './source'; +export * from './starwall-offer-wall'; +export * from './starwall-offer-wall-response'; +export * from './starwall-plus-block-offer-wall'; +export * from './starwall-plus-block-offer-wall-response'; +export * from './starwall-plus-block-recontact-offer-wall'; +export * from './starwall-plus-block-recontact-offer-wall-response'; +export * from './starwall-plus-offer-wall'; +export * from './starwall-plus-offer-wall-response'; +export * from './statistical-summary-stat'; +export * from './statistical-summary-value'; +export * from './status-code1'; +export * from './status-info-response-fail'; +export * from './status-response'; +export * from './status-response-failure'; +export * from './status-success-fail'; +export * from './tango-cashout-method-data'; +export * from './task-status-response-out'; +export * from './tasks-status-response-out'; +export * from './top-nbucket'; +export * from './top-noffer-wall'; +export * from './top-noffer-wall-response'; +export * from './top-nplus-block-offer-wall'; +export * from './top-nplus-block-offer-wall-response'; +export * from './top-nplus-block-recontact-offer-wall'; +export * from './top-nplus-block-recontact-offer-wall-response'; +export * from './top-nplus-bucket'; +export * from './top-nplus-offer-wall'; +export * from './top-nplus-offer-wall-response'; +export * from './top-nplus-recontact-bucket'; +export * from './upkimportance'; +export * from './usdelivery-address'; +export * from './upk-question'; +export * from './upk-question-choice'; +export * from './upk-question-choice-out'; +export * from './upk-question-configuration-mc'; +export * from './upk-question-configuration-slider'; +export * from './upk-question-configuration-te'; +export * from './upk-question-out'; +export * from './upk-question-response'; +export * from './upk-question-selector-hidden'; +export * from './upk-question-selector-mc'; +export * from './upk-question-selector-slider'; +export * from './upk-question-selector-te'; +export * from './upk-question-type'; +export * from './upk-question-validation'; +export * from './user-info'; +export * from './user-info-response'; +export * from './user-profile-knowledge'; +export * from './user-profile-knowledge-answer'; +export * from './user-question-answer-in'; +export * from './user-transaction-history-response'; +export * from './user-transaction-row'; +export * from './user-wallet-balance'; +export * from './user-wallet-balance-response'; +export * from './user-wallet-config'; +export * from './user-wallet-transaction-type'; +export * from './validation-error'; +export * from './wxetofferwall'; +export * from './wxetofferwall-bucket'; +export * from './wxetofferwall-response'; |
