@scopieflows/app-assembled 0.1.1 → 0.1.4
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/package.json +6 -21
- package/src/index.d.ts +2 -1
- package/src/index.d.ts.map +1 -0
- package/src/index.js +2 -2
- package/src/index.js.map +1 -1
- package/src/lib/actions/add-shift.d.ts +8 -7
- package/src/lib/actions/add-shift.d.ts.map +1 -0
- package/src/lib/actions/add-shift.js +2 -2
- package/src/lib/actions/add-shift.js.map +1 -1
- package/src/lib/actions/custom-api-call.d.ts +12 -11
- package/src/lib/actions/custom-api-call.d.ts.map +1 -0
- package/src/lib/actions/custom-api-call.js +1 -1
- package/src/lib/actions/custom-api-call.js.map +1 -1
- package/src/lib/actions/custom-graphql.d.ts +4 -3
- package/src/lib/actions/custom-graphql.d.ts.map +1 -0
- package/src/lib/actions/custom-graphql.js +1 -1
- package/src/lib/actions/custom-graphql.js.map +1 -1
- package/src/lib/actions/delete-OOO.d.ts +3 -2
- package/src/lib/actions/delete-OOO.d.ts.map +1 -0
- package/src/lib/actions/delete-OOO.js +2 -2
- package/src/lib/actions/delete-OOO.js.map +1 -1
- package/src/lib/actions/get-user-schedule.d.ts +5 -4
- package/src/lib/actions/get-user-schedule.d.ts.map +1 -0
- package/src/lib/actions/get-user-schedule.js +2 -2
- package/src/lib/actions/get-user-schedule.js.map +1 -1
- package/src/lib/actions/ooo.d.ts +9 -8
- package/src/lib/actions/ooo.d.ts.map +1 -0
- package/src/lib/actions/ooo.js +2 -2
- package/src/lib/actions/ooo.js.map +1 -1
- package/src/lib/actions/update-OOO.d.ts +9 -8
- package/src/lib/actions/update-OOO.d.ts.map +1 -0
- package/src/lib/actions/update-OOO.js +2 -2
- package/src/lib/actions/update-OOO.js.map +1 -1
- package/src/lib/common/auth.d.ts +2 -1
- package/src/lib/common/auth.d.ts.map +1 -0
- package/src/lib/common/auth.js +1 -1
- package/src/lib/common/auth.js.map +1 -1
- package/src/lib/common/index.d.ts +3 -2
- package/src/lib/common/index.d.ts.map +1 -0
- package/src/lib/common/index.js +1 -1
- package/src/lib/common/index.js.map +1 -1
- package/src/lib/triggers/OOO-status-changed.d.ts +3 -2
- package/src/lib/triggers/OOO-status-changed.d.ts.map +1 -0
- package/src/lib/triggers/OOO-status-changed.js +2 -2
- package/src/lib/triggers/OOO-status-changed.js.map +1 -1
- package/src/lib/triggers/new-OOO-request.d.ts +3 -2
- package/src/lib/triggers/new-OOO-request.d.ts.map +1 -0
- package/src/lib/triggers/new-OOO-request.js +2 -2
- package/src/lib/triggers/new-OOO-request.js.map +1 -1
- package/src/lib/triggers/schedule-updated.d.ts +3 -2
- package/src/lib/triggers/schedule-updated.d.ts.map +1 -0
- package/src/lib/triggers/schedule-updated.js +2 -2
- package/src/lib/triggers/schedule-updated.js.map +1 -1
- package/README.md +0 -7
- package/src/i18n/de.json +0 -82
- package/src/i18n/es.json +0 -82
- package/src/i18n/fr.json +0 -82
- package/src/i18n/ja.json +0 -82
- package/src/i18n/nl.json +0 -82
- package/src/i18n/pt.json +0 -82
- package/src/i18n/translation.json +0 -82
- package/src/i18n/zh.json +0 -82
- package/test-endpoints.md +0 -35
package/src/i18n/de.json
DELETED
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Workforce management platform for scheduling and forecasting": "Personalverwaltungsplattform für Planung und Prognose",
|
|
3
|
-
"You can obtain API key by navigating to [Settings->API](https://app.assembledhq.com/settings/api) page.": "Sie können API-Schlüssel erhalten, indem Sie auf [Einstellungen->API](https://app.assembledhq.com/settings/api) navigieren.",
|
|
4
|
-
"Custom API Call": "Eigener API-Aufruf",
|
|
5
|
-
"Custom GraphQL": "Benutzerdefinierte GraphQL",
|
|
6
|
-
"Create OOO Request": "OOO-Anfrage erstellen",
|
|
7
|
-
"Add Shift on Assembled": "Umschicht bei Assembled hinzufügen",
|
|
8
|
-
"Update OOO Request": "OOO-Anfrage aktualisieren",
|
|
9
|
-
"Delete OOO Request": "OOO-Anfrage löschen",
|
|
10
|
-
"Make custom API calls to Assembled endpoints": "Eigene API-Aufrufe an zugewiesene Endpunkte tätigen",
|
|
11
|
-
"Perform a custom GraphQL query": "Benutzerdefinierte GraphQL-Abfrage ausführen",
|
|
12
|
-
"Create an Out of Office request in Assembled.": "Erstellen Sie eine Abwesenheitsanfrage in Assembled.",
|
|
13
|
-
"Add a new shift to a user's schedule in Assembled": "Fügen Sie einen neuen Schicht zum Zeitplan eines Benutzers in Assembled hinzu",
|
|
14
|
-
"Updates an existing OOO request.": "Aktualisiert eine bestehende OOO-Anfrage.",
|
|
15
|
-
"Cancel/delete a OOO request.": "OOO-Anfrage abbrechen/löschen.",
|
|
16
|
-
"Method": "Methode",
|
|
17
|
-
"Headers": "Kopfzeilen",
|
|
18
|
-
"Query Parameters": "Abfrageparameter",
|
|
19
|
-
"Body Type": "Körpertyp",
|
|
20
|
-
"Body": "Körper",
|
|
21
|
-
"Response is Binary ?": "Antwort ist binär?",
|
|
22
|
-
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
23
|
-
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
24
|
-
"Follow redirects": "Weiterleitungen folgen",
|
|
25
|
-
"Query": "Abfrage",
|
|
26
|
-
"Parameters": "Parameter",
|
|
27
|
-
"Mock Mode": "Mock-Modus",
|
|
28
|
-
"User ID": "Benutzer-ID",
|
|
29
|
-
"Start Date": "Startdatum",
|
|
30
|
-
"End Date": "Enddatum",
|
|
31
|
-
"Activity Type ID": "Aktivitätstyle-ID",
|
|
32
|
-
"All Day Event": "Ganztägige Veranstaltung",
|
|
33
|
-
"Reason": "Grund",
|
|
34
|
-
"Agent ID": "Agenten-ID",
|
|
35
|
-
"Start Time": "Startzeit",
|
|
36
|
-
"End Time": "Endzeit",
|
|
37
|
-
"Shift Type": "Schichtart",
|
|
38
|
-
"Notes": "Notizen",
|
|
39
|
-
"OOO ID": "OOO ID",
|
|
40
|
-
"Status": "Status",
|
|
41
|
-
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
42
|
-
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
43
|
-
"Use mock data for testing": "Verwende falsche Daten zum Testen",
|
|
44
|
-
"ID of the user requesting time off": "ID des Benutzers, der Time Off anfordert",
|
|
45
|
-
"Start date of the OOO period": "Startdatum des OOO-Zeitraums",
|
|
46
|
-
"End date of the OOO period": "Enddatum des OOO-Zeitraums",
|
|
47
|
-
"UUID of the activity type for time off (can be retrieved from activity types endpoints)": "UUID des Aktivitätstyps für ausgeschaltete Zeit (kann von Endpunkten der Aktivitätstypen abgerufen werden)",
|
|
48
|
-
"Whether this is an all-day OOO event": "Ob dies ein ganztägiger OOO-Event ist",
|
|
49
|
-
"Reason for the OOO request": "Grund für die OOO-Anfrage",
|
|
50
|
-
"Agent ID of the person to assign the shift to (use the agent_id field from /people endpoint, not the person id)": "Agent-ID der Person, der die Umschaltung zugewiesen werden soll (verwenden Sie das Feld agent_id vom /people Endpunkt, nicht die Person Id)",
|
|
51
|
-
"Start time of the shift": "Startzeit der Schicht",
|
|
52
|
-
"End time of the shift": "Endzeit der Schicht",
|
|
53
|
-
"Type of shift": "Schichtart",
|
|
54
|
-
"UUID of the activity type for this shift (get from /activity_types endpoint)": "UUID des Aktivitätstyps für diese Verschiebung (erhalten Sie von /activity_types Endpunkt)",
|
|
55
|
-
"Additional notes for the shift": "Zusätzliche Notizen für die Schicht",
|
|
56
|
-
"ID of the user for the time off request (required for creating new request)": "ID des Benutzers für die Time Off-Anfrage (erforderlich für das Erstellen einer neuen Anfrage)",
|
|
57
|
-
"UUID of the activity type for time off (required for creating new request)": "UUID des Aktivitätstyps für Time Off (erforderlich für das Erstellen einer neuen Anfrage)",
|
|
58
|
-
"GET": "ERHALTEN",
|
|
59
|
-
"POST": "POST",
|
|
60
|
-
"PATCH": "PATCH",
|
|
61
|
-
"PUT": "PUT",
|
|
62
|
-
"DELETE": "LÖSCHEN",
|
|
63
|
-
"HEAD": "HEAD",
|
|
64
|
-
"None": "Keine",
|
|
65
|
-
"JSON": "JSON",
|
|
66
|
-
"Form Data": "Formulardaten",
|
|
67
|
-
"Raw": "Rohe",
|
|
68
|
-
"Regular": "Normal",
|
|
69
|
-
"Overtime": "Überstunden",
|
|
70
|
-
"On-call": "Anruf",
|
|
71
|
-
"Training": "Training",
|
|
72
|
-
"Pending": "Ausstehend",
|
|
73
|
-
"Approved": "Genehmigt",
|
|
74
|
-
"Rejected": "Abgelehnt",
|
|
75
|
-
"Cancelled": "Abgebrochen",
|
|
76
|
-
"New OOO Request": "Neue OOO-Anfrage",
|
|
77
|
-
"OOO Status Changed": "OOO-Status geändert",
|
|
78
|
-
"Schedule Updated": "Zeitplan aktualisiert",
|
|
79
|
-
"Triggers when a new OOO request is created.": "Wird ausgelöst, wenn eine neue OOO-Anfrage erstellt wird.",
|
|
80
|
-
"Triggers on approval/rejection of OOO.": "Auslöser bei Genehmigung oder Ablehnung von OOO.",
|
|
81
|
-
"Triggers when user schedule is modified.": "Auslöser wenn Benutzerplan geändert wird."
|
|
82
|
-
}
|
package/src/i18n/es.json
DELETED
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Workforce management platform for scheduling and forecasting": "Plataforma de gestión de la fuerza laboral para programar y predecir",
|
|
3
|
-
"You can obtain API key by navigating to [Settings->API](https://app.assembledhq.com/settings/api) page.": "Puedes obtener la clave API navegando a la página [Ajustes->API](https://app.assembledhq.com/settings/api).",
|
|
4
|
-
"Custom API Call": "Llamada API personalizada",
|
|
5
|
-
"Custom GraphQL": "GraphQL personalizado",
|
|
6
|
-
"Create OOO Request": "Crear solicitud OOO",
|
|
7
|
-
"Add Shift on Assembled": "Añadir turno al ensamblado",
|
|
8
|
-
"Update OOO Request": "Actualizar solicitud OOO",
|
|
9
|
-
"Delete OOO Request": "Eliminar solicitud OOO",
|
|
10
|
-
"Make custom API calls to Assembled endpoints": "Hacer llamadas API personalizadas a los extremos ensamblados",
|
|
11
|
-
"Perform a custom GraphQL query": "Realizar una consulta GraphQL personalizada",
|
|
12
|
-
"Create an Out of Office request in Assembled.": "Crear una solicitud fuera de la oficina en Assemblbled.",
|
|
13
|
-
"Add a new shift to a user's schedule in Assembled": "Añadir un nuevo turno a la programación de un usuario en Assemblbled",
|
|
14
|
-
"Updates an existing OOO request.": "Actualiza una solicitud OOO existente.",
|
|
15
|
-
"Cancel/delete a OOO request.": "Cancelar/borrar una solicitud OOO.",
|
|
16
|
-
"Method": "Método",
|
|
17
|
-
"Headers": "Encabezados",
|
|
18
|
-
"Query Parameters": "Parámetros de consulta",
|
|
19
|
-
"Body Type": "Tipo de cuerpo",
|
|
20
|
-
"Body": "Cuerpo",
|
|
21
|
-
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
22
|
-
"No Error on Failure": "No hay ningún error en fallo",
|
|
23
|
-
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
24
|
-
"Follow redirects": "Seguir redirecciones",
|
|
25
|
-
"Query": "Consulta",
|
|
26
|
-
"Parameters": "Parámetros",
|
|
27
|
-
"Mock Mode": "Modo simulado",
|
|
28
|
-
"User ID": "ID Usuario",
|
|
29
|
-
"Start Date": "Fecha de inicio",
|
|
30
|
-
"End Date": "Fecha de fin",
|
|
31
|
-
"Activity Type ID": "Tipo de actividad ID",
|
|
32
|
-
"All Day Event": "Evento de todo el día",
|
|
33
|
-
"Reason": "Razón",
|
|
34
|
-
"Agent ID": "ID del agente",
|
|
35
|
-
"Start Time": "Hora de inicio",
|
|
36
|
-
"End Time": "Hora de fin",
|
|
37
|
-
"Shift Type": "Tipo de cambio",
|
|
38
|
-
"Notes": "Notas",
|
|
39
|
-
"OOO ID": "OOO ID",
|
|
40
|
-
"Status": "Estado",
|
|
41
|
-
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
42
|
-
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
43
|
-
"Use mock data for testing": "Usar datos de simulación para probar",
|
|
44
|
-
"ID of the user requesting time off": "ID del usuario que solicita tiempo libre",
|
|
45
|
-
"Start date of the OOO period": "Fecha de inicio del período OOO",
|
|
46
|
-
"End date of the OOO period": "Fecha de fin del período OOO",
|
|
47
|
-
"UUID of the activity type for time off (can be retrieved from activity types endpoints)": "UUID del tipo de actividad por tiempo libre (se puede recuperar de los puntos finales de tipos de actividades)",
|
|
48
|
-
"Whether this is an all-day OOO event": "Si este es un evento OOO de todo el día",
|
|
49
|
-
"Reason for the OOO request": "Motivo de la solicitud OOO",
|
|
50
|
-
"Agent ID of the person to assign the shift to (use the agent_id field from /people endpoint, not the person id)": "ID del agente de la persona a la que asignar el turno (utilice el campo agent_id del endpoint /people, no el id de la persona)",
|
|
51
|
-
"Start time of the shift": "Hora de inicio del cambio",
|
|
52
|
-
"End time of the shift": "Hora de fin del cambio",
|
|
53
|
-
"Type of shift": "Tipo de cambio",
|
|
54
|
-
"UUID of the activity type for this shift (get from /activity_types endpoint)": "UUID del tipo de actividad para este turno (obtener de /activity_types endpoint)",
|
|
55
|
-
"Additional notes for the shift": "Notas adicionales para el cambio",
|
|
56
|
-
"ID of the user for the time off request (required for creating new request)": "ID del usuario para la solicitud de tiempo ausente (requerido para crear una nueva solicitud)",
|
|
57
|
-
"UUID of the activity type for time off (required for creating new request)": "UUID del tipo de actividad por tiempo libre (requerido para crear una nueva solicitud)",
|
|
58
|
-
"GET": "RECOGER",
|
|
59
|
-
"POST": "POST",
|
|
60
|
-
"PATCH": "PATCH",
|
|
61
|
-
"PUT": "PUT",
|
|
62
|
-
"DELETE": "BORRAR",
|
|
63
|
-
"HEAD": "LIMPIO",
|
|
64
|
-
"None": "Ninguna",
|
|
65
|
-
"JSON": "JSON",
|
|
66
|
-
"Form Data": "Datos de Formulario",
|
|
67
|
-
"Raw": "Rápido",
|
|
68
|
-
"Regular": "Regular",
|
|
69
|
-
"Overtime": "Extraño",
|
|
70
|
-
"On-call": "On-call",
|
|
71
|
-
"Training": "Entrenamiento",
|
|
72
|
-
"Pending": "Pendiente",
|
|
73
|
-
"Approved": "Aprobado",
|
|
74
|
-
"Rejected": "Rechazado",
|
|
75
|
-
"Cancelled": "Cancelado",
|
|
76
|
-
"New OOO Request": "Nueva solicitud OOO",
|
|
77
|
-
"OOO Status Changed": "Estado de OOO cambiado",
|
|
78
|
-
"Schedule Updated": "Programación actualizada",
|
|
79
|
-
"Triggers when a new OOO request is created.": "Dispara cuando se crea una nueva solicitud OOO.",
|
|
80
|
-
"Triggers on approval/rejection of OOO.": "Desencadenadores sobre aprobación/rechazo de OOO.",
|
|
81
|
-
"Triggers when user schedule is modified.": "Dispara cuando se modifica la programación del usuario."
|
|
82
|
-
}
|
package/src/i18n/fr.json
DELETED
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Workforce management platform for scheduling and forecasting": "Plateforme de gestion des effectifs pour la planification et la prévision",
|
|
3
|
-
"You can obtain API key by navigating to [Settings->API](https://app.assembledhq.com/settings/api) page.": "Vous pouvez obtenir la clé API en accédant à la page [Paramètres->API](https://app.assembledhq.com/settings/api).",
|
|
4
|
-
"Custom API Call": "Appel d'API personnalisé",
|
|
5
|
-
"Custom GraphQL": "GraphQL personnalisé",
|
|
6
|
-
"Create OOO Request": "Créer une requête OOO",
|
|
7
|
-
"Add Shift on Assembled": "Ajouter Maj sur Assemblé",
|
|
8
|
-
"Update OOO Request": "Mettre à jour la requête OOO",
|
|
9
|
-
"Delete OOO Request": "Supprimer la requête OOO",
|
|
10
|
-
"Make custom API calls to Assembled endpoints": "Passer des appels API personnalisés vers des points de terminaison assemblés",
|
|
11
|
-
"Perform a custom GraphQL query": "Effectuer une requête GraphQL personnalisée",
|
|
12
|
-
"Create an Out of Office request in Assembled.": "Créez une demande hors bureau dans Assembled.",
|
|
13
|
-
"Add a new shift to a user's schedule in Assembled": "Ajouter un nouveau poste à l'horaire d'un utilisateur dans Assembled",
|
|
14
|
-
"Updates an existing OOO request.": "Met à jour une requête OOO existante.",
|
|
15
|
-
"Cancel/delete a OOO request.": "Annuler/supprimer une requête OOO.",
|
|
16
|
-
"Method": "Méthode",
|
|
17
|
-
"Headers": "Headers",
|
|
18
|
-
"Query Parameters": "Paramètres de requête",
|
|
19
|
-
"Body Type": "Body Type",
|
|
20
|
-
"Body": "Body",
|
|
21
|
-
"Response is Binary ?": "La réponse est Binaire ?",
|
|
22
|
-
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
23
|
-
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
24
|
-
"Follow redirects": "Suivre les redirections",
|
|
25
|
-
"Query": "Requête",
|
|
26
|
-
"Parameters": "Paramètres",
|
|
27
|
-
"Mock Mode": "Mode fiction",
|
|
28
|
-
"User ID": "Identifiant de l'utilisateur",
|
|
29
|
-
"Start Date": "Date de début",
|
|
30
|
-
"End Date": "Date de fin",
|
|
31
|
-
"Activity Type ID": "ID du type d'activité",
|
|
32
|
-
"All Day Event": "Evénement de toute la journée",
|
|
33
|
-
"Reason": "Raison",
|
|
34
|
-
"Agent ID": "ID de l'agent",
|
|
35
|
-
"Start Time": "Start Time",
|
|
36
|
-
"End Time": "Heure de fin",
|
|
37
|
-
"Shift Type": "Type de Maj",
|
|
38
|
-
"Notes": "Notes",
|
|
39
|
-
"OOO ID": "OOO ID",
|
|
40
|
-
"Status": "Statut",
|
|
41
|
-
"Authorization headers are injected automatically from your connection.": "Les headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
42
|
-
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
43
|
-
"Use mock data for testing": "Utiliser les données fictives pour les tests",
|
|
44
|
-
"ID of the user requesting time off": "ID de l'utilisateur qui demande une interruption",
|
|
45
|
-
"Start date of the OOO period": "Date de début de la période OOO",
|
|
46
|
-
"End date of the OOO period": "Date de fin de la période OOO",
|
|
47
|
-
"UUID of the activity type for time off (can be retrieved from activity types endpoints)": "UUID du type d'activité pour l'interruption (peut être récupéré à partir des points de terminaison des types d'activité)",
|
|
48
|
-
"Whether this is an all-day OOO event": "Si c'est un événement OOO toute la journée",
|
|
49
|
-
"Reason for the OOO request": "Raison de la requête OOO",
|
|
50
|
-
"Agent ID of the person to assign the shift to (use the agent_id field from /people endpoint, not the person id)": "ID de l'agent de la personne à assigner le changement (utilisez le champ agent_id depuis /people endpoint, pas l'id de la personne)",
|
|
51
|
-
"Start time of the shift": "Heure de début du décalage",
|
|
52
|
-
"End time of the shift": "Heure de fin du décalage",
|
|
53
|
-
"Type of shift": "Type de décalage",
|
|
54
|
-
"UUID of the activity type for this shift (get from /activity_types endpoint)": "UUID du type d'activité pour ce décalage (obtenu depuis le point de terminaison /activity_types)",
|
|
55
|
-
"Additional notes for the shift": "Notes supplémentaires pour le décalage",
|
|
56
|
-
"ID of the user for the time off request (required for creating new request)": "ID de l'utilisateur pour la demande de temps d'arrêt (requis pour créer une nouvelle requête)",
|
|
57
|
-
"UUID of the activity type for time off (required for creating new request)": "UUID du type d'activité pour le congé (requis pour créer une nouvelle requête)",
|
|
58
|
-
"GET": "GET",
|
|
59
|
-
"POST": "POST",
|
|
60
|
-
"PATCH": "PATCH",
|
|
61
|
-
"PUT": "PUT",
|
|
62
|
-
"DELETE": "DELETE",
|
|
63
|
-
"HEAD": "HEAD",
|
|
64
|
-
"None": "Aucun",
|
|
65
|
-
"JSON": "JSON",
|
|
66
|
-
"Form Data": "Données du formulaire",
|
|
67
|
-
"Raw": "Brut",
|
|
68
|
-
"Regular": "Régulièrement",
|
|
69
|
-
"Overtime": "Délai supplémentaire",
|
|
70
|
-
"On-call": "Appel en cours",
|
|
71
|
-
"Training": "Entrainement",
|
|
72
|
-
"Pending": "En attente",
|
|
73
|
-
"Approved": "Approuvé",
|
|
74
|
-
"Rejected": "Rejeté",
|
|
75
|
-
"Cancelled": "Annulé",
|
|
76
|
-
"New OOO Request": "Nouvelle requête OOO",
|
|
77
|
-
"OOO Status Changed": "Statut OOO modifié",
|
|
78
|
-
"Schedule Updated": "Horaire mis à jour",
|
|
79
|
-
"Triggers when a new OOO request is created.": "Déclenche quand une nouvelle requête OOO est créée.",
|
|
80
|
-
"Triggers on approval/rejection of OOO.": "Déclenche sur approbation/rejet d'OOO.",
|
|
81
|
-
"Triggers when user schedule is modified.": "Déclenche lorsque l'horaire de l'utilisateur est modifié."
|
|
82
|
-
}
|
package/src/i18n/ja.json
DELETED
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Workforce management platform for scheduling and forecasting": "スケジューリングと予測のための労働力管理プラットフォーム",
|
|
3
|
-
"You can obtain API key by navigating to [Settings->API](https://app.assembledhq.com/settings/api) page.": "[Settings->API](https://app.assembledhq.com/settings/apiページ) に移動して、API キーを取得できます。",
|
|
4
|
-
"Custom API Call": "カスタムAPI通話",
|
|
5
|
-
"Custom GraphQL": "カスタムGraphQL",
|
|
6
|
-
"Create OOO Request": "OOO リクエストを作成",
|
|
7
|
-
"Add Shift on Assembled": "シフトをアセンブリに追加",
|
|
8
|
-
"Update OOO Request": "OOOリクエストを更新",
|
|
9
|
-
"Delete OOO Request": "OOO リクエストを削除",
|
|
10
|
-
"Make custom API calls to Assembled endpoints": "アセンブルされたエンドポイントにカスタム API コールを実行する",
|
|
11
|
-
"Perform a custom GraphQL query": "カスタム GraphQL クエリを実行します",
|
|
12
|
-
"Create an Out of Office request in Assembled.": "AssembledでOfficeアウトリクエストを作成します。",
|
|
13
|
-
"Add a new shift to a user's schedule in Assembled": "アセンブリでユーザーのスケジュールに新しいシフトを追加します。",
|
|
14
|
-
"Updates an existing OOO request.": "既存の OOO リクエストを更新します。",
|
|
15
|
-
"Cancel/delete a OOO request.": "OOO リクエストをキャンセル/削除します。",
|
|
16
|
-
"Method": "方法",
|
|
17
|
-
"Headers": "ヘッダー",
|
|
18
|
-
"Query Parameters": "クエリパラメータ",
|
|
19
|
-
"Body Type": "ボディタイプ",
|
|
20
|
-
"Body": "本文",
|
|
21
|
-
"Response is Binary ?": "応答はバイナリですか?",
|
|
22
|
-
"No Error on Failure": "失敗時にエラーはありません",
|
|
23
|
-
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
24
|
-
"Follow redirects": "リダイレクトをフォローする",
|
|
25
|
-
"Query": "クエリ",
|
|
26
|
-
"Parameters": "パラメータ",
|
|
27
|
-
"Mock Mode": "モックモード",
|
|
28
|
-
"User ID": "ユーザー ID",
|
|
29
|
-
"Start Date": "開始日",
|
|
30
|
-
"End Date": "終了日",
|
|
31
|
-
"Activity Type ID": "アクティビティタイプID",
|
|
32
|
-
"All Day Event": "終日イベント",
|
|
33
|
-
"Reason": "理由:",
|
|
34
|
-
"Agent ID": "エージェントID",
|
|
35
|
-
"Start Time": "開始時刻",
|
|
36
|
-
"End Time": "終了時刻",
|
|
37
|
-
"Shift Type": "シフトタイプ",
|
|
38
|
-
"Notes": "メモ",
|
|
39
|
-
"OOO ID": "OOO ID",
|
|
40
|
-
"Status": "Status",
|
|
41
|
-
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
42
|
-
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
43
|
-
"Use mock data for testing": "テストにモックデータを使用",
|
|
44
|
-
"ID of the user requesting time off": "ユーザーの ID が時間オフを要求しています",
|
|
45
|
-
"Start date of the OOO period": "OOO期間の開始日",
|
|
46
|
-
"End date of the OOO period": "OOO期間の終了日",
|
|
47
|
-
"UUID of the activity type for time off (can be retrieved from activity types endpoints)": "時間切れのアクティビティタイプのUUID(アクティビティタイプのエンドポイントから取得可能)",
|
|
48
|
-
"Whether this is an all-day OOO event": "これが終日OOOイベントであるかどうか",
|
|
49
|
-
"Reason for the OOO request": "OOOリクエストの理由",
|
|
50
|
-
"Agent ID of the person to assign the shift to (use the agent_id field from /people endpoint, not the person id)": "シフトを割り当てる担当者のエージェントID(個人IDではなく/personエンドポイントからagent_idフィールドを使用)",
|
|
51
|
-
"Start time of the shift": "シフトの開始時刻",
|
|
52
|
-
"End time of the shift": "シフトの終了時間",
|
|
53
|
-
"Type of shift": "シフトの種類",
|
|
54
|
-
"UUID of the activity type for this shift (get from /activity_types endpoint)": "このシフトのアクティビティタイプの UUID (/activity_types エンドポイントから取得)",
|
|
55
|
-
"Additional notes for the shift": "シフトの追加ノート",
|
|
56
|
-
"ID of the user for the time off request (required for creating new request)": "期間オフリクエストのユーザーID(新規リクエストの作成に必要)",
|
|
57
|
-
"UUID of the activity type for time off (required for creating new request)": "時間切れのアクティビティタイプの UUID (新しいリクエストを作成するために必要)",
|
|
58
|
-
"GET": "取得",
|
|
59
|
-
"POST": "POST",
|
|
60
|
-
"PATCH": "PATCH",
|
|
61
|
-
"PUT": "PUT",
|
|
62
|
-
"DELETE": "削除",
|
|
63
|
-
"HEAD": "頭",
|
|
64
|
-
"None": "なし",
|
|
65
|
-
"JSON": "JSON",
|
|
66
|
-
"Form Data": "フォームデータ",
|
|
67
|
-
"Raw": "Raw",
|
|
68
|
-
"Regular": "標準",
|
|
69
|
-
"Overtime": "残業時間",
|
|
70
|
-
"On-call": "通話中",
|
|
71
|
-
"Training": "トレーニング",
|
|
72
|
-
"Pending": "処理待ち",
|
|
73
|
-
"Approved": "承認済み",
|
|
74
|
-
"Rejected": "拒否",
|
|
75
|
-
"Cancelled": "キャンセルしました",
|
|
76
|
-
"New OOO Request": "新しいOOOリクエスト",
|
|
77
|
-
"OOO Status Changed": "OOO ステータスが変更されました",
|
|
78
|
-
"Schedule Updated": "スケジュールが更新されました",
|
|
79
|
-
"Triggers when a new OOO request is created.": "新しい OOO リクエストが作成されたときにトリガーします。",
|
|
80
|
-
"Triggers on approval/rejection of OOO.": "OOOの承認/拒否をトリガーします。",
|
|
81
|
-
"Triggers when user schedule is modified.": "ユーザーのスケジュールが変更されたときにトリガーします。"
|
|
82
|
-
}
|
package/src/i18n/nl.json
DELETED
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Workforce management platform for scheduling and forecasting": "Werknemersbeheer platform voor planning en voorspellingen",
|
|
3
|
-
"You can obtain API key by navigating to [Settings->API](https://app.assembledhq.com/settings/api) page.": "U kunt API-sleutel verkrijgen door te navigeren naar de [Instellingen->API](https://app.assembledhq.com/settings/api) pagina.",
|
|
4
|
-
"Custom API Call": "Custom API Call",
|
|
5
|
-
"Custom GraphQL": "Aangepaste GraphQL",
|
|
6
|
-
"Create OOO Request": "OOO-verzoek maken",
|
|
7
|
-
"Add Shift on Assembled": "Voeg Shift toe op Assemblee",
|
|
8
|
-
"Update OOO Request": "OOOO-verzoek bijwerken",
|
|
9
|
-
"Delete OOO Request": "OOOO-verzoek verwijderen",
|
|
10
|
-
"Make custom API calls to Assembled endpoints": "Aangepaste API-aanroepen naar samengestelde eindpunten",
|
|
11
|
-
"Perform a custom GraphQL query": "Een aangepaste GraphQL query uitvoeren",
|
|
12
|
-
"Create an Out of Office request in Assembled.": "Maak een \"Geen kantoor”-verzoek aan in de Buurderij.",
|
|
13
|
-
"Add a new shift to a user's schedule in Assembled": "Voeg een nieuwe dienst toe aan het schema van een gebruiker in de Buurderij",
|
|
14
|
-
"Updates an existing OOO request.": "Werkt een bestaand OOOO-verzoek bij.",
|
|
15
|
-
"Cancel/delete a OOO request.": "Annuleren/verwijderen van een OOO-verzoek.",
|
|
16
|
-
"Method": "Methode",
|
|
17
|
-
"Headers": "Kopteksten",
|
|
18
|
-
"Query Parameters": "Query parameters",
|
|
19
|
-
"Body Type": "Type lichaam",
|
|
20
|
-
"Body": "Lichaam",
|
|
21
|
-
"Response is Binary ?": "Antwoord is binair?",
|
|
22
|
-
"No Error on Failure": "Geen fout bij fout",
|
|
23
|
-
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
24
|
-
"Follow redirects": "Volg omleidingen",
|
|
25
|
-
"Query": "Zoekopdracht",
|
|
26
|
-
"Parameters": "Parameters",
|
|
27
|
-
"Mock Mode": "Modus nekken",
|
|
28
|
-
"User ID": "Gebruiker ID",
|
|
29
|
-
"Start Date": "Start datum",
|
|
30
|
-
"End Date": "Eind datum",
|
|
31
|
-
"Activity Type ID": "Activiteit type ID",
|
|
32
|
-
"All Day Event": "Hele Dag Evenement",
|
|
33
|
-
"Reason": "Reden",
|
|
34
|
-
"Agent ID": "Agent ID",
|
|
35
|
-
"Start Time": "Starttijd",
|
|
36
|
-
"End Time": "Eind Tijd",
|
|
37
|
-
"Shift Type": "Shift Type",
|
|
38
|
-
"Notes": "Opmerkingen",
|
|
39
|
-
"OOO ID": "OOO ID",
|
|
40
|
-
"Status": "status",
|
|
41
|
-
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
42
|
-
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
43
|
-
"Use mock data for testing": "nepgegevens gebruiken voor testen",
|
|
44
|
-
"ID of the user requesting time off": "ID van de aanvraagtijd van de gebruiker",
|
|
45
|
-
"Start date of the OOO period": "Startdatum van de OOO periode",
|
|
46
|
-
"End date of the OOO period": "Einddatum van de OOO periode",
|
|
47
|
-
"UUID of the activity type for time off (can be retrieved from activity types endpoints)": "UUID van het activiteitstype voor uitschakeling (kan worden opgehaald van activiteitstypen eindpunten)",
|
|
48
|
-
"Whether this is an all-day OOO event": "Of dit een alledaags OOO-evenement is",
|
|
49
|
-
"Reason for the OOO request": "Reden voor het OOO-verzoek",
|
|
50
|
-
"Agent ID of the person to assign the shift to (use the agent_id field from /people endpoint, not the person id)": "Agent ID van de persoon waaraan de dienst moet worden toegewezen (gebruik het agent_id veld van /people endpoint, niet de persoon id)",
|
|
51
|
-
"Start time of the shift": "Start tijd van dienst",
|
|
52
|
-
"End time of the shift": "Eindtijd van de dienst",
|
|
53
|
-
"Type of shift": "Soort dienst",
|
|
54
|
-
"UUID of the activity type for this shift (get from /activity_types endpoint)": "UUID van het activiteitstype voor deze verschuiving (haal van /activity_types eindpunt)",
|
|
55
|
-
"Additional notes for the shift": "Aanvullende notities voor de dienst",
|
|
56
|
-
"ID of the user for the time off request (required for creating new request)": "ID van de gebruiker voor de 'time-off aanvraag' (vereist voor het maken van een nieuwe aanvraag)",
|
|
57
|
-
"UUID of the activity type for time off (required for creating new request)": "UUID van het activiteitstype voor time-off (vereist voor het maken van nieuwe aanvraag)",
|
|
58
|
-
"GET": "KRIJG",
|
|
59
|
-
"POST": "POSTE",
|
|
60
|
-
"PATCH": "BEKIJK",
|
|
61
|
-
"PUT": "PUT",
|
|
62
|
-
"DELETE": "VERWIJDEREN",
|
|
63
|
-
"HEAD": "HOOFD",
|
|
64
|
-
"None": "geen",
|
|
65
|
-
"JSON": "JSON",
|
|
66
|
-
"Form Data": "Formulieren gegevens",
|
|
67
|
-
"Raw": "Onbewerkte",
|
|
68
|
-
"Regular": "Normaal",
|
|
69
|
-
"Overtime": "Overtijd",
|
|
70
|
-
"On-call": "Actieve oproep",
|
|
71
|
-
"Training": "Opleiding",
|
|
72
|
-
"Pending": "In behandeling",
|
|
73
|
-
"Approved": "Goedgekeurd",
|
|
74
|
-
"Rejected": "Geweigerd",
|
|
75
|
-
"Cancelled": "Geannuleerd",
|
|
76
|
-
"New OOO Request": "Nieuw OOOO-verzoek",
|
|
77
|
-
"OOO Status Changed": "OOO status veranderd",
|
|
78
|
-
"Schedule Updated": "Schema bijgewerkt",
|
|
79
|
-
"Triggers when a new OOO request is created.": "Triggert wanneer een nieuw OOOO-verzoek wordt aangemaakt.",
|
|
80
|
-
"Triggers on approval/rejection of OOO.": "Triggers bij goedkeuring/afwijzing van OO.",
|
|
81
|
-
"Triggers when user schedule is modified.": "Triggert wanneer het gebruikersschema is gewijzigd."
|
|
82
|
-
}
|
package/src/i18n/pt.json
DELETED
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Workforce management platform for scheduling and forecasting": "Plataforma de gerenciamento da força de trabalho para agendamento e previsão",
|
|
3
|
-
"You can obtain API key by navigating to [Settings->API](https://app.assembledhq.com/settings/api) page.": "Você pode obter a chave de API navegando em [Configurações->API](https://app.assembledhq.com/settings/api) página.",
|
|
4
|
-
"Custom API Call": "Chamada de API personalizada",
|
|
5
|
-
"Custom GraphQL": "Gráfico personalizado",
|
|
6
|
-
"Create OOO Request": "Criar solicitação OOO",
|
|
7
|
-
"Add Shift on Assembled": "Adicionar Shift no Montador",
|
|
8
|
-
"Update OOO Request": "Atualizar solicitação OOO",
|
|
9
|
-
"Delete OOO Request": "Excluir Pedido OOOO",
|
|
10
|
-
"Make custom API calls to Assembled endpoints": "Fazer chamadas personalizadas de API para pontos de extremidade Assembled",
|
|
11
|
-
"Perform a custom GraphQL query": "Executar uma consulta personalizada do GraphQL",
|
|
12
|
-
"Create an Out of Office request in Assembled.": "Crie uma solicitação de Fora do Escritório no montado.",
|
|
13
|
-
"Add a new shift to a user's schedule in Assembled": "Adicionar uma nova mudança à agenda de um usuário no Montado",
|
|
14
|
-
"Updates an existing OOO request.": "Atualiza uma solicitação OOO existente.",
|
|
15
|
-
"Cancel/delete a OOO request.": "Cancelar/excluir uma solicitação OO.",
|
|
16
|
-
"Method": "Método",
|
|
17
|
-
"Headers": "Cabeçalhos",
|
|
18
|
-
"Query Parameters": "Parâmetros da consulta",
|
|
19
|
-
"Body Type": "Tipo de Corpo",
|
|
20
|
-
"Body": "Conteúdo",
|
|
21
|
-
"Response is Binary ?": "A resposta é binária ?",
|
|
22
|
-
"No Error on Failure": "Nenhum erro no Failure",
|
|
23
|
-
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
24
|
-
"Follow redirects": "Seguir redirecionamentos",
|
|
25
|
-
"Query": "Requisição",
|
|
26
|
-
"Parameters": "Parâmetros",
|
|
27
|
-
"Mock Mode": "Modo de Simulação",
|
|
28
|
-
"User ID": "ID de usuário",
|
|
29
|
-
"Start Date": "Data Inicial",
|
|
30
|
-
"End Date": "Data de Término",
|
|
31
|
-
"Activity Type ID": "ID Tipo de Atividade",
|
|
32
|
-
"All Day Event": "Evento de dia inteiro",
|
|
33
|
-
"Reason": "Motivo",
|
|
34
|
-
"Agent ID": "ID representante",
|
|
35
|
-
"Start Time": "Hora de início",
|
|
36
|
-
"End Time": "Hora de término",
|
|
37
|
-
"Shift Type": "Tipo de turno",
|
|
38
|
-
"Notes": "Observações",
|
|
39
|
-
"OOO ID": "OOO ID",
|
|
40
|
-
"Status": "Estado",
|
|
41
|
-
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
42
|
-
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
43
|
-
"Use mock data for testing": "Usar dados fictícios para teste",
|
|
44
|
-
"ID of the user requesting time off": "ID do usuário que solicitou tempo de desconto",
|
|
45
|
-
"Start date of the OOO period": "Data de início do período OOO",
|
|
46
|
-
"End date of the OOO period": "Data de término do período OO",
|
|
47
|
-
"UUID of the activity type for time off (can be retrieved from activity types endpoints)": "UUID do tipo de atividade para desligar o tempo (pode ser recuperado a partir de pontos de extremidade do tipo de atividade)",
|
|
48
|
-
"Whether this is an all-day OOO event": "Se este é um evento OOO de todos os dias",
|
|
49
|
-
"Reason for the OOO request": "Motivo da solicitação OOO",
|
|
50
|
-
"Agent ID of the person to assign the shift to (use the agent_id field from /people endpoint, not the person id)": "ID do representante da pessoa para atribuir o turno para (use o campo agent_id de /people endpoint, não a pessoa id)",
|
|
51
|
-
"Start time of the shift": "Hora de início do turno",
|
|
52
|
-
"End time of the shift": "Hora de término do turno",
|
|
53
|
-
"Type of shift": "Tipo de turno",
|
|
54
|
-
"UUID of the activity type for this shift (get from /activity_types endpoint)": "UUID do tipo de atividade para este turno (obtenha ponto de extremidade /activity_types)",
|
|
55
|
-
"Additional notes for the shift": "Notas adicionais para o turno",
|
|
56
|
-
"ID of the user for the time off request (required for creating new request)": "ID do usuário para a solicitação de pausa (necessário para criar nova solicitação)",
|
|
57
|
-
"UUID of the activity type for time off (required for creating new request)": "UUID do tipo de atividade para desligar o tempo (necessário para criar nova solicitação)",
|
|
58
|
-
"GET": "OBTER",
|
|
59
|
-
"POST": "POSTAR",
|
|
60
|
-
"PATCH": "COMPRAR",
|
|
61
|
-
"PUT": "COLOCAR",
|
|
62
|
-
"DELETE": "EXCLUIR",
|
|
63
|
-
"HEAD": "CABEÇA",
|
|
64
|
-
"None": "Nenhuma",
|
|
65
|
-
"JSON": "JSON",
|
|
66
|
-
"Form Data": "Dados de Formulário",
|
|
67
|
-
"Raw": "RAW",
|
|
68
|
-
"Regular": "Padrão",
|
|
69
|
-
"Overtime": "Tempo Exterior",
|
|
70
|
-
"On-call": "Ligação",
|
|
71
|
-
"Training": "Treino",
|
|
72
|
-
"Pending": "Pendente",
|
|
73
|
-
"Approved": "Aceito",
|
|
74
|
-
"Rejected": "Rejeitados",
|
|
75
|
-
"Cancelled": "Cancelado",
|
|
76
|
-
"New OOO Request": "Nova solicitação OOO",
|
|
77
|
-
"OOO Status Changed": "Estado OOO Alterado",
|
|
78
|
-
"Schedule Updated": "Programação Atualizada",
|
|
79
|
-
"Triggers when a new OOO request is created.": "Aciona quando uma nova solicitação OOO é criada.",
|
|
80
|
-
"Triggers on approval/rejection of OOO.": "Disparadores na aprovação/rejeição de OO.",
|
|
81
|
-
"Triggers when user schedule is modified.": "Dispara quando o agendamento do usuário é modificado."
|
|
82
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Workforce management platform for scheduling and forecasting": "Workforce management platform for scheduling and forecasting",
|
|
3
|
-
"You can obtain API key by navigating to [Settings->API](https://app.assembledhq.com/settings/api) page.": "You can obtain API key by navigating to [Settings->API](https://app.assembledhq.com/settings/api) page.",
|
|
4
|
-
"Custom API Call": "Custom API Call",
|
|
5
|
-
"Custom GraphQL": "Custom GraphQL",
|
|
6
|
-
"Create OOO Request": "Create OOO Request",
|
|
7
|
-
"Add Shift on Assembled": "Add Shift on Assembled",
|
|
8
|
-
"Update OOO Request": "Update OOO Request",
|
|
9
|
-
"Delete OOO Request": "Delete OOO Request",
|
|
10
|
-
"Make custom API calls to Assembled endpoints": "Make custom API calls to Assembled endpoints",
|
|
11
|
-
"Perform a custom GraphQL query": "Perform a custom GraphQL query",
|
|
12
|
-
"Create an Out of Office request in Assembled.": "Create an Out of Office request in Assembled.",
|
|
13
|
-
"Add a new shift to a user's schedule in Assembled": "Add a new shift to a user's schedule in Assembled",
|
|
14
|
-
"Updates an existing OOO request.": "Updates an existing OOO request.",
|
|
15
|
-
"Cancel/delete a OOO request.": "Cancel/delete a OOO request.",
|
|
16
|
-
"Method": "Method",
|
|
17
|
-
"Headers": "Headers",
|
|
18
|
-
"Query Parameters": "Query Parameters",
|
|
19
|
-
"Body Type": "Body Type",
|
|
20
|
-
"Body": "Body",
|
|
21
|
-
"Response is Binary ?": "Response is Binary ?",
|
|
22
|
-
"No Error on Failure": "No Error on Failure",
|
|
23
|
-
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
24
|
-
"Follow redirects": "Follow redirects",
|
|
25
|
-
"Query": "Query",
|
|
26
|
-
"Parameters": "Parameters",
|
|
27
|
-
"Mock Mode": "Mock Mode",
|
|
28
|
-
"User ID": "User ID",
|
|
29
|
-
"Start Date": "Start Date",
|
|
30
|
-
"End Date": "End Date",
|
|
31
|
-
"Activity Type ID": "Activity Type ID",
|
|
32
|
-
"All Day Event": "All Day Event",
|
|
33
|
-
"Reason": "Reason",
|
|
34
|
-
"Agent ID": "Agent ID",
|
|
35
|
-
"Start Time": "Start Time",
|
|
36
|
-
"End Time": "End Time",
|
|
37
|
-
"Shift Type": "Shift Type",
|
|
38
|
-
"Notes": "Notes",
|
|
39
|
-
"OOO ID": "OOO ID",
|
|
40
|
-
"Status": "Status",
|
|
41
|
-
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
42
|
-
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
43
|
-
"Use mock data for testing": "Use mock data for testing",
|
|
44
|
-
"ID of the user requesting time off": "ID of the user requesting time off",
|
|
45
|
-
"Start date of the OOO period": "Start date of the OOO period",
|
|
46
|
-
"End date of the OOO period": "End date of the OOO period",
|
|
47
|
-
"UUID of the activity type for time off (can be retrieved from activity types endpoints)": "UUID of the activity type for time off (can be retrieved from activity types endpoints)",
|
|
48
|
-
"Whether this is an all-day OOO event": "Whether this is an all-day OOO event",
|
|
49
|
-
"Reason for the OOO request": "Reason for the OOO request",
|
|
50
|
-
"Agent ID of the person to assign the shift to (use the agent_id field from /people endpoint, not the person id)": "Agent ID of the person to assign the shift to (use the agent_id field from /people endpoint, not the person id)",
|
|
51
|
-
"Start time of the shift": "Start time of the shift",
|
|
52
|
-
"End time of the shift": "End time of the shift",
|
|
53
|
-
"Type of shift": "Type of shift",
|
|
54
|
-
"UUID of the activity type for this shift (get from /activity_types endpoint)": "UUID of the activity type for this shift (get from /activity_types endpoint)",
|
|
55
|
-
"Additional notes for the shift": "Additional notes for the shift",
|
|
56
|
-
"ID of the user for the time off request (required for creating new request)": "ID of the user for the time off request (required for creating new request)",
|
|
57
|
-
"UUID of the activity type for time off (required for creating new request)": "UUID of the activity type for time off (required for creating new request)",
|
|
58
|
-
"GET": "GET",
|
|
59
|
-
"POST": "POST",
|
|
60
|
-
"PATCH": "PATCH",
|
|
61
|
-
"PUT": "PUT",
|
|
62
|
-
"DELETE": "DELETE",
|
|
63
|
-
"HEAD": "HEAD",
|
|
64
|
-
"None": "None",
|
|
65
|
-
"JSON": "JSON",
|
|
66
|
-
"Form Data": "Form Data",
|
|
67
|
-
"Raw": "Raw",
|
|
68
|
-
"Regular": "Regular",
|
|
69
|
-
"Overtime": "Overtime",
|
|
70
|
-
"On-call": "On-call",
|
|
71
|
-
"Training": "Training",
|
|
72
|
-
"Pending": "Pending",
|
|
73
|
-
"Approved": "Approved",
|
|
74
|
-
"Rejected": "Rejected",
|
|
75
|
-
"Cancelled": "Cancelled",
|
|
76
|
-
"New OOO Request": "New OOO Request",
|
|
77
|
-
"OOO Status Changed": "OOO Status Changed",
|
|
78
|
-
"Schedule Updated": "Schedule Updated",
|
|
79
|
-
"Triggers when a new OOO request is created.": "Triggers when a new OOO request is created.",
|
|
80
|
-
"Triggers on approval/rejection of OOO.": "Triggers on approval/rejection of OOO.",
|
|
81
|
-
"Triggers when user schedule is modified.": "Triggers when user schedule is modified."
|
|
82
|
-
}
|