codesaaz-core 0.0.78 → 0.0.79

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 (2) hide show
  1. package/dist/codesaaz.es.js +64 -17
  2. package/package.json +1 -1
@@ -15945,35 +15945,58 @@ function sv() {
15945
15945
  },
15946
15946
  updateEntityGeneralSettings: async (z, N) => {
15947
15947
  const P = i();
15948
- return await o(`/api/app/v1/${P}/entity/${z}/rename`, N);
15948
+ return await o(
15949
+ `/api/app/v1/${P}/entity/${z}/rename`,
15950
+ N
15951
+ );
15949
15952
  },
15950
15953
  updateEntityAuditable: async (z, N) => {
15951
15954
  const P = i();
15952
- return await o(`/api/app/v1/${P}/entity/${z}/auditable`, N);
15955
+ return await o(
15956
+ `/api/app/v1/${P}/entity/${z}/auditable`,
15957
+ N
15958
+ );
15953
15959
  },
15954
15960
  updateEntityRevisionEnabled: async (z, N) => {
15955
15961
  const P = i();
15956
- return await o(`/api/app/v1/${P}/entity/${z}/revision`, N);
15962
+ return await o(
15963
+ `/api/app/v1/${P}/entity/${z}/revision`,
15964
+ N
15965
+ );
15957
15966
  },
15958
15967
  updateEntitySoftDelete: async (z, N) => {
15959
15968
  const P = i();
15960
- return await o(`/api/app/v1/${P}/entity/${z}/soft-delete`, N);
15969
+ return await o(
15970
+ `/api/app/v1/${P}/entity/${z}/soft-delete`,
15971
+ N
15972
+ );
15961
15973
  },
15962
15974
  updateEntityDeleteProtected: async (z, N) => {
15963
15975
  const P = i();
15964
- return await o(`/api/app/v1/${P}/entity/${z}/delete-protect`, N);
15976
+ return await o(
15977
+ `/api/app/v1/${P}/entity/${z}/delete-protect`,
15978
+ N
15979
+ );
15965
15980
  },
15966
15981
  updateEntityColumn: async (z, N) => {
15967
15982
  const P = i();
15968
- return await o(`/api/app/v1/${P}/entity/${z}/column`, N);
15983
+ return await o(
15984
+ `/api/app/v1/${P}/entity/${z}/column`,
15985
+ N
15986
+ );
15969
15987
  },
15970
15988
  saveEntityColumn: async (z, N) => {
15971
15989
  const P = i();
15972
- return await n(`/api/app/v1/${P}/entity/${z}/column`, N);
15990
+ return await n(
15991
+ `/api/app/v1/${P}/entity/${z}/column`,
15992
+ N
15993
+ );
15973
15994
  },
15974
15995
  dropEntityColumn: async (z, N) => {
15975
15996
  const P = i();
15976
- return await r(`/api/app/v1/${P}/entity/${z}/column/${N}`);
15997
+ return await r(
15998
+ `/api/app/v1/${P}/entity/${z}/column/${N}`
15999
+ );
15977
16000
  },
15978
16001
  saveForeignKey: async (z, N) => {
15979
16002
  const P = i();
@@ -15985,19 +16008,29 @@ function sv() {
15985
16008
  },
15986
16009
  saveUniqueConstraint: async (z, N) => {
15987
16010
  const P = i();
15988
- return await n(`/api/app/v1/${P}/entity/${z}/column/${N}/constraint`);
16011
+ return await n(
16012
+ `/api/app/v1/${P}/entity/${z}/column/${N}/constraint`
16013
+ );
15989
16014
  },
15990
16015
  dropUniqueConstraint: async (z, N) => {
15991
16016
  const P = i();
15992
- return await r(`/api/app/v1/${P}/entity/${z}/column/${N}/constraint`);
16017
+ return await r(
16018
+ `/api/app/v1/${P}/entity/${z}/column/${N}/constraint`
16019
+ );
15993
16020
  },
15994
16021
  saveIndex: async (z, N) => {
15995
16022
  const P = i();
15996
- return await n(`/api/app/v1/${P}/entity/${z}/column-index`, N);
16023
+ return await n(
16024
+ `/api/app/v1/${P}/entity/${z}/column-index`,
16025
+ N
16026
+ );
15997
16027
  },
15998
16028
  dropIndex: async (z, N) => {
15999
16029
  const P = i();
16000
- return await r(`/api/app/v1/${P}/entity/${z}/column-index`, N);
16030
+ return await r(
16031
+ `/api/app/v1/${P}/entity/${z}/column-index`,
16032
+ N
16033
+ );
16001
16034
  },
16002
16035
  deleteEntity: async (z) => {
16003
16036
  const N = i();
@@ -16009,7 +16042,10 @@ function sv() {
16009
16042
  },
16010
16043
  saveEntityEvent: async (z, N) => {
16011
16044
  const P = i();
16012
- return await n(`/api/app/v1/${P}/entity/${z}/event`, N);
16045
+ return await n(
16046
+ `/api/app/v1/${P}/entity/${z}/event`,
16047
+ N
16048
+ );
16013
16049
  },
16014
16050
  deleteEntityEvent: async (z, N) => {
16015
16051
  const P = i();
@@ -16017,7 +16053,10 @@ function sv() {
16017
16053
  },
16018
16054
  updateEntityEvent: async (z, N, P) => {
16019
16055
  const J = i();
16020
- return await o(`/api/app/v1/${J}/entity/${z}/event/${N}`, P);
16056
+ return await o(
16057
+ `/api/app/v1/${J}/entity/${z}/event/${N}`,
16058
+ P
16059
+ );
16021
16060
  },
16022
16061
  getActionTypes: async () => {
16023
16062
  const z = i();
@@ -16029,15 +16068,23 @@ function sv() {
16029
16068
  },
16030
16069
  enableCache: async (z, N) => {
16031
16070
  const P = i();
16032
- return await o(`/api/app/v1/${P}/entity/${z}/enableCache`, N);
16071
+ return await o(
16072
+ `/api/app/v1/${P}/entity/${z}/enableCache`,
16073
+ N
16074
+ );
16033
16075
  },
16034
16076
  addOrUpdatePresets: async (z, N) => {
16035
16077
  const P = i();
16036
- return await n(`/api/app/v1/${P}/entity/${z}/preset`, N);
16078
+ return await n(
16079
+ `/api/app/v1/${P}/entity/${z}/preset`,
16080
+ N
16081
+ );
16037
16082
  },
16038
16083
  deletePreset: async (z, N) => {
16039
16084
  const P = i();
16040
- return await r(`/api/app/v1/${P}/entity/${z}/preset/${N}`);
16085
+ return await r(
16086
+ `/api/app/v1/${P}/entity/${z}/preset/${N}`
16087
+ );
16041
16088
  }
16042
16089
  };
16043
16090
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codesaaz-core",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "type": "module",
5
5
  "style": "./dist/index.css",
6
6
  "files": [