shred-api-client 2.4.14-rc.5 → 2.4.14-rc.6
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.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5895,6 +5895,7 @@ var Endpoints7 = {
|
|
|
5895
5895
|
// src/model/tenant/index.ts
|
|
5896
5896
|
var tenant_exports = {};
|
|
5897
5897
|
__export(tenant_exports, {
|
|
5898
|
+
Action: () => Action,
|
|
5898
5899
|
Endpoints: () => Endpoints8,
|
|
5899
5900
|
MemberSchema: () => MemberSchema,
|
|
5900
5901
|
PreferencesSchema: () => PreferencesSchema,
|