@veloceapps/api 12.0.0-12 → 12.0.0-14

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.
Files changed (143) hide show
  1. package/{fesm2020 → fesm2022}/veloceapps-api-v2.mjs +128 -127
  2. package/fesm2022/veloceapps-api-v2.mjs.map +1 -0
  3. package/{fesm2020 → fesm2022}/veloceapps-api.mjs +70 -70
  4. package/fesm2022/veloceapps-api.mjs.map +1 -0
  5. package/index.d.ts +382 -1
  6. package/package.json +7 -19
  7. package/v2/index.d.ts +562 -3
  8. package/esm2020/index.mjs +0 -2
  9. package/esm2020/src/index.mjs +0 -16
  10. package/esm2020/src/lib/api.module.mjs +0 -60
  11. package/esm2020/src/lib/services/account-api.service.mjs +0 -87
  12. package/esm2020/src/lib/services/auth.service.mjs +0 -22
  13. package/esm2020/src/lib/services/contracted-price-api.service.mjs +0 -45
  14. package/esm2020/src/lib/services/flow-state-api.mjs +0 -142
  15. package/esm2020/src/lib/services/offers-api.service.mjs +0 -76
  16. package/esm2020/src/lib/services/org-info-api.service.mjs +0 -54
  17. package/esm2020/src/lib/services/portals-api.service.mjs +0 -76
  18. package/esm2020/src/lib/services/promotions-api.service.mjs +0 -68
  19. package/esm2020/src/lib/services/rebate-program-api.service.mjs +0 -68
  20. package/esm2020/src/lib/services/rebate-type-api.service.mjs +0 -68
  21. package/esm2020/src/lib/services/sandbox-manager-api.service.mjs +0 -94
  22. package/esm2020/src/lib/services/stateful-configuration-api.mjs +0 -51
  23. package/esm2020/src/lib/types/auth.types.mjs +0 -2
  24. package/esm2020/src/lib/types/clone-request.types.mjs +0 -2
  25. package/esm2020/src/lib/types/delta-request.types.mjs +0 -2
  26. package/esm2020/src/lib/types/dto/offers-dto.types.mjs +0 -2
  27. package/esm2020/src/lib/types/index.mjs +0 -6
  28. package/esm2020/src/lib/types/org-info.types.mjs +0 -2
  29. package/esm2020/src/lib/types/search-request.types.mjs +0 -2
  30. package/esm2020/src/lib/types/stateful-configuration.types.mjs +0 -2
  31. package/esm2020/src/lib/utils/canvas.utils.mjs +0 -33
  32. package/esm2020/src/lib/utils/index.mjs +0 -2
  33. package/esm2020/v2/api-v2.module.mjs +0 -70
  34. package/esm2020/v2/index.mjs +0 -4
  35. package/esm2020/v2/services/cache-api.service.mjs +0 -22
  36. package/esm2020/v2/services/catalog-admin-api.service.mjs +0 -192
  37. package/esm2020/v2/services/catalog-api.service.mjs +0 -90
  38. package/esm2020/v2/services/configuration-processors-api.service.mjs +0 -38
  39. package/esm2020/v2/services/configuration-settings-api.service.mjs +0 -89
  40. package/esm2020/v2/services/context-definition-admin-api.service.mjs +0 -78
  41. package/esm2020/v2/services/document-attachment-api.service.mjs +0 -66
  42. package/esm2020/v2/services/endpoints-admin-api.service.mjs +0 -79
  43. package/esm2020/v2/services/flows-api.service.mjs +0 -29
  44. package/esm2020/v2/services/functions-admin-api.service.mjs +0 -116
  45. package/esm2020/v2/services/guided-sellings-admin-api.service.mjs +0 -65
  46. package/esm2020/v2/services/guided-sellings-api.service.mjs +0 -37
  47. package/esm2020/v2/services/index.mjs +0 -24
  48. package/esm2020/v2/services/orchestrations-admin-api.service.mjs +0 -87
  49. package/esm2020/v2/services/orchestrations-api.service.mjs +0 -23
  50. package/esm2020/v2/services/pcm-api.service.mjs +0 -38
  51. package/esm2020/v2/services/picklists-admin-api.service.mjs +0 -41
  52. package/esm2020/v2/services/products-admin-api.service.mjs +0 -90
  53. package/esm2020/v2/services/sales-transactions-api.service.mjs +0 -52
  54. package/esm2020/v2/services/salesforce-api.service.mjs +0 -83
  55. package/esm2020/v2/services/shopping-cart-settings-api.service.mjs +0 -28
  56. package/esm2020/v2/services/ui-definitions-admin-api.service.mjs +0 -70
  57. package/esm2020/v2/services/ui-templates-admin-api.service.mjs +0 -286
  58. package/esm2020/v2/services/veloce-objects-api.service.mjs +0 -90
  59. package/esm2020/v2/types/attachment.types.mjs +0 -2
  60. package/esm2020/v2/types/clone-request.types.mjs +0 -2
  61. package/esm2020/v2/types/dto/configuration-settings-dto.types.mjs +0 -22
  62. package/esm2020/v2/types/dto/ui-definition-dto.types.mjs +0 -2
  63. package/esm2020/v2/types/dto/ui-template-dto.types.mjs +0 -2
  64. package/esm2020/v2/types/event-logs.types.mjs +0 -2
  65. package/esm2020/v2/types/function.types.mjs +0 -2
  66. package/esm2020/v2/types/index.mjs +0 -8
  67. package/esm2020/v2/types/pcm.types.mjs +0 -2
  68. package/esm2020/v2/types/procedure.types.mjs +0 -2
  69. package/esm2020/v2/types/sales-transaction.types.mjs +0 -2
  70. package/esm2020/v2/types/search-request.types.mjs +0 -2
  71. package/esm2020/v2/utils/ui-definition.utils.mjs +0 -23
  72. package/esm2020/v2/utils/ui-template.utils.mjs +0 -13
  73. package/esm2020/v2/veloceapps-api-v2.mjs +0 -5
  74. package/esm2020/veloceapps-api.mjs +0 -5
  75. package/fesm2015/veloceapps-api-v2.mjs +0 -1726
  76. package/fesm2015/veloceapps-api-v2.mjs.map +0 -1
  77. package/fesm2015/veloceapps-api.mjs +0 -853
  78. package/fesm2015/veloceapps-api.mjs.map +0 -1
  79. package/fesm2020/veloceapps-api-v2.mjs.map +0 -1
  80. package/fesm2020/veloceapps-api.mjs.map +0 -1
  81. package/src/index.d.ts +0 -15
  82. package/src/lib/api.module.d.ts +0 -8
  83. package/src/lib/services/account-api.service.d.ts +0 -23
  84. package/src/lib/services/auth.service.d.ts +0 -11
  85. package/src/lib/services/contracted-price-api.service.d.ts +0 -16
  86. package/src/lib/services/flow-state-api.d.ts +0 -84
  87. package/src/lib/services/offers-api.service.d.ts +0 -19
  88. package/src/lib/services/org-info-api.service.d.ts +0 -19
  89. package/src/lib/services/portals-api.service.d.ts +0 -20
  90. package/src/lib/services/promotions-api.service.d.ts +0 -19
  91. package/src/lib/services/rebate-program-api.service.d.ts +0 -19
  92. package/src/lib/services/rebate-type-api.service.d.ts +0 -19
  93. package/src/lib/services/sandbox-manager-api.service.d.ts +0 -24
  94. package/src/lib/services/stateful-configuration-api.d.ts +0 -30
  95. package/src/lib/types/auth.types.d.ts +0 -4
  96. package/src/lib/types/clone-request.types.d.ts +0 -5
  97. package/src/lib/types/delta-request.types.d.ts +0 -5
  98. package/src/lib/types/dto/offers-dto.types.d.ts +0 -9
  99. package/src/lib/types/index.d.ts +0 -5
  100. package/src/lib/types/org-info.types.d.ts +0 -43
  101. package/src/lib/types/search-request.types.d.ts +0 -8
  102. package/src/lib/types/stateful-configuration.types.d.ts +0 -10
  103. package/src/lib/utils/canvas.utils.d.ts +0 -18
  104. package/src/lib/utils/index.d.ts +0 -1
  105. package/v2/api-v2.module.d.ts +0 -7
  106. package/v2/services/cache-api.service.d.ts +0 -11
  107. package/v2/services/catalog-admin-api.service.d.ts +0 -39
  108. package/v2/services/catalog-api.service.d.ts +0 -20
  109. package/v2/services/configuration-processors-api.service.d.ts +0 -14
  110. package/v2/services/configuration-settings-api.service.d.ts +0 -18
  111. package/v2/services/context-definition-admin-api.service.d.ts +0 -16
  112. package/v2/services/document-attachment-api.service.d.ts +0 -17
  113. package/v2/services/endpoints-admin-api.service.d.ts +0 -20
  114. package/v2/services/flows-api.service.d.ts +0 -13
  115. package/v2/services/functions-admin-api.service.d.ts +0 -25
  116. package/v2/services/guided-sellings-admin-api.service.d.ts +0 -20
  117. package/v2/services/guided-sellings-api.service.d.ts +0 -13
  118. package/v2/services/index.d.ts +0 -23
  119. package/v2/services/orchestrations-admin-api.service.d.ts +0 -21
  120. package/v2/services/orchestrations-api.service.d.ts +0 -12
  121. package/v2/services/pcm-api.service.d.ts +0 -12
  122. package/v2/services/picklists-admin-api.service.d.ts +0 -17
  123. package/v2/services/products-admin-api.service.d.ts +0 -21
  124. package/v2/services/sales-transactions-api.service.d.ts +0 -26
  125. package/v2/services/salesforce-api.service.d.ts +0 -26
  126. package/v2/services/shopping-cart-settings-api.service.d.ts +0 -14
  127. package/v2/services/ui-definitions-admin-api.service.d.ts +0 -18
  128. package/v2/services/ui-templates-admin-api.service.d.ts +0 -50
  129. package/v2/services/veloce-objects-api.service.d.ts +0 -23
  130. package/v2/types/attachment.types.d.ts +0 -4
  131. package/v2/types/clone-request.types.d.ts +0 -5
  132. package/v2/types/dto/configuration-settings-dto.types.d.ts +0 -9
  133. package/v2/types/dto/ui-definition-dto.types.d.ts +0 -7
  134. package/v2/types/dto/ui-template-dto.types.d.ts +0 -6
  135. package/v2/types/event-logs.types.d.ts +0 -9
  136. package/v2/types/function.types.d.ts +0 -17
  137. package/v2/types/index.d.ts +0 -7
  138. package/v2/types/pcm.types.d.ts +0 -10
  139. package/v2/types/procedure.types.d.ts +0 -61
  140. package/v2/types/sales-transaction.types.d.ts +0 -13
  141. package/v2/types/search-request.types.d.ts +0 -8
  142. package/v2/utils/ui-definition.utils.d.ts +0 -5
  143. package/v2/utils/ui-template.utils.d.ts +0 -3
@@ -19,14 +19,15 @@ class CacheApiService {
19
19
  ...options,
20
20
  });
21
21
  }
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CacheApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable }); }
23
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CacheApiService }); }
22
24
  }
23
- CacheApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CacheApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
24
- CacheApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CacheApiService });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CacheApiService, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CacheApiService, decorators: [{
26
26
  type: Injectable
27
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
27
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }] });
28
28
 
29
29
  class CatalogAdminApiService {
30
+ static { this.MAX_RESULTS = 60; }
30
31
  constructor(baseHttpService) {
31
32
  this.baseHttpService = baseHttpService;
32
33
  this.serviceUrl = '/v2/catalogs';
@@ -205,13 +206,12 @@ class CatalogAdminApiService {
205
206
  getImageUrl(catalogId, categoryId) {
206
207
  return `${this.serviceUrl}/${catalogId}/categories/${categoryId}/image`;
207
208
  }
209
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CatalogAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable }); }
210
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CatalogAdminApiService }); }
208
211
  }
209
- CatalogAdminApiService.MAX_RESULTS = 60;
210
- CatalogAdminApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CatalogAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
211
- CatalogAdminApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CatalogAdminApiService });
212
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CatalogAdminApiService, decorators: [{
212
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CatalogAdminApiService, decorators: [{
213
213
  type: Injectable
214
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
214
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }] });
215
215
 
216
216
  class CatalogApiService {
217
217
  constructor(service) {
@@ -292,12 +292,12 @@ class CatalogApiService {
292
292
  params: params,
293
293
  });
294
294
  }
295
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CatalogApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable }); }
296
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CatalogApiService }); }
295
297
  }
296
- CatalogApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CatalogApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
297
- CatalogApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CatalogApiService });
298
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CatalogApiService, decorators: [{
298
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CatalogApiService, decorators: [{
299
299
  type: Injectable
300
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
300
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }] });
301
301
 
302
302
  class ConfigurationProcessorsApiService {
303
303
  constructor(baseHttpService) {
@@ -327,12 +327,12 @@ class ConfigurationProcessorsApiService {
327
327
  });
328
328
  };
329
329
  }
330
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ConfigurationProcessorsApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable }); }
331
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ConfigurationProcessorsApiService }); }
330
332
  }
331
- ConfigurationProcessorsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationProcessorsApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
332
- ConfigurationProcessorsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationProcessorsApiService });
333
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationProcessorsApiService, decorators: [{
333
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ConfigurationProcessorsApiService, decorators: [{
334
334
  type: Injectable
335
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
335
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }] });
336
336
 
337
337
  class ConfigurationSettingsDTO {
338
338
  static fromDTO(dto, key) {
@@ -430,12 +430,12 @@ class ConfigurationSettingsApiService {
430
430
  ...options,
431
431
  });
432
432
  }
433
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ConfigurationSettingsApiService, deps: [{ token: i1.BaseHttpService }, { token: i2.MessageService }], target: i0.ɵɵFactoryTarget.Injectable }); }
434
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ConfigurationSettingsApiService }); }
433
435
  }
434
- ConfigurationSettingsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationSettingsApiService, deps: [{ token: i1.BaseHttpService }, { token: i2.MessageService }], target: i0.ɵɵFactoryTarget.Injectable });
435
- ConfigurationSettingsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationSettingsApiService });
436
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ConfigurationSettingsApiService, decorators: [{
436
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ConfigurationSettingsApiService, decorators: [{
437
437
  type: Injectable
438
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }, { type: i2.MessageService }]; } });
438
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }, { type: i2.MessageService }] });
439
439
 
440
440
  class ContextDefinitionAdminApiService {
441
441
  constructor(baseHttpService) {
@@ -503,12 +503,12 @@ class ContextDefinitionAdminApiService {
503
503
  params,
504
504
  });
505
505
  }
506
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ContextDefinitionAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable }); }
507
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ContextDefinitionAdminApiService }); }
506
508
  }
507
- ContextDefinitionAdminApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContextDefinitionAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
508
- ContextDefinitionAdminApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContextDefinitionAdminApiService });
509
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContextDefinitionAdminApiService, decorators: [{
509
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ContextDefinitionAdminApiService, decorators: [{
510
510
  type: Injectable
511
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
511
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }] });
512
512
 
513
513
  class DocumentAttachmentApiService {
514
514
  constructor(httpService, fileDownloadService) {
@@ -565,12 +565,12 @@ class DocumentAttachmentApiService {
565
565
  method: 'delete',
566
566
  });
567
567
  }
568
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DocumentAttachmentApiService, deps: [{ token: i1.BaseHttpService }, { token: i1.FileDownloadService }], target: i0.ɵɵFactoryTarget.Injectable }); }
569
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DocumentAttachmentApiService }); }
568
570
  }
569
- DocumentAttachmentApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentAttachmentApiService, deps: [{ token: i1.BaseHttpService }, { token: i1.FileDownloadService }], target: i0.ɵɵFactoryTarget.Injectable });
570
- DocumentAttachmentApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentAttachmentApiService });
571
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentAttachmentApiService, decorators: [{
571
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DocumentAttachmentApiService, decorators: [{
572
572
  type: Injectable
573
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }, { type: i1.FileDownloadService }]; } });
573
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }, { type: i1.FileDownloadService }] });
574
574
 
575
575
  class EndpointsAdminApiService {
576
576
  constructor(baseHttpService) {
@@ -631,20 +631,21 @@ class EndpointsAdminApiService {
631
631
  });
632
632
  }
633
633
  executeEndpoint$(body) {
634
- return this.baseHttpService.api({
634
+ return this.baseHttpService
635
+ .api({
635
636
  url: `${this.serviceUrl}/execute`,
636
637
  method: 'post',
637
638
  body,
638
- responseType: 'text',
639
639
  skipErrorHandler: true,
640
- });
640
+ })
641
+ .pipe(map$1(result => result || {}));
641
642
  }
643
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: EndpointsAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable }); }
644
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: EndpointsAdminApiService }); }
642
645
  }
643
- EndpointsAdminApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EndpointsAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
644
- EndpointsAdminApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EndpointsAdminApiService });
645
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EndpointsAdminApiService, decorators: [{
646
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: EndpointsAdminApiService, decorators: [{
646
647
  type: Injectable
647
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
648
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }] });
648
649
 
649
650
  class FlowsApiService {
650
651
  constructor(configurationSettingsApiService) {
@@ -664,12 +665,12 @@ class FlowsApiService {
664
665
  .fetchSetting(this.flowsKey)
665
666
  .pipe(map((setting) => (setting?.value ? JSON.parse(setting.value) : [])));
666
667
  }
668
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FlowsApiService, deps: [{ token: ConfigurationSettingsApiService }], target: i0.ɵɵFactoryTarget.Injectable }); }
669
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FlowsApiService }); }
667
670
  }
668
- FlowsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowsApiService, deps: [{ token: ConfigurationSettingsApiService }], target: i0.ɵɵFactoryTarget.Injectable });
669
- FlowsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowsApiService });
670
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FlowsApiService, decorators: [{
671
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FlowsApiService, decorators: [{
671
672
  type: Injectable
672
- }], ctorParameters: function () { return [{ type: ConfigurationSettingsApiService }]; } });
673
+ }], ctorParameters: () => [{ type: ConfigurationSettingsApiService }] });
673
674
 
674
675
  class FunctionsAdminApiService {
675
676
  constructor(baseHttpService) {
@@ -774,14 +775,15 @@ class FunctionsAdminApiService {
774
775
  method: 'get',
775
776
  });
776
777
  }
778
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FunctionsAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable }); }
779
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FunctionsAdminApiService }); }
777
780
  }
778
- FunctionsAdminApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FunctionsAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
779
- FunctionsAdminApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FunctionsAdminApiService });
780
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FunctionsAdminApiService, decorators: [{
781
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FunctionsAdminApiService, decorators: [{
781
782
  type: Injectable
782
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
783
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }] });
783
784
 
784
785
  class GuidedSellingsAdminApiService {
786
+ static { this.MAX_RESULTS = 60; }
785
787
  constructor(baseHttpService) {
786
788
  this.baseHttpService = baseHttpService;
787
789
  this.serviceUrl = '/admin/v2/guided-selling';
@@ -834,13 +836,12 @@ class GuidedSellingsAdminApiService {
834
836
  });
835
837
  };
836
838
  }
839
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: GuidedSellingsAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable }); }
840
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: GuidedSellingsAdminApiService }); }
837
841
  }
838
- GuidedSellingsAdminApiService.MAX_RESULTS = 60;
839
- GuidedSellingsAdminApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GuidedSellingsAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
840
- GuidedSellingsAdminApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GuidedSellingsAdminApiService });
841
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GuidedSellingsAdminApiService, decorators: [{
842
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: GuidedSellingsAdminApiService, decorators: [{
842
843
  type: Injectable
843
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
844
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }] });
844
845
 
845
846
  class GuidedSellingApiService {
846
847
  constructor(http) {
@@ -867,12 +868,12 @@ class GuidedSellingApiService {
867
868
  body: expression || {},
868
869
  });
869
870
  }
871
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: GuidedSellingApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable }); }
872
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: GuidedSellingApiService }); }
870
873
  }
871
- GuidedSellingApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GuidedSellingApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
872
- GuidedSellingApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GuidedSellingApiService });
873
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GuidedSellingApiService, decorators: [{
874
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: GuidedSellingApiService, decorators: [{
874
875
  type: Injectable
875
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
876
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }] });
876
877
 
877
878
  class OrchestrationsAdminApiService {
878
879
  constructor(baseHttpService) {
@@ -948,12 +949,12 @@ class OrchestrationsAdminApiService {
948
949
  body,
949
950
  });
950
951
  }
952
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: OrchestrationsAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable }); }
953
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: OrchestrationsAdminApiService }); }
951
954
  }
952
- OrchestrationsAdminApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OrchestrationsAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
953
- OrchestrationsAdminApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OrchestrationsAdminApiService });
954
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OrchestrationsAdminApiService, decorators: [{
955
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: OrchestrationsAdminApiService, decorators: [{
955
956
  type: Injectable
956
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
957
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }] });
957
958
 
958
959
  class OrchestrationsApiService {
959
960
  constructor(baseHttpService) {
@@ -968,12 +969,12 @@ class OrchestrationsApiService {
968
969
  ...options,
969
970
  });
970
971
  }
972
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: OrchestrationsApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable }); }
973
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: OrchestrationsApiService }); }
971
974
  }
972
- OrchestrationsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OrchestrationsApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
973
- OrchestrationsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OrchestrationsApiService });
974
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OrchestrationsApiService, decorators: [{
975
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: OrchestrationsApiService, decorators: [{
975
976
  type: Injectable
976
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
977
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }] });
977
978
 
978
979
  class SalesforceApiService {
979
980
  constructor(httpService) {
@@ -1047,12 +1048,12 @@ class SalesforceApiService {
1047
1048
  url: `${this.SERVICE_URL}/globalvalueset/${id}/values`,
1048
1049
  });
1049
1050
  }
1051
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SalesforceApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1052
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SalesforceApiService }); }
1050
1053
  }
1051
- SalesforceApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SalesforceApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
1052
- SalesforceApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SalesforceApiService });
1053
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SalesforceApiService, decorators: [{
1054
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SalesforceApiService, decorators: [{
1054
1055
  type: Injectable
1055
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
1056
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }] });
1056
1057
 
1057
1058
  class PCMApiService {
1058
1059
  constructor(sfApiService) {
@@ -1080,12 +1081,12 @@ class PCMApiService {
1080
1081
  group.components.forEach(component => this.fixUrls(component));
1081
1082
  });
1082
1083
  }
1084
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PCMApiService, deps: [{ token: SalesforceApiService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1085
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PCMApiService }); }
1083
1086
  }
1084
- PCMApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCMApiService, deps: [{ token: SalesforceApiService }], target: i0.ɵɵFactoryTarget.Injectable });
1085
- PCMApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCMApiService });
1086
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCMApiService, decorators: [{
1087
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PCMApiService, decorators: [{
1087
1088
  type: Injectable
1088
- }], ctorParameters: function () { return [{ type: SalesforceApiService }]; } });
1089
+ }], ctorParameters: () => [{ type: SalesforceApiService }] });
1089
1090
 
1090
1091
  class PicklistsAdminApiService {
1091
1092
  constructor(baseHttpService) {
@@ -1118,12 +1119,12 @@ class PicklistsAdminApiService {
1118
1119
  return this.baseHttpService.api({ method: 'put', url: `${this.serviceUrl}/${picklist.id}`, body: data });
1119
1120
  };
1120
1121
  }
1122
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PicklistsAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1123
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PicklistsAdminApiService }); }
1121
1124
  }
1122
- PicklistsAdminApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PicklistsAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
1123
- PicklistsAdminApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PicklistsAdminApiService });
1124
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PicklistsAdminApiService, decorators: [{
1125
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PicklistsAdminApiService, decorators: [{
1125
1126
  type: Injectable
1126
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
1127
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }] });
1127
1128
 
1128
1129
  class ProductsAdminApiService {
1129
1130
  constructor(baseHttpService) {
@@ -1203,12 +1204,12 @@ class ProductsAdminApiService {
1203
1204
  getImageUrl(productId) {
1204
1205
  return `${this.serviceUrl}/${productId}/image`;
1205
1206
  }
1207
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ProductsAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1208
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ProductsAdminApiService }); }
1206
1209
  }
1207
- ProductsAdminApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ProductsAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
1208
- ProductsAdminApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ProductsAdminApiService });
1209
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ProductsAdminApiService, decorators: [{
1210
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ProductsAdminApiService, decorators: [{
1210
1211
  type: Injectable
1211
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
1212
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }] });
1212
1213
 
1213
1214
  class SalesTransactionApiService {
1214
1215
  constructor(httpService) {
@@ -1252,12 +1253,12 @@ class SalesTransactionApiService {
1252
1253
  responseType: 'text',
1253
1254
  });
1254
1255
  }
1256
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SalesTransactionApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1257
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SalesTransactionApiService }); }
1255
1258
  }
1256
- SalesTransactionApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SalesTransactionApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
1257
- SalesTransactionApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SalesTransactionApiService });
1258
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SalesTransactionApiService, decorators: [{
1259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SalesTransactionApiService, decorators: [{
1259
1260
  type: Injectable
1260
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
1261
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }] });
1261
1262
 
1262
1263
  class ShoppingCartSettingsApiService {
1263
1264
  constructor(configurationSettingsApiService) {
@@ -1275,12 +1276,12 @@ class ShoppingCartSettingsApiService {
1275
1276
  return { ...acc, [setting.id]: setting.properties };
1276
1277
  }, {})));
1277
1278
  }
1279
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ShoppingCartSettingsApiService, deps: [{ token: ConfigurationSettingsApiService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1280
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ShoppingCartSettingsApiService }); }
1278
1281
  }
1279
- ShoppingCartSettingsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ShoppingCartSettingsApiService, deps: [{ token: ConfigurationSettingsApiService }], target: i0.ɵɵFactoryTarget.Injectable });
1280
- ShoppingCartSettingsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ShoppingCartSettingsApiService });
1281
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ShoppingCartSettingsApiService, decorators: [{
1282
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ShoppingCartSettingsApiService, decorators: [{
1282
1283
  type: Injectable
1283
- }], ctorParameters: function () { return [{ type: ConfigurationSettingsApiService }]; } });
1284
+ }], ctorParameters: () => [{ type: ConfigurationSettingsApiService }] });
1284
1285
 
1285
1286
  function uiDefinitionFromDTO(container) {
1286
1287
  const { sourceBlob, ...rest } = container;
@@ -1361,12 +1362,12 @@ class UIDefinitionsAdminApiService {
1361
1362
  url: `${this.serviceUrl}/${id}`,
1362
1363
  });
1363
1364
  }
1365
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UIDefinitionsAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1366
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UIDefinitionsAdminApiService }); }
1364
1367
  }
1365
- UIDefinitionsAdminApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UIDefinitionsAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
1366
- UIDefinitionsAdminApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UIDefinitionsAdminApiService });
1367
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UIDefinitionsAdminApiService, decorators: [{
1368
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UIDefinitionsAdminApiService, decorators: [{
1368
1369
  type: Injectable
1369
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
1370
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }] });
1370
1371
 
1371
1372
  const fromUIComponentStoryDTO = (dto, attachments) => {
1372
1373
  return {
@@ -1654,12 +1655,12 @@ class UITemplatesAdminApiService {
1654
1655
  url: `${this.serviceUrl}/${templateId}/thumbnail`,
1655
1656
  });
1656
1657
  }
1658
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UITemplatesAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1659
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UITemplatesAdminApiService }); }
1657
1660
  }
1658
- UITemplatesAdminApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UITemplatesAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
1659
- UITemplatesAdminApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UITemplatesAdminApiService });
1660
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UITemplatesAdminApiService, decorators: [{
1661
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: UITemplatesAdminApiService, decorators: [{
1661
1662
  type: Injectable
1662
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
1663
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }] });
1663
1664
 
1664
1665
  class VeloceObjectsAdminApiService {
1665
1666
  constructor(baseHttpService) {
@@ -1739,45 +1740,45 @@ class VeloceObjectsAdminApiService {
1739
1740
  body: object,
1740
1741
  });
1741
1742
  }
1743
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: VeloceObjectsAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable }); }
1744
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: VeloceObjectsAdminApiService }); }
1742
1745
  }
1743
- VeloceObjectsAdminApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VeloceObjectsAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
1744
- VeloceObjectsAdminApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VeloceObjectsAdminApiService });
1745
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VeloceObjectsAdminApiService, decorators: [{
1746
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: VeloceObjectsAdminApiService, decorators: [{
1746
1747
  type: Injectable
1747
- }], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
1748
+ }], ctorParameters: () => [{ type: i1.BaseHttpService }] });
1748
1749
 
1749
1750
  class ApiV2Module {
1751
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ApiV2Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1752
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: ApiV2Module, imports: [HttpClientModule] }); }
1753
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ApiV2Module, providers: [
1754
+ BaseHttpService,
1755
+ CacheApiService,
1756
+ CatalogAdminApiService,
1757
+ CatalogApiService,
1758
+ ConfigurationProcessorsApiService,
1759
+ ConfigurationSettingsApiService,
1760
+ ContextDefinitionAdminApiService,
1761
+ DocumentAttachmentApiService,
1762
+ EndpointsAdminApiService,
1763
+ FlowsApiService,
1764
+ OrchestrationsAdminApiService,
1765
+ OrchestrationsApiService,
1766
+ PCMApiService,
1767
+ PicklistsAdminApiService,
1768
+ ProductsAdminApiService,
1769
+ FunctionsAdminApiService,
1770
+ GuidedSellingsAdminApiService,
1771
+ GuidedSellingApiService,
1772
+ SalesforceApiService,
1773
+ SalesTransactionApiService,
1774
+ ShoppingCartSettingsApiService,
1775
+ UIDefinitionsAdminApiService,
1776
+ UITemplatesAdminApiService,
1777
+ VeloceObjectsAdminApiService,
1778
+ XrayService,
1779
+ ], imports: [HttpClientModule] }); }
1750
1780
  }
1751
- ApiV2Module.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ApiV2Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1752
- ApiV2Module.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: ApiV2Module, imports: [HttpClientModule] });
1753
- ApiV2Module.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ApiV2Module, providers: [
1754
- BaseHttpService,
1755
- CacheApiService,
1756
- CatalogAdminApiService,
1757
- CatalogApiService,
1758
- ConfigurationProcessorsApiService,
1759
- ConfigurationSettingsApiService,
1760
- ContextDefinitionAdminApiService,
1761
- DocumentAttachmentApiService,
1762
- EndpointsAdminApiService,
1763
- FlowsApiService,
1764
- OrchestrationsAdminApiService,
1765
- OrchestrationsApiService,
1766
- PCMApiService,
1767
- PicklistsAdminApiService,
1768
- ProductsAdminApiService,
1769
- FunctionsAdminApiService,
1770
- GuidedSellingsAdminApiService,
1771
- GuidedSellingApiService,
1772
- SalesforceApiService,
1773
- SalesTransactionApiService,
1774
- ShoppingCartSettingsApiService,
1775
- UIDefinitionsAdminApiService,
1776
- UITemplatesAdminApiService,
1777
- VeloceObjectsAdminApiService,
1778
- XrayService,
1779
- ], imports: [HttpClientModule] });
1780
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ApiV2Module, decorators: [{
1781
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ApiV2Module, decorators: [{
1781
1782
  type: NgModule,
1782
1783
  args: [{
1783
1784
  imports: [HttpClientModule],