@saritasa/crm-delmar-core-sdk 0.0.184 → 0.0.185

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.
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Delmar Api
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+ export {};
11
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFzay1zdGF0cy5kdG8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC90YXNrLXN0YXRzLmR0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7R0FRRyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogRGVsbWFyIEFwaVxuICpcbiAqXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5cbi8qKlxuICogU2VyaWFsaXplciB0byByZXByZXNlbnQgdGFza3Mgc3RhdHMuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgVGFza1N0YXRzRHRvIHtcbiAgaW5fcHJvZ3Jlc3M6IG51bWJlcjtcbiAgZG9uZTogbnVtYmVyO1xufVxuIl19
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFza3Mtc3RhdHMtcmV0cmlldmUtZXJyb3ItcmVzcG9uc2U0MDAuZHRvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vbW9kZWwvdGFza3Mtc3RhdHMtcmV0cmlldmUtZXJyb3ItcmVzcG9uc2U0MDAuZHRvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIERlbG1hciBBcGlcbiAqXG4gKlxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IgKGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaCkuXG4gKiBodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2hcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuaW1wb3J0IHsgUGFyc2VFcnJvclJlc3BvbnNlRHRvIH0gZnJvbSBcIi4vcGFyc2UtZXJyb3ItcmVzcG9uc2UuZHRvXCI7XG5pbXBvcnQgeyBQYXJzZUVycm9yRHRvIH0gZnJvbSBcIi4vcGFyc2UtZXJyb3IuZHRvXCI7XG5pbXBvcnQgeyBDbGllbnRFcnJvckVudW1EdG8gfSBmcm9tIFwiLi9jbGllbnQtZXJyb3ItZW51bS5kdG9cIjtcblxuLyoqXG4gKiBAdHlwZSBUYXNrc1N0YXRzUmV0cmlldmVFcnJvclJlc3BvbnNlNDAwRHRvXG4gKiBAZXhwb3J0XG4gKi9cbmV4cG9ydCB0eXBlIFRhc2tzU3RhdHNSZXRyaWV2ZUVycm9yUmVzcG9uc2U0MDBEdG8gPSBQYXJzZUVycm9yUmVzcG9uc2VEdG87XG4iXX0=
@@ -11649,6 +11649,59 @@ class TasksApiService {
11649
11649
  reportProgress: reportProgress,
11650
11650
  });
11651
11651
  }
11652
+ tasksStatsRetrieve(observe = "body", reportProgress = false, options) {
11653
+ let localVarHeaders = this.defaultHeaders;
11654
+ let localVarCredential;
11655
+ // authentication (cookieAuth) required
11656
+ localVarCredential = this.configuration.lookupCredential("cookieAuth");
11657
+ if (localVarCredential) {
11658
+ }
11659
+ // authentication (jwtAuth) required
11660
+ localVarCredential = this.configuration.lookupCredential("jwtAuth");
11661
+ if (localVarCredential) {
11662
+ localVarHeaders = localVarHeaders.set("Authorization", "Bearer " + localVarCredential);
11663
+ }
11664
+ let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
11665
+ if (localVarHttpHeaderAcceptSelected === undefined) {
11666
+ // to determine the Accept header
11667
+ const httpHeaderAccepts = ["application/json"];
11668
+ localVarHttpHeaderAcceptSelected =
11669
+ this.configuration.selectHeaderAccept(httpHeaderAccepts);
11670
+ }
11671
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
11672
+ localVarHeaders = localVarHeaders.set("Accept", localVarHttpHeaderAcceptSelected);
11673
+ }
11674
+ let localVarHttpContext = options && options.context;
11675
+ if (localVarHttpContext === undefined) {
11676
+ localVarHttpContext = new HttpContext();
11677
+ }
11678
+ let localVarTransferCache = options && options.transferCache;
11679
+ if (localVarTransferCache === undefined) {
11680
+ localVarTransferCache = true;
11681
+ }
11682
+ let responseType_ = "json";
11683
+ if (localVarHttpHeaderAcceptSelected) {
11684
+ if (localVarHttpHeaderAcceptSelected.startsWith("text")) {
11685
+ responseType_ = "text";
11686
+ }
11687
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
11688
+ responseType_ = "json";
11689
+ }
11690
+ else {
11691
+ responseType_ = "blob";
11692
+ }
11693
+ }
11694
+ let localVarPath = `/api/v1/tasks/stats/`;
11695
+ return this.httpClient.request("get", `${this.configuration.basePath}${localVarPath}`, {
11696
+ context: localVarHttpContext,
11697
+ responseType: responseType_,
11698
+ withCredentials: this.configuration.withCredentials,
11699
+ headers: localVarHeaders,
11700
+ observe: observe,
11701
+ transferCache: localVarTransferCache,
11702
+ reportProgress: reportProgress,
11703
+ });
11704
+ }
11652
11705
  tasksStatusesRetrieve(requestParameters, observe = "body", reportProgress = false, options) {
11653
11706
  const assignee = requestParameters?.assignee;
11654
11707
  const assigneeIn = requestParameters?.assigneeIn;
@@ -28393,6 +28446,16 @@ var StateEnumDto;
28393
28446
  * Do not edit the class manually.
28394
28447
  */
28395
28448
 
28449
+ /**
28450
+ * Delmar Api
28451
+ *
28452
+ *
28453
+ *
28454
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
28455
+ * https://openapi-generator.tech
28456
+ * Do not edit the class manually.
28457
+ */
28458
+
28396
28459
  /**
28397
28460
  * Delmar Api
28398
28461
  *