{ "version": 3, "sources": ["src/app/services/api/internal/markups-settings.service.ts"], "sourcesContent": ["import { Inject, Injectable } from '@angular/core';\nimport { RestApiService } from '@services/rest-api/rest-api.service';\nimport { API_PATH } from '@shared/tokens';\nimport { MarkupsSettings } from '@shared/interfaces/markups-settings/markups-settings.interface';\nimport { Observable } from 'rxjs';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class MarkupsSettingsService {\n constructor(\n private http: RestApiService,\n @Inject(API_PATH) private readonly apiPath: string,\n ) {}\n\n getMarkupsSettings(): Observable {\n return this.http.get(`${this.apiPath}/users/profile/markups`);\n }\n\n updateMarkupsSettings(markupsSettings: MarkupsSettings): Observable {\n return this.http.patch(`${this.apiPath}/users/profile/markups`, markupsSettings);\n }\n}\n"], "mappings": "4HASA,IAAaA,GAAsB,IAAA,CAA7B,MAAOA,CAAsB,CACjCC,YACUC,EAC2BC,EAAe,CAD1C,KAAAD,KAAAA,EAC2B,KAAAC,QAAAA,CAClC,CAEHC,oBAAkB,CAChB,OAAO,KAAKF,KAAKG,IAAqB,GAAG,KAAKF,OAAO,wBAAwB,CAC/E,CAEAG,sBAAsBC,EAAgC,CACpD,OAAO,KAAKL,KAAKM,MAA6B,GAAG,KAAKL,OAAO,yBAA0BI,CAAe,CACxG,iDAZWP,GAAsBS,EAAAC,CAAA,EAAAD,EAGvBE,CAAQ,CAAA,CAAA,CAAA,iCAHPX,EAAsBY,QAAtBZ,EAAsBa,UAAAC,WAFrB,MAAM,CAAA,CAAA,SAEPd,CAAsB,GAAA", "names": ["MarkupsSettingsService", "constructor", "http", "apiPath", "getMarkupsSettings", "get", "updateMarkupsSettings", "markupsSettings", "patch", "\u0275\u0275inject", "RestApiService", "API_PATH", "factory", "\u0275fac", "providedIn"] }