@goweekdays/core 2.15.4 → 2.15.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @goweekdays/core
2
2
 
3
+ ## 2.15.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 37c7765: Remove duplicate job setup calls
8
+
3
9
  ## 2.15.4
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -11080,19 +11080,6 @@ function useOrgService() {
11080
11080
  },
11081
11081
  session
11082
11082
  );
11083
- await addJobStatusConfig(
11084
- {
11085
- org: String(org),
11086
- statusTransitions: DEFAULT_JOB_STATUS_SETUP
11087
- },
11088
- session
11089
- );
11090
- await addJobSummary(
11091
- {
11092
- org: String(org)
11093
- },
11094
- session
11095
- );
11096
11083
  await useCustomerRepo().add(
11097
11084
  {
11098
11085
  org: String(org),
@@ -11217,19 +11204,6 @@ function useOrgService() {
11217
11204
  },
11218
11205
  session
11219
11206
  );
11220
- await addJobStatusConfig(
11221
- {
11222
- org: String(org),
11223
- statusTransitions: DEFAULT_JOB_STATUS_SETUP
11224
- },
11225
- session
11226
- );
11227
- await addJobSummary(
11228
- {
11229
- org: String(org)
11230
- },
11231
- session
11232
- );
11233
11207
  await useCustomerRepo().add(
11234
11208
  {
11235
11209
  org: String(org),