@glissandoo/lib 1.114.1 → 1.115.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/functions/auth.d.ts +3 -1
- package/functions/composer.d.ts +13 -0
- package/functions/composerComposition.d.ts +102 -0
- package/functions/composerNotification.d.ts +38 -0
- package/functions/composerPayout.d.ts +20 -0
- package/functions/customer.d.ts +4 -0
- package/functions/event.js +1 -1
- package/functions/eventPlayer.js +1 -1
- package/functions/eventRepertory.d.ts +2 -0
- package/functions/eventRepertory.js +1 -1
- package/functions/groupRepertory.d.ts +110 -0
- package/functions/index.d.ts +30 -0
- package/functions/index.js +31 -1
- package/functions/misc.d.ts +6 -0
- package/functions/regions.js +31 -1
- package/helpers/appScenes.js +1 -1
- package/helpers/auth.d.ts +2 -9
- package/helpers/auth.js +33 -14
- package/helpers/badges.js +1 -1
- package/helpers/catalogBridge.d.ts +121 -0
- package/helpers/catalogBridge.js +95 -0
- package/helpers/collections.js +2 -2
- package/helpers/communicationTemplate/index.d.ts +3 -2
- package/helpers/communicationTemplate/index.js +5 -5
- package/helpers/compositionCategories/genres.d.ts +922 -0
- package/helpers/compositionCategories/genres.js +940 -0
- package/helpers/compositionCategories/index.d.ts +2 -0
- package/helpers/compositionCategories/index.js +18 -0
- package/helpers/compositionCategories/styles.d.ts +181 -0
- package/helpers/compositionCategories/styles.js +197 -0
- package/helpers/compositionSoloistOffstageParts/index.d.ts +34 -0
- package/helpers/compositionSoloistOffstageParts/index.js +117 -0
- package/helpers/currency.d.ts +19 -0
- package/helpers/currency.js +85 -0
- package/helpers/currencyConversion.d.ts +45 -0
- package/helpers/currencyConversion.js +119 -0
- package/helpers/dataStructures/trees/index.d.ts +12 -0
- package/helpers/dataStructures/trees/index.js +71 -0
- package/helpers/dataStructures/trees/types.d.ts +14 -0
- package/helpers/dataStructures/trees/types.js +5 -0
- package/helpers/dlinks.js +1 -1
- package/helpers/errors.d.ts +1 -0
- package/helpers/errors.js +2 -1
- package/helpers/externalUrls.d.ts +12 -0
- package/helpers/externalUrls.js +40 -0
- package/helpers/instruments/index.d.ts +17 -0
- package/helpers/instruments/index.js +5 -1
- package/helpers/instruments/lists.d.ts +3 -3
- package/helpers/instruments/lists.js +5 -5
- package/helpers/musicStyles/index.d.ts +22 -4
- package/helpers/musicStyles/index.js +114 -35
- package/helpers/notifications/index.js +1 -1
- package/helpers/objects.d.ts +5 -1
- package/helpers/objects.js +7 -6
- package/helpers/plans.js +2 -2
- package/helpers/rates.d.ts +1 -1
- package/helpers/slate.d.ts +64 -5
- package/helpers/slate.js +7 -1
- package/helpers/ts-extras/array-includes.js +1 -2
- package/helpers/ts-extras/as-mutable.js +1 -2
- package/helpers/ts-extras/assert-error.js +1 -2
- package/helpers/ts-extras/index.js +1 -1
- package/helpers/ts-extras/is-defined.js +1 -2
- package/helpers/ts-extras/is-empty.js +1 -2
- package/helpers/ts-extras/is-infinite.js +1 -2
- package/helpers/ts-extras/is-present.js +1 -2
- package/helpers/ts-extras/object-entries.d.ts +1 -1
- package/helpers/ts-extras/object-from-entries.d.ts +1 -1
- package/helpers/ts-extras/object-has-own.js +1 -2
- package/helpers/ts-extras/object-keys.d.ts +1 -1
- package/helpers/ts-extras/object-keys.js +0 -1
- package/helpers/ts-extras/set-has.js +1 -2
- package/helpers/types.d.ts +26 -0
- package/helpers/types.js +25 -5
- package/lang/ca.json +325 -91
- package/lang/de.json +325 -91
- package/lang/en.json +325 -91
- package/lang/es.json +325 -91
- package/lang/eu.json +325 -91
- package/lang/fr.json +325 -91
- package/lang/gl.json +325 -91
- package/lang/index.js +3 -2
- package/lang/it.json +325 -91
- package/lang/nl.json +325 -91
- package/lang/pt.json +325 -91
- package/models/Communication/types.d.ts +0 -16
- package/models/Communication/types.js +3 -9
- package/models/CompositionGenre/index.d.ts +9 -0
- package/models/CompositionGenre/index.js +16 -0
- package/models/CompositionStyle/index.d.ts +9 -0
- package/models/CompositionStyle/index.js +16 -0
- package/models/Counters/Group/Analytics/types.js +1 -1
- package/models/Customer/index.d.ts +1 -1
- package/models/Customer/index.js +3 -3
- package/models/Customer/types.js +1 -1
- package/models/Evento/Player/types.js +3 -3
- package/models/Evento/Repertory/types.d.ts +2 -1
- package/models/Evento/index.d.ts +3 -2
- package/models/Evento/index.js +5 -4
- package/models/Evento/types.d.ts +2 -31
- package/models/Evento/types.js +8 -39
- package/models/Federation/index.d.ts +1 -1
- package/models/Federation/index.js +3 -3
- package/models/Group/Analytics/types.js +1 -1
- package/models/Group/Player/types.js +1 -1
- package/models/Group/Repertory/File/Section/index.d.ts +3 -3
- package/models/Group/Repertory/File/Section/index.js +3 -2
- package/models/Group/Repertory/File/Section/types.d.ts +7 -0
- package/models/Group/Repertory/File/Section/types.js +1 -1
- package/models/Group/Repertory/File/index.d.ts +4 -2
- package/models/Group/Repertory/File/index.js +4 -4
- package/models/Group/Repertory/FilePath/index.d.ts +3 -4
- package/models/Group/Repertory/index.d.ts +12 -4
- package/models/Group/Repertory/index.js +9 -0
- package/models/Group/Repertory/types.d.ts +21 -32
- package/models/Group/Repertory/types.js +8 -18
- package/models/Group/index.d.ts +15 -13
- package/models/Group/index.js +16 -15
- package/models/Group/types.d.ts +6 -66
- package/models/Group/types.js +8 -50
- package/models/Instrument/{group.d.ts → fromRecord.d.ts} +4 -5
- package/models/Instrument/{group.js → fromRecord.js} +10 -10
- package/models/Instrument/index.d.ts +2 -0
- package/models/Instrument/index.js +38 -1
- package/models/Inventory/Item/types.js +2 -2
- package/models/Inventory/types.js +1 -1
- package/models/Notification/types.js +2 -2
- package/models/Offer/types.d.ts +0 -12
- package/models/Offer/types.js +2 -15
- package/models/Partnership/Partner/types.js +1 -1
- package/models/Partnership/Payment/types.js +2 -2
- package/models/Partnership/index.d.ts +1 -1
- package/models/Partnership/index.js +3 -3
- package/models/Partnership/types.js +1 -1
- package/models/Repertory/types.d.ts +12 -0
- package/models/Repertory/types.js +2 -2
- package/models/User/Group/index.js +1 -2
- package/models/User/index.d.ts +1 -1
- package/models/User/index.js +3 -3
- package/models/User/types.d.ts +2 -1
- package/models/User/types.js +7 -7
- package/models/WebhookEvent/types.js +1 -1
- package/models/supabase/Comm/index.d.ts +24 -0
- package/models/supabase/Comm/index.js +68 -0
- package/models/supabase/Comm/types.d.ts +6 -0
- package/models/supabase/CommHistory/index.d.ts +22 -0
- package/models/supabase/CommHistory/index.js +37 -0
- package/models/supabase/CommHistory/types.d.ts +11 -0
- package/models/supabase/CommHistory/types.js +9 -0
- package/models/supabase/Composer/Composition/Acquisition/index.d.ts +4 -0
- package/models/supabase/Composer/Composition/Acquisition/index.js +9 -0
- package/models/supabase/Composer/Composition/Acquisition/types.d.ts +36 -0
- package/models/supabase/Composer/Composition/Favorite/index.d.ts +4 -0
- package/models/supabase/Composer/Composition/Favorite/index.js +9 -0
- package/models/supabase/Composer/Composition/Favorite/types.d.ts +6 -0
- package/models/supabase/Composer/Composition/View/index.d.ts +4 -0
- package/models/supabase/Composer/Composition/View/index.js +9 -0
- package/models/supabase/Composer/Composition/View/types.d.ts +6 -0
- package/models/supabase/Composer/Composition/index.d.ts +5284 -0
- package/models/supabase/Composer/Composition/index.js +166 -0
- package/models/supabase/Composer/Composition/types.d.ts +96 -0
- package/models/supabase/Composer/Composition/types.js +32 -0
- package/models/supabase/Composer/Notification/index.d.ts +4 -0
- package/models/supabase/Composer/Notification/index.js +9 -0
- package/models/supabase/Composer/Notification/types.d.ts +39 -0
- package/models/supabase/Composer/Notification/types.js +27 -0
- package/models/supabase/Composer/Payout/index.d.ts +4 -0
- package/models/supabase/Composer/Payout/index.js +9 -0
- package/models/supabase/Composer/Payout/status.d.ts +1 -0
- package/models/supabase/Composer/Payout/types.d.ts +5 -0
- package/models/supabase/Composer/PerformanceAttendance/types.d.ts +4 -0
- package/models/supabase/Composer/index.d.ts +78 -0
- package/models/supabase/Composer/index.js +105 -0
- package/models/supabase/Composer/types.d.ts +6 -0
- package/models/supabase/Composer/types.js +2 -0
- package/models/supabase/EventHistory/index.d.ts +22 -0
- package/models/supabase/EventHistory/index.js +37 -0
- package/models/supabase/EventHistory/types.d.ts +36 -0
- package/models/supabase/EventHistory/types.js +34 -0
- package/models/supabase/GroupHistory/index.d.ts +21 -0
- package/models/supabase/GroupHistory/index.js +34 -0
- package/models/supabase/GroupHistory/types.d.ts +27 -0
- package/models/supabase/GroupHistory/types.js +25 -0
- package/models/supabase/Model/index.d.ts +10 -0
- package/models/supabase/Model/index.js +21 -0
- package/models/supabase/OfferHistory/index.d.ts +22 -0
- package/models/supabase/OfferHistory/index.js +37 -0
- package/models/supabase/OfferHistory/types.d.ts +18 -0
- package/models/supabase/OfferHistory/types.js +16 -0
- package/models/supabase/Repertoire/index.d.ts +16 -0
- package/models/supabase/Repertoire/index.js +43 -0
- package/models/supabase/Repertoire/types.d.ts +6 -0
- package/models/supabase/Repertoire/types.js +2 -0
- package/models/supabase/RepertoireHistory/index.d.ts +22 -0
- package/models/supabase/RepertoireHistory/index.js +37 -0
- package/models/supabase/RepertoireHistory/types.d.ts +21 -0
- package/models/supabase/RepertoireHistory/types.js +19 -0
- package/models/supabase/User/Group/index.d.ts +11 -0
- package/models/supabase/User/Group/index.js +30 -0
- package/models/supabase/User/Group/types.d.ts +6 -0
- package/models/supabase/User/Group/types.js +2 -0
- package/models/supabase/User/index.d.ts +13 -0
- package/models/supabase/User/index.js +37 -0
- package/models/supabase/User/types.d.ts +6 -0
- package/models/supabase/User/types.js +2 -0
- package/package.json +28 -20
- package/types/firestore.d.ts +0 -1
- package/types/firestore.js +1 -1
- package/types/supabase/catalog.d.ts +46 -0
- package/types/supabase/catalog.js +2 -0
- package/types/supabase/catalog.ts +67 -0
- package/types/supabase/composerMetrics.d.ts +27 -0
- package/types/supabase/composerMetrics.js +2 -0
- package/types/supabase/composerMetrics.ts +26 -0
- package/types/supabase/generated.d.ts +3158 -451
- package/types/supabase/generated.js +13 -0
- package/types/supabase/generated.ts +3116 -496
- package/types/supabase/index.d.ts +155 -19
- package/types/supabase/index.js +15 -0
- package/types/supabase/index.ts +288 -21
- package/types/supabase/overwrites/index.d.ts +1 -1
- package/types/supabase/overwrites/index.ts +1 -1
- package/types/supabase/overwrites/tables/comm/model.d.ts +4 -0
- package/types/supabase/overwrites/tables/comm/model.js +2 -0
- package/types/supabase/overwrites/tables/comm/model.ts +4 -0
- package/types/supabase/overwrites/tables/comm_history/index.d.ts +7 -0
- package/types/supabase/overwrites/tables/comm_history/index.js +2 -0
- package/types/supabase/overwrites/tables/comm_history/index.ts +9 -0
- package/types/supabase/overwrites/tables/comm_history/model.d.ts +10 -0
- package/types/supabase/overwrites/tables/comm_history/model.js +2 -0
- package/types/supabase/overwrites/tables/comm_history/model.ts +13 -0
- package/types/supabase/overwrites/tables/common/index.js +2 -0
- package/types/supabase/overwrites/tables/composer/index.d.ts +9 -0
- package/types/supabase/overwrites/tables/composer/index.js +2 -0
- package/types/supabase/overwrites/tables/composer/index.ts +10 -0
- package/types/supabase/overwrites/tables/composer/model.d.ts +12 -0
- package/types/supabase/overwrites/tables/composer/model.js +2 -0
- package/types/supabase/overwrites/tables/composer/model.ts +15 -0
- package/types/supabase/overwrites/tables/composer/publicModel.d.ts +11 -0
- package/types/supabase/overwrites/tables/composer/publicModel.js +2 -0
- package/types/supabase/overwrites/tables/composer/publicModel.ts +15 -0
- package/types/supabase/overwrites/tables/composerComposition/index.d.ts +18 -0
- package/types/supabase/overwrites/tables/composerComposition/index.js +2 -0
- package/types/supabase/overwrites/tables/composerComposition/index.ts +24 -0
- package/types/supabase/overwrites/tables/composerComposition/model.d.ts +9 -0
- package/types/supabase/overwrites/tables/composerComposition/model.js +2 -0
- package/types/supabase/overwrites/tables/composerComposition/model.ts +26 -0
- package/types/supabase/overwrites/tables/composerComposition/publicModel.d.ts +9 -0
- package/types/supabase/overwrites/tables/composerComposition/publicModel.js +2 -0
- package/types/supabase/overwrites/tables/composerComposition/publicModel.ts +37 -0
- package/types/supabase/overwrites/tables/composerNotification/index.d.ts +19 -0
- package/types/supabase/overwrites/tables/composerNotification/index.js +2 -0
- package/types/supabase/overwrites/tables/composerNotification/index.ts +25 -0
- package/types/supabase/overwrites/tables/composerOwnedTransaction/model.d.ts +2 -0
- package/types/supabase/overwrites/tables/composerOwnedTransaction/model.js +2 -0
- package/types/supabase/overwrites/tables/composerOwnedTransaction/model.ts +3 -0
- package/types/supabase/overwrites/tables/composerPayout/index.d.ts +7 -0
- package/types/supabase/overwrites/tables/composerPayout/index.js +2 -0
- package/types/supabase/overwrites/tables/composerPayout/index.ts +8 -0
- package/types/supabase/overwrites/tables/compositionAcquisition/index.d.ts +4 -0
- package/types/supabase/overwrites/tables/compositionAcquisition/index.js +2 -0
- package/types/supabase/overwrites/tables/compositionAcquisition/index.ts +8 -0
- package/types/supabase/overwrites/tables/compositionAcquisition/model.d.ts +6 -0
- package/types/supabase/overwrites/tables/compositionAcquisition/model.js +2 -0
- package/types/supabase/overwrites/tables/compositionAcquisition/model.ts +11 -0
- package/types/supabase/overwrites/tables/compositionFavorite/index.d.ts +1 -0
- package/types/supabase/overwrites/tables/compositionFavorite/index.js +2 -0
- package/types/supabase/overwrites/tables/compositionFavorite/index.ts +2 -0
- package/types/supabase/overwrites/tables/compositionFavorite/model.d.ts +1 -0
- package/types/supabase/overwrites/tables/compositionFavorite/model.js +2 -0
- package/types/supabase/overwrites/tables/compositionFavorite/model.ts +1 -0
- package/types/supabase/overwrites/tables/compositionView/index.d.ts +1 -0
- package/types/supabase/overwrites/tables/compositionView/index.js +2 -0
- package/types/supabase/overwrites/tables/compositionView/index.ts +2 -0
- package/types/supabase/overwrites/tables/compositionView/model.d.ts +1 -0
- package/types/supabase/overwrites/tables/compositionView/model.js +2 -0
- package/types/supabase/overwrites/tables/compositionView/model.ts +1 -0
- package/types/supabase/overwrites/tables/currencyExchangeRate/index.d.ts +16 -0
- package/types/supabase/overwrites/tables/currencyExchangeRate/index.js +2 -0
- package/types/supabase/overwrites/tables/currencyExchangeRate/index.ts +18 -0
- package/types/supabase/overwrites/{event.d.ts → tables/event/index.d.ts} +1 -1
- package/types/supabase/overwrites/tables/event/index.js +2 -0
- package/types/supabase/overwrites/{event.ts → tables/event/index.ts} +1 -1
- package/types/supabase/overwrites/tables/event_history/index.d.ts +7 -0
- package/types/supabase/overwrites/tables/event_history/index.js +2 -0
- package/types/supabase/overwrites/tables/event_history/index.ts +9 -0
- package/types/supabase/overwrites/tables/event_history/model.d.ts +10 -0
- package/types/supabase/overwrites/tables/event_history/model.js +2 -0
- package/types/supabase/overwrites/tables/event_history/model.ts +13 -0
- package/types/supabase/overwrites/{group.d.ts → tables/group/index.d.ts} +2 -5
- package/types/supabase/overwrites/tables/group/index.js +2 -0
- package/types/supabase/overwrites/{group.ts → tables/group/index.ts} +2 -6
- package/types/supabase/overwrites/tables/group_history/index.d.ts +7 -0
- package/types/supabase/overwrites/tables/group_history/index.js +2 -0
- package/types/supabase/overwrites/tables/group_history/index.ts +9 -0
- package/types/supabase/overwrites/tables/group_history/model.d.ts +10 -0
- package/types/supabase/overwrites/tables/group_history/model.js +2 -0
- package/types/supabase/overwrites/tables/group_history/model.ts +13 -0
- package/types/supabase/overwrites/{offer.d.ts → tables/offer/index.d.ts} +6 -2
- package/types/supabase/overwrites/tables/offer/index.js +2 -0
- package/types/supabase/overwrites/{offer.ts → tables/offer/index.ts} +7 -2
- package/types/supabase/overwrites/tables/offer_history/index.d.ts +7 -0
- package/types/supabase/overwrites/tables/offer_history/index.js +2 -0
- package/types/supabase/overwrites/tables/offer_history/index.ts +9 -0
- package/types/supabase/overwrites/tables/offer_history/model.d.ts +10 -0
- package/types/supabase/overwrites/tables/offer_history/model.js +2 -0
- package/types/supabase/overwrites/tables/offer_history/model.ts +13 -0
- package/types/supabase/overwrites/tables/repertoire/model.d.ts +7 -0
- package/types/supabase/overwrites/tables/repertoire/model.js +2 -0
- package/types/supabase/overwrites/tables/repertoire/model.ts +7 -0
- package/types/supabase/overwrites/tables/repertoire_history/index.d.ts +7 -0
- package/types/supabase/overwrites/tables/repertoire_history/index.js +2 -0
- package/types/supabase/overwrites/tables/repertoire_history/index.ts +9 -0
- package/types/supabase/overwrites/tables/repertoire_history/model.d.ts +10 -0
- package/types/supabase/overwrites/tables/repertoire_history/model.js +2 -0
- package/types/supabase/overwrites/tables/repertoire_history/model.ts +13 -0
- package/types/supabase/overwrites/tables/user/index.d.ts +11 -0
- package/types/supabase/overwrites/tables/user/index.js +2 -0
- package/types/supabase/overwrites/tables/user/index.ts +13 -0
- package/helpers/glissandooAdmin.d.ts +0 -3
- package/helpers/glissandooAdmin.js +0 -6
- package/types/supabase/overwrites/comm.d.ts +0 -18
- package/types/supabase/overwrites/comm.ts +0 -18
- package/types/supabase/overwrites/comm_history.d.ts +0 -10
- package/types/supabase/overwrites/comm_history.ts +0 -10
- package/types/supabase/overwrites/event_history.d.ts +0 -10
- package/types/supabase/overwrites/event_history.ts +0 -10
- package/types/supabase/overwrites/group_history.d.ts +0 -9
- package/types/supabase/overwrites/group_history.ts +0 -9
- package/types/supabase/overwrites/offer_history.d.ts +0 -10
- package/types/supabase/overwrites/offer_history.ts +0 -10
- package/types/supabase/overwrites/repertoire.d.ts +0 -12
- package/types/supabase/overwrites/repertoire.ts +0 -12
- package/types/supabase/overwrites/repertoire_history.d.ts +0 -10
- package/types/supabase/overwrites/repertoire_history.ts +0 -10
- /package/{types/supabase/overwrites/comm.js → functions/composer.js} +0 -0
- /package/{types/supabase/overwrites/comm_history.js → functions/composerComposition.js} +0 -0
- /package/{types/supabase/overwrites/event.js → functions/composerNotification.js} +0 -0
- /package/{types/supabase/overwrites/event_history.js → functions/composerPayout.js} +0 -0
- /package/{types/supabase/overwrites/group.js → models/supabase/Comm/types.js} +0 -0
- /package/{types/supabase/overwrites/group_history.js → models/supabase/Composer/Composition/Acquisition/types.js} +0 -0
- /package/{types/supabase/overwrites/offer.js → models/supabase/Composer/Composition/Favorite/types.js} +0 -0
- /package/{types/supabase/overwrites/offer_history.js → models/supabase/Composer/Composition/View/types.js} +0 -0
- /package/{types/supabase/overwrites/repertoire.js → models/supabase/Composer/Payout/status.js} +0 -0
- /package/{types/supabase/overwrites/repertoire_history.js → models/supabase/Composer/Payout/types.js} +0 -0
- /package/{types/supabase/overwrites/utils.js → models/supabase/Composer/PerformanceAttendance/types.js} +0 -0
- /package/types/supabase/overwrites/{utils.d.ts → tables/common/index.d.ts} +0 -0
- /package/types/supabase/overwrites/{utils.ts → tables/common/index.ts} +0 -0
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
import { DefaultInstrumentId } from '
|
|
2
|
-
import {
|
|
1
|
+
import { DefaultInstrumentId } from '../../../../../helpers/instruments';
|
|
2
|
+
import { GroupBasicData } from '../../../../../models/Group/types';
|
|
3
|
+
import { Location } from '../common';
|
|
4
|
+
export type GroupBasic = Omit<GroupBasicData, 'location'> & {
|
|
5
|
+
location: Location;
|
|
6
|
+
};
|
|
3
7
|
export interface OfferApplicantBasicData {
|
|
4
8
|
appliedAt: string;
|
|
5
9
|
selectedAt: string | null;
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
import { DefaultInstrumentId } from '
|
|
2
|
-
import {
|
|
1
|
+
import { DefaultInstrumentId } from '../../../../../helpers/instruments';
|
|
2
|
+
import { GroupBasicData } from '../../../../../models/Group/types';
|
|
3
|
+
import { Location } from '../common';
|
|
4
|
+
|
|
5
|
+
export type GroupBasic = Omit<GroupBasicData, 'location'> & {
|
|
6
|
+
location: Location;
|
|
7
|
+
};
|
|
3
8
|
|
|
4
9
|
export interface OfferApplicantBasicData {
|
|
5
10
|
appliedAt: string;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { OfferHistoryAction } from '../../../../../models/supabase/OfferHistory/types';
|
|
2
|
+
export type OfferHistoryValue = Record<string, unknown>;
|
|
3
|
+
export interface OfferHistoryOverwrite {
|
|
4
|
+
action: OfferHistoryAction;
|
|
5
|
+
value: OfferHistoryValue | null;
|
|
6
|
+
prev_value: OfferHistoryValue | null;
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OfferHistoryAction } from '../../../../../models/supabase/OfferHistory/types';
|
|
2
|
+
|
|
3
|
+
export type OfferHistoryValue = Record<string, unknown>;
|
|
4
|
+
|
|
5
|
+
export interface OfferHistoryOverwrite {
|
|
6
|
+
action: OfferHistoryAction;
|
|
7
|
+
value: OfferHistoryValue | null;
|
|
8
|
+
prev_value: OfferHistoryValue | null;
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { OfferHistoryValue } from '.';
|
|
2
|
+
import { OfferHistoryAction } from '../../../../../models/supabase/OfferHistory/types';
|
|
3
|
+
import { Database } from '../../../generated';
|
|
4
|
+
type OfferHistoryRow = Omit<Database['public']['Tables']['offer_history']['Row'], 'value' | 'prev_value'>;
|
|
5
|
+
export interface OfferHistoryModelOverwrite extends OfferHistoryRow {
|
|
6
|
+
action: OfferHistoryAction;
|
|
7
|
+
value: OfferHistoryValue | null;
|
|
8
|
+
prev_value: OfferHistoryValue | null;
|
|
9
|
+
}
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { OfferHistoryValue } from '.';
|
|
2
|
+
import { OfferHistoryAction } from '../../../../../models/supabase/OfferHistory/types';
|
|
3
|
+
import { Database } from '../../../generated';
|
|
4
|
+
|
|
5
|
+
type OfferHistoryRow = Omit<
|
|
6
|
+
Database['public']['Tables']['offer_history']['Row'],
|
|
7
|
+
'value' | 'prev_value'
|
|
8
|
+
>;
|
|
9
|
+
export interface OfferHistoryModelOverwrite extends OfferHistoryRow {
|
|
10
|
+
action: OfferHistoryAction;
|
|
11
|
+
value: OfferHistoryValue | null;
|
|
12
|
+
prev_value: OfferHistoryValue | null;
|
|
13
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SourceComposition } from '../../../../../models/Group/Repertory/types';
|
|
2
|
+
import { Database } from '../../../generated';
|
|
3
|
+
type RepertoireRow = Database['public']['Tables']['repertoire']['Row'];
|
|
4
|
+
export type RepertoireModelOverwrite = Omit<RepertoireRow, 'source_composition'> & {
|
|
5
|
+
source_composition: SourceComposition | null;
|
|
6
|
+
};
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SourceComposition } from '../../../../../models/Group/Repertory/types';
|
|
2
|
+
import { Database } from '../../../generated';
|
|
3
|
+
|
|
4
|
+
type RepertoireRow = Database['public']['Tables']['repertoire']['Row'];
|
|
5
|
+
export type RepertoireModelOverwrite = Omit<RepertoireRow, 'source_composition'> & {
|
|
6
|
+
source_composition: SourceComposition | null;
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { RepertoireHistoryAction } from '../../../../../models/supabase/RepertoireHistory/types';
|
|
2
|
+
export type RepertoireHistoryValue = Record<string, unknown>;
|
|
3
|
+
export interface RepertoireHistoryOverwrite {
|
|
4
|
+
action: RepertoireHistoryAction;
|
|
5
|
+
value: RepertoireHistoryValue | null;
|
|
6
|
+
prev_value: RepertoireHistoryValue | null;
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { RepertoireHistoryAction } from '../../../../../models/supabase/RepertoireHistory/types';
|
|
2
|
+
|
|
3
|
+
export type RepertoireHistoryValue = Record<string, unknown>;
|
|
4
|
+
|
|
5
|
+
export interface RepertoireHistoryOverwrite {
|
|
6
|
+
action: RepertoireHistoryAction;
|
|
7
|
+
value: RepertoireHistoryValue | null;
|
|
8
|
+
prev_value: RepertoireHistoryValue | null;
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { RepertoireHistoryValue } from '.';
|
|
2
|
+
import { RepertoireHistoryAction } from '../../../../../models/supabase/RepertoireHistory/types';
|
|
3
|
+
import { Database } from '../../../generated';
|
|
4
|
+
type RepertoireHistoryRow = Omit<Database['public']['Tables']['repertoire_history']['Row'], 'value' | 'prev_value'>;
|
|
5
|
+
export interface RepertoireHistoryModelOverwrite extends RepertoireHistoryRow {
|
|
6
|
+
action: RepertoireHistoryAction;
|
|
7
|
+
value: RepertoireHistoryValue | null;
|
|
8
|
+
prev_value: RepertoireHistoryValue | null;
|
|
9
|
+
}
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { RepertoireHistoryValue } from '.';
|
|
2
|
+
import { RepertoireHistoryAction } from '../../../../../models/supabase/RepertoireHistory/types';
|
|
3
|
+
import { Database } from '../../../generated';
|
|
4
|
+
|
|
5
|
+
type RepertoireHistoryRow = Omit<
|
|
6
|
+
Database['public']['Tables']['repertoire_history']['Row'],
|
|
7
|
+
'value' | 'prev_value'
|
|
8
|
+
>;
|
|
9
|
+
export interface RepertoireHistoryModelOverwrite extends RepertoireHistoryRow {
|
|
10
|
+
action: RepertoireHistoryAction;
|
|
11
|
+
value: RepertoireHistoryValue | null;
|
|
12
|
+
prev_value: RepertoireHistoryValue | null;
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { UserData } from '../../../../../models/User/types';
|
|
2
|
+
export type UserRawData = Record<string, unknown>;
|
|
3
|
+
export interface UserOverwrite {
|
|
4
|
+
notificationSettings: UserData['notificationSettings'];
|
|
5
|
+
emailSettings: UserData['emailSettings'];
|
|
6
|
+
dashboardConfig: UserData['dashboardConfig'];
|
|
7
|
+
appConfig: UserData['appConfig'];
|
|
8
|
+
devices: UserData['devices'];
|
|
9
|
+
whatsNew: UserData['whatsNew'];
|
|
10
|
+
rawData: UserRawData;
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { UserData } from '../../../../../models/User/types';
|
|
2
|
+
|
|
3
|
+
export type UserRawData = Record<string, unknown>;
|
|
4
|
+
|
|
5
|
+
export interface UserOverwrite {
|
|
6
|
+
notificationSettings: UserData['notificationSettings'];
|
|
7
|
+
emailSettings: UserData['emailSettings'];
|
|
8
|
+
dashboardConfig: UserData['dashboardConfig'];
|
|
9
|
+
appConfig: UserData['appConfig'];
|
|
10
|
+
devices: UserData['devices'];
|
|
11
|
+
whatsNew: UserData['whatsNew'];
|
|
12
|
+
rawData: UserRawData;
|
|
13
|
+
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getGlissandooAdminEntityURL = exports.GLISSANDOO_ADMIN_URL = void 0;
|
|
4
|
-
exports.GLISSANDOO_ADMIN_URL = 'https://admin.glissandoo.com/';
|
|
5
|
-
const getGlissandooAdminEntityURL = (entity, id) => new URL(`/${entity}s/${id}`, exports.GLISSANDOO_ADMIN_URL).href;
|
|
6
|
-
exports.getGlissandooAdminEntityURL = getGlissandooAdminEntityURL;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export interface CommOverwrite {
|
|
2
|
-
id: string;
|
|
3
|
-
group_id: string;
|
|
4
|
-
owner_id: string;
|
|
5
|
-
title: string;
|
|
6
|
-
type: string;
|
|
7
|
-
comments_count: number;
|
|
8
|
-
block_answers: boolean;
|
|
9
|
-
template_id: string | null;
|
|
10
|
-
server_template: string | null;
|
|
11
|
-
server: boolean;
|
|
12
|
-
recipients: string[];
|
|
13
|
-
deleted_at: string | null;
|
|
14
|
-
deleted_by: string | null;
|
|
15
|
-
edited_at: string | null;
|
|
16
|
-
edited_by: string | null;
|
|
17
|
-
created_at: string;
|
|
18
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export interface CommOverwrite {
|
|
2
|
-
id: string;
|
|
3
|
-
group_id: string;
|
|
4
|
-
owner_id: string;
|
|
5
|
-
title: string;
|
|
6
|
-
type: string;
|
|
7
|
-
comments_count: number;
|
|
8
|
-
block_answers: boolean;
|
|
9
|
-
template_id: string | null;
|
|
10
|
-
server_template: string | null;
|
|
11
|
-
server: boolean;
|
|
12
|
-
recipients: string[];
|
|
13
|
-
deleted_at: string | null;
|
|
14
|
-
deleted_by: string | null;
|
|
15
|
-
edited_at: string | null;
|
|
16
|
-
edited_by: string | null;
|
|
17
|
-
created_at: string;
|
|
18
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export interface RepertoireOverwrite {
|
|
2
|
-
id: string;
|
|
3
|
-
group_id: string;
|
|
4
|
-
title: string;
|
|
5
|
-
compositor: string | null;
|
|
6
|
-
tags: string[];
|
|
7
|
-
events: string[];
|
|
8
|
-
owner_id: string;
|
|
9
|
-
created_at: string;
|
|
10
|
-
visibility: string;
|
|
11
|
-
last_event_datetime: string | null;
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export interface RepertoireOverwrite {
|
|
2
|
-
id: string;
|
|
3
|
-
group_id: string;
|
|
4
|
-
title: string;
|
|
5
|
-
compositor: string | null;
|
|
6
|
-
tags: string[];
|
|
7
|
-
events: string[];
|
|
8
|
-
owner_id: string;
|
|
9
|
-
created_at: string;
|
|
10
|
-
visibility: string;
|
|
11
|
-
last_event_datetime: string | null;
|
|
12
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{types/supabase/overwrites/repertoire.js → models/supabase/Composer/Payout/status.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|