@promptbook/remote-client 0.112.0-45 → 0.112.0-46

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/esm/index.es.js CHANGED
@@ -20,7 +20,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
20
20
  * @generated
21
21
  * @see https://github.com/webgptorg/promptbook
22
22
  */
23
- const PROMPTBOOK_ENGINE_VERSION = '0.112.0-45';
23
+ const PROMPTBOOK_ENGINE_VERSION = '0.112.0-46';
24
24
  /**
25
25
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
26
26
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -5,7 +5,7 @@ import type { AvatarDefinition } from './AvatarDefinition';
5
5
  *
6
6
  * @private shared contract for the avatar rendering system
7
7
  */
8
- export type AvatarVisualId = 'pixel-art' | 'octopus' | 'minecraft';
8
+ export type AvatarVisualId = 'pixel-art' | 'octopus' | 'octopus2' | 'minecraft' | 'fractal';
9
9
  /**
10
10
  * Derived color palette used by avatar visuals.
11
11
  *
@@ -0,0 +1,7 @@
1
+ import type { AvatarVisualDefinition } from '../types/AvatarVisualDefinition';
2
+ /**
3
+ * Fractal avatar visual.
4
+ *
5
+ * @private built-in avatar visual
6
+ */
7
+ export declare const fractalAvatarVisual: AvatarVisualDefinition;
@@ -0,0 +1,7 @@
1
+ import type { AvatarVisualDefinition } from '../types/AvatarVisualDefinition';
2
+ /**
3
+ * Octopus2 avatar visual.
4
+ *
5
+ * @private built-in avatar visual
6
+ */
7
+ export declare const octopus2AvatarVisual: AvatarVisualDefinition;
@@ -15,7 +15,7 @@ export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
15
15
  export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
16
16
  /**
17
17
  * Represents the version string of the Promptbook engine.
18
- * It follows semantic versioning (e.g., `0.112.0-44`).
18
+ * It follows semantic versioning (e.g., `0.112.0-45`).
19
19
  *
20
20
  * @generated
21
21
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/remote-client",
3
- "version": "0.112.0-45",
3
+ "version": "0.112.0-46",
4
4
  "description": "Promptbook: Turn your company's scattered knowledge into AI ready books",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -101,9 +101,10 @@
101
101
  },
102
102
  "main": "./umd/index.umd.js",
103
103
  "module": "./esm/index.es.js",
104
- "typings": "./esm/typings/src/_packages/remote-client.index.d.ts",
104
+ "types": "./esm/src/_packages/remote-client.index.d.ts",
105
+ "typings": "./esm/src/_packages/remote-client.index.d.ts",
105
106
  "peerDependencies": {
106
- "@promptbook/core": "0.112.0-45"
107
+ "@promptbook/core": "0.112.0-46"
107
108
  },
108
109
  "dependencies": {
109
110
  "crypto": "1.0.1",
package/umd/index.umd.js CHANGED
@@ -22,7 +22,7 @@
22
22
  * @generated
23
23
  * @see https://github.com/webgptorg/promptbook
24
24
  */
25
- const PROMPTBOOK_ENGINE_VERSION = '0.112.0-45';
25
+ const PROMPTBOOK_ENGINE_VERSION = '0.112.0-46';
26
26
  /**
27
27
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
28
28
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -5,7 +5,7 @@ import type { AvatarDefinition } from './AvatarDefinition';
5
5
  *
6
6
  * @private shared contract for the avatar rendering system
7
7
  */
8
- export type AvatarVisualId = 'pixel-art' | 'octopus' | 'minecraft';
8
+ export type AvatarVisualId = 'pixel-art' | 'octopus' | 'octopus2' | 'minecraft' | 'fractal';
9
9
  /**
10
10
  * Derived color palette used by avatar visuals.
11
11
  *
@@ -0,0 +1,7 @@
1
+ import type { AvatarVisualDefinition } from '../types/AvatarVisualDefinition';
2
+ /**
3
+ * Fractal avatar visual.
4
+ *
5
+ * @private built-in avatar visual
6
+ */
7
+ export declare const fractalAvatarVisual: AvatarVisualDefinition;
@@ -0,0 +1,7 @@
1
+ import type { AvatarVisualDefinition } from '../types/AvatarVisualDefinition';
2
+ /**
3
+ * Octopus2 avatar visual.
4
+ *
5
+ * @private built-in avatar visual
6
+ */
7
+ export declare const octopus2AvatarVisual: AvatarVisualDefinition;
@@ -15,7 +15,7 @@ export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
15
15
  export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
16
16
  /**
17
17
  * Represents the version string of the Promptbook engine.
18
- * It follows semantic versioning (e.g., `0.112.0-44`).
18
+ * It follows semantic versioning (e.g., `0.112.0-45`).
19
19
  *
20
20
  * @generated
21
21
  */