@fctc/interface-logic 5.3.9 → 5.4.0
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/{chunk-3KFJ7AUW.mjs → chunk-MYBNAAVK.mjs} +1 -1
- package/dist/{chunk-Q72HGOHJ.js → chunk-POIUYPTU.js} +1 -1
- package/dist/hooks.js +158 -158
- package/dist/hooks.mjs +1 -1
- package/dist/index.js +179 -179
- package/dist/index.mjs +1 -1
- package/dist/provider.js +11 -11
- package/dist/provider.mjs +1 -1
- package/dist/services.js +12 -12
- package/dist/services.mjs +1 -1
- package/package.json +1 -1
|
@@ -4652,7 +4652,7 @@ var publicBucketService = (env) => {
|
|
|
4652
4652
|
public: true
|
|
4653
4653
|
};
|
|
4654
4654
|
const url = `${"/storage/v1/bucket/" /* PUBLIC_BUCKET */}tenant-${shortTenantId}`;
|
|
4655
|
-
return env?.requests.
|
|
4655
|
+
return env?.requests.put(url, jsonData, {
|
|
4656
4656
|
headers: {
|
|
4657
4657
|
"Content-Type": "application/json",
|
|
4658
4658
|
"x-tenant-id": shortTenantId
|
|
@@ -4654,7 +4654,7 @@ var publicBucketService = (env) => {
|
|
|
4654
4654
|
public: true
|
|
4655
4655
|
};
|
|
4656
4656
|
const url = `${"/storage/v1/bucket/" /* PUBLIC_BUCKET */}tenant-${shortTenantId}`;
|
|
4657
|
-
return env?.requests.
|
|
4657
|
+
return env?.requests.put(url, jsonData, {
|
|
4658
4658
|
headers: {
|
|
4659
4659
|
"Content-Type": "application/json",
|
|
4660
4660
|
"x-tenant-id": shortTenantId
|