shred-api-client 2.3.2 → 2.3.3-rc.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/index.js +0 -16
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2044,20 +2044,4 @@ var core_exports = {};
|
|
|
2044
2044
|
|
|
2045
2045
|
// src/index.ts
|
|
2046
2046
|
var index_default = ShredAPI;
|
|
2047
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
2048
|
-
0 && (module.exports = {
|
|
2049
|
-
Asset,
|
|
2050
|
-
Core,
|
|
2051
|
-
Email,
|
|
2052
|
-
Exceptions,
|
|
2053
|
-
Goal,
|
|
2054
|
-
Note,
|
|
2055
|
-
Notification,
|
|
2056
|
-
Project,
|
|
2057
|
-
Prompt,
|
|
2058
|
-
Subscription,
|
|
2059
|
-
Tenant,
|
|
2060
|
-
Track,
|
|
2061
|
-
User
|
|
2062
|
-
});
|
|
2063
2047
|
//# sourceMappingURL=index.js.map
|