@glissandoo/lib 1.92.1 → 1.93.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.
@@ -1,6 +1,6 @@
1
1
  import { DefaultInstrumentId } from '../helpers/instruments';
2
2
  import { Descendant } from '../helpers/slate';
3
- import { CreatedOn, GeoPointDeconstructed, TimestampDeconstructed } from '../helpers/types';
3
+ import { CreatedOn } from '../helpers/types';
4
4
  import { OfferData, OfferType } from '../models/Offer/types';
5
5
  export declare namespace OfferFbFunctionsTypes {
6
6
  interface PublishParams {
@@ -52,9 +52,12 @@ export declare namespace OfferFbFunctionsTypes {
52
52
  }
53
53
  interface ViewResult extends Pick<OfferData, 'title' | 'description' | 'instrument' | 'locality' | 'country' | 'type' | 'groupId' | 'eventId' | 'applicantsIds' | 'timezone'> {
54
54
  group: OfferData['groupInfo'];
55
- createdAt: TimestampDeconstructed;
56
- selectionClosedAt: TimestampDeconstructed | null;
57
- deadlineAt: TimestampDeconstructed | null;
58
- location: GeoPointDeconstructed;
55
+ createdAt: number;
56
+ selectionClosedAt: number | null;
57
+ deadlineAt: number | null;
58
+ location: {
59
+ latitude: number;
60
+ longitude: number;
61
+ };
59
62
  }
60
63
  }
@@ -15,11 +15,3 @@ export declare enum CreatedOn {
15
15
  App = "app",
16
16
  Dashboard = "dashboard"
17
17
  }
18
- export interface TimestampDeconstructed {
19
- _seconds: number;
20
- _nanoseconds: number;
21
- }
22
- export interface GeoPointDeconstructed {
23
- _latitude: number;
24
- _longitude: number;
25
- }
package/lang/ca.json CHANGED
@@ -291,5 +291,7 @@
291
291
  "theme.claim.update.text": "S'afegit la partitura de {instrument:extra.[instrumentId,customInstrumentName]} de l'obra \"{string:extra.title}\"",
292
292
  "theme.claim.update.title": "Nova partitura de {instrument:extra.[instrumentId,customInstrumentName]}",
293
293
  "offer.applicant.add.text": "{string:user.0.displayName} ha sol·licitat la vacant {string:extra.vacancyName} a {string:group.0.displayName}",
294
- "offer.applicant.add.title": "Nova sol·licitud de vacant"
294
+ "offer.applicant.add.title": "Nova sol·licitud de vacant",
295
+ "offer.select.applicant.text": "Enhorabona! La teua sol·licitud per a la vacant {string:extra.vacancyName} a {string:group.0.displayName} ha sigut acceptada. Uneix-te al teu nou grup i comença a gaudir de la música amb els teus nous companys",
296
+ "offer.select.applicant.title": "🎉 Sol·licitud de vacant acceptada"
295
297
  }
package/lang/de.json CHANGED
@@ -291,5 +291,7 @@
291
291
  "theme.claim.update.text": "{instrument:extra.[instrumentId,customInstrumentName]} -Noten des Stücks \"{string:extra.title}\" wurden hinzugefügt.",
292
292
  "theme.claim.update.title": "Neue {instrument:extra.[instrumentId,customInstrumentName]} -Noten",
293
293
  "offer.applicant.add.text": "{string:user.0.displayName} hat sich für die Stelle {string:extra.vacancyName} bei {string:group.0.displayName} beworben",
294
- "offer.applicant.add.title": "Neue Stellenbewerbung"
294
+ "offer.applicant.add.title": "Neue Stellenbewerbung",
295
+ "offer.select.applicant.text": "Herzlichen Glückwunsch! Deine Bewerbung für die Stelle {string:extra.vacancyName} bei {string:group.0.displayName} wurde angenommen. Schließe dich deiner neuen Gruppe an und genieße die Musik mit deinen neuen Kollegen",
296
+ "offer.select.applicant.title": "🎉 Bewerbung um die Stelle akzeptiert"
295
297
  }
package/lang/en.json CHANGED
@@ -291,5 +291,7 @@
291
291
  "theme.claim.update.text": "{instrument:extra.[instrumentId,customInstrumentName]} sheet for \"{string:extra.title}\" has been added.",
292
292
  "theme.claim.update.title": "New {instrument:extra.[instrumentId,customInstrumentName]} sheet has been added",
293
293
  "offer.applicant.add.text": "{string:user.0.displayName} applied for the vacancy {string:extra.vacancyName} in {string:group.0.displayName}",
294
- "offer.applicant.add.title": "New vacancy application"
294
+ "offer.applicant.add.title": "New vacancy application",
295
+ "offer.select.applicant.text": "Congratulations! Your application for the vacancy {string:extra.vacancyName} at {string:group.0.displayName} has been accepted. Join your new group and start enjoying the music with your new companions",
296
+ "offer.select.applicant.title": "🎉 Vacancy Application Accepted"
295
297
  }
package/lang/es.json CHANGED
@@ -291,5 +291,7 @@
291
291
  "theme.claim.update.text": "Se ha añadido la partitura de {instrument:extra.[instrumentId,customInstrumentName]} de la obra \"{string:extra.title}\"",
292
292
  "theme.claim.update.title": "Nueva partitura de {instrument:extra.[instrumentId,customInstrumentName]}",
293
293
  "offer.applicant.add.text": "{string:user.0.displayName} ha solicitado la vacante {string:extra.vacancyName} en {string:group.0.displayName}",
294
- "offer.applicant.add.title": "Nueva solicitud de vacante"
294
+ "offer.applicant.add.title": "Nueva solicitud de vacante",
295
+ "offer.select.applicant.text": "¡Enhorabuena! Tu solicitud para la vacante {string:extra.vacancyName} en {string:group.0.displayName} ha sido aceptada. Únete a tu nuevo grupo y empieza a disfrutar de la música con tus nuevos compañeros",
296
+ "offer.select.applicant.title": "🎉 Solicitud de vacante aceptada"
295
297
  }
package/lang/eu.json CHANGED
@@ -291,5 +291,7 @@
291
291
  "theme.claim.update.text": "{instrument:extra.[instrumentId,customInstrumentName]} instrumentuaren partitura gehitu da \"{string:extra.title}\" obrarako",
292
292
  "theme.claim.update.title": "{instrument:extra.[instrumentId,customInstrumentName]} partitura berria gehitu da",
293
293
  "offer.applicant.add.text": "{string:user.0.displayName} {string:extra.vacancyName} lanposturako eskatu du {string:group.0.displayName} en",
294
- "offer.applicant.add.title": "Lanpostu eskaera berria"
294
+ "offer.applicant.add.title": "Lanpostu eskaera berria",
295
+ "offer.select.applicant.text": "Zorionak! {string:extra.vacancyName} posturako zure eskaera {string:group.0.displayName} onartu da. Batu zaitez zure talde berrira eta hasi musika gozatzen zure kide berriekin",
296
+ "offer.select.applicant.title": "🎉 Postu eskaera onartua"
295
297
  }
package/lang/gl.json CHANGED
@@ -291,5 +291,7 @@
291
291
  "theme.claim.update.text": "Se ha añadido la partitura de {instrument:extra.[instrumentId,customInstrumentName]} de la obra \"{string:extra.title}\"",
292
292
  "theme.claim.update.title": "Nueva partitura de {instrument:extra.[instrumentId,customInstrumentName]}",
293
293
  "offer.applicant.add.text": "{string:user.0.displayName} solicitou a vacante {string:extra.vacancyName} en {string:group.0.displayName}",
294
- "offer.applicant.add.title": "Nova solicitude de vacante"
294
+ "offer.applicant.add.title": "Nova solicitude de vacante",
295
+ "offer.select.applicant.text": "Parabéns! A túa solicitude para a vacante {string:extra.vacancyName} en {string:group.0.displayName} foi aceptada. Únete ao teu novo grupo e comeza a gozar da música cos teus novos compañeiros",
296
+ "offer.select.applicant.title": "🎉 Solicitude de vacante aceptada"
295
297
  }
package/lang/pt.json CHANGED
@@ -291,5 +291,7 @@
291
291
  "theme.claim.update.text": "A partitura {instrument:extra.[instrumentId,customInstrumentName]} da obra “{string:extra.title}” foi adicionada.",
292
292
  "theme.claim.update.title": "Nova partitura {instrument:extra.[instrumentId,customInstrumentName]} foi adicionada",
293
293
  "offer.applicant.add.text": "{string:user.0.displayName} candidatou-se à vaga {string:extra.vacancyName} em {string:group.0.displayName}",
294
- "offer.applicant.add.title": "Nova candidatura à vaga"
294
+ "offer.applicant.add.title": "Nova candidatura à vaga",
295
+ "offer.select.applicant.text": "Parabéns! Sua solicitação para a vaga {string:extra.vacancyName} em {string:group.0.displayName} foi aceita. Junte-se ao seu novo grupo e comece a aproveitar a música com seus novos companheiros",
296
+ "offer.select.applicant.title": "🎉 Solicitação de vaga aceita"
295
297
  }
@@ -97,5 +97,6 @@ export declare enum NotificationActions {
97
97
  GroupOnboardingInvite = "group.onboarding.invite",
98
98
  GroupOnboardingDashboard = "group.onboarding.dashboard",
99
99
  GroupOnboardingEngagement = "group.onboarding.engagement",
100
- OfferApplicantAdd = "offer.applicant.add"
100
+ OfferApplicantAdd = "offer.applicant.add",
101
+ OfferSelectApplicant = "offer.select.applicant"
101
102
  }
@@ -95,4 +95,5 @@ var NotificationActions;
95
95
  NotificationActions["GroupOnboardingDashboard"] = "group.onboarding.dashboard";
96
96
  NotificationActions["GroupOnboardingEngagement"] = "group.onboarding.engagement";
97
97
  NotificationActions["OfferApplicantAdd"] = "offer.applicant.add";
98
+ NotificationActions["OfferSelectApplicant"] = "offer.select.applicant";
98
99
  })(NotificationActions = exports.NotificationActions || (exports.NotificationActions = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glissandoo/lib",
3
- "version": "1.92.1",
3
+ "version": "1.93.0",
4
4
  "description": "Glissandoo library js",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",