@storyblok/api-client 0.2.2 → 0.2.3
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/generated/shared/client/client.gen.d.mts +1 -0
- package/dist/generated/shared/client/index.d.mts +3 -0
- package/dist/generated/shared/client/types.gen.d.mts +1 -1
- package/dist/generated/stories/index.d.mts +1 -0
- package/dist/generated/stories/sdk.gen.d.mts +1 -0
- package/dist/generated/stories/types.gen.d.mts +1 -1
- package/dist/resources/stories.d.mts +0 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -99,5 +99,5 @@ interface ClientOptions {
|
|
|
99
99
|
throwOnError?: boolean;
|
|
100
100
|
}
|
|
101
101
|
//#endregion
|
|
102
|
-
export { RequestOptions, ResolvedRequestOptions };
|
|
102
|
+
export { ClientOptions, Config, RequestOptions, ResolvedRequestOptions, ResponseStyle, RetryOptions$1 as RetryOptions };
|
|
103
103
|
//# sourceMappingURL=types.gen.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import { AssetField, GetData, ListData, MultilinkField, PluginField, RichtextField, StoryAlternate, StoryBase, StoryCapi, StoryContent, StoryLocalizedPath, StoryTranslatedSlug, TableField } from "./types.gen.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -540,5 +540,5 @@ type GetData = {
|
|
|
540
540
|
url: '/v2/cdn/stories/{identifier}';
|
|
541
541
|
};
|
|
542
542
|
//#endregion
|
|
543
|
-
export { AssetField, GetData, ListData, MultilinkField, PluginField, RichtextField, StoryCapi, StoryContent, TableField };
|
|
543
|
+
export { AssetField, GetData, ListData, MultilinkField, PluginField, RichtextField, StoryAlternate, StoryBase, StoryCapi, StoryContent, StoryLocalizedPath, StoryTranslatedSlug, TableField };
|
|
544
544
|
//# sourceMappingURL=types.gen.d.mts.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { AssetField, MultilinkField, PluginField, RichtextField, StoryCapi, StoryContent, TableField } from "../generated/stories/types.gen.mjs";
|
|
2
|
-
|
|
3
2
|
//#region src/resources/stories.d.ts
|
|
4
3
|
type InlinedStoryContentField = string | number | boolean | Array<string | AssetField | StoryContent | StoryWithInlinedRelations> | AssetField | MultilinkField | TableField | RichtextField | PluginField | StoryWithInlinedRelations | undefined;
|
|
5
4
|
interface InlinedStoryContent {
|