@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/dist/index.mjs CHANGED
@@ -10985,19 +10985,6 @@ function useOrgService() {
10985
10985
  },
10986
10986
  session
10987
10987
  );
10988
- await addJobStatusConfig(
10989
- {
10990
- org: String(org),
10991
- statusTransitions: DEFAULT_JOB_STATUS_SETUP
10992
- },
10993
- session
10994
- );
10995
- await addJobSummary(
10996
- {
10997
- org: String(org)
10998
- },
10999
- session
11000
- );
11001
10988
  await useCustomerRepo().add(
11002
10989
  {
11003
10990
  org: String(org),
@@ -11122,19 +11109,6 @@ function useOrgService() {
11122
11109
  },
11123
11110
  session
11124
11111
  );
11125
- await addJobStatusConfig(
11126
- {
11127
- org: String(org),
11128
- statusTransitions: DEFAULT_JOB_STATUS_SETUP
11129
- },
11130
- session
11131
- );
11132
- await addJobSummary(
11133
- {
11134
- org: String(org)
11135
- },
11136
- session
11137
- );
11138
11112
  await useCustomerRepo().add(
11139
11113
  {
11140
11114
  org: String(org),