@gptmarket/temporal-types 0.0.25 → 0.0.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gptmarket/temporal-types",
3
- "version": "0.0.25",
3
+ "version": "0.0.27",
4
4
  "description": "TypeScript types and workflow registry for GPTMarket Temporal workflows",
5
5
  "main": "index.ts",
6
6
  "types": "index.ts",
package/registry.ts CHANGED
@@ -519,22 +519,6 @@ export const slideshow_to_video: WorkflowDefinition<
519
519
  { value: "green", label: "Green" },
520
520
  ],
521
521
  },
522
- {
523
- name: "text_background",
524
- type: "select",
525
- label: "Text Background",
526
- description:
527
- "Text background: black@0.6, black@0.8, white@0.6, white@0.8, none",
528
- required: false,
529
- default: "black@0.6",
530
- options: [
531
- { value: "black@0.6", label: "Black@0.6" },
532
- { value: "black@0.8", label: "Black@0.8" },
533
- { value: "white@0.6", label: "White@0.6" },
534
- { value: "white@0.8", label: "White@0.8" },
535
- { value: "none", label: "None" },
536
- ],
537
- },
538
522
  {
539
523
  name: "text_border_width",
540
524
  type: "select",
@@ -551,14 +535,6 @@ export const slideshow_to_video: WorkflowDefinition<
551
535
  { value: "5", label: "5" },
552
536
  ],
553
537
  },
554
- {
555
- name: "text_border_color",
556
- type: "textarea",
557
- label: "Text Border Color",
558
- description: "Text border color",
559
- required: false,
560
- default: "black",
561
- },
562
538
  ],
563
539
  };
564
540
 
@@ -673,15 +649,6 @@ export const slideshows_pinterest: WorkflowDefinition<
673
649
  { value: "bebas", label: "Bebas" },
674
650
  ],
675
651
  },
676
- {
677
- name: "text_font_scale",
678
- type: "number",
679
- label: "Text Font Scale",
680
- description: "Font scale divisor (height/scale). Lower = bigger text.",
681
- required: false,
682
- default: 30.0,
683
- validation: { min: 10.0, max: 100.0 },
684
- },
685
652
  {
686
653
  name: "text_color",
687
654
  type: "select",
@@ -698,22 +665,6 @@ export const slideshows_pinterest: WorkflowDefinition<
698
665
  { value: "green", label: "Green" },
699
666
  ],
700
667
  },
701
- {
702
- name: "text_background",
703
- type: "select",
704
- label: "Text Background",
705
- description:
706
- "Text background: black@0.6, black@0.8, white@0.6, white@0.8, none",
707
- required: false,
708
- default: "black@0.6",
709
- options: [
710
- { value: "black@0.6", label: "Black@0.6" },
711
- { value: "black@0.8", label: "Black@0.8" },
712
- { value: "white@0.6", label: "White@0.6" },
713
- { value: "white@0.8", label: "White@0.8" },
714
- { value: "none", label: "None" },
715
- ],
716
- },
717
668
  {
718
669
  name: "text_border_width",
719
670
  type: "select",
@@ -730,14 +681,6 @@ export const slideshows_pinterest: WorkflowDefinition<
730
681
  { value: "5", label: "5" },
731
682
  ],
732
683
  },
733
- {
734
- name: "text_border_color",
735
- type: "textarea",
736
- label: "Text Border Color",
737
- description: "Text border color",
738
- required: false,
739
- default: "black",
740
- },
741
684
  ],
742
685
  };
743
686
 
@@ -138,19 +138,6 @@
138
138
  "title": "Text Color",
139
139
  "type": "string"
140
140
  },
141
- "text_background": {
142
- "default": "black@0.6",
143
- "description": "Text background: black@0.6, black@0.8, white@0.6, white@0.8, none",
144
- "enum": [
145
- "black@0.6",
146
- "black@0.8",
147
- "white@0.6",
148
- "white@0.8",
149
- "none"
150
- ],
151
- "title": "Text Background",
152
- "type": "string"
153
- },
154
141
  "text_border_width": {
155
142
  "default": 2,
156
143
  "description": "Text border/outline width (0 to disable)",
@@ -164,12 +151,6 @@
164
151
  ],
165
152
  "title": "Text Border Width",
166
153
  "type": "integer"
167
- },
168
- "text_border_color": {
169
- "default": "black",
170
- "description": "Text border color",
171
- "title": "Text Border Color",
172
- "type": "string"
173
154
  }
174
155
  },
175
156
  "required": [
@@ -100,14 +100,6 @@
100
100
  "title": "Text Font",
101
101
  "type": "string"
102
102
  },
103
- "text_font_scale": {
104
- "default": 30.0,
105
- "description": "Font scale divisor (height/scale). Lower = bigger text.",
106
- "maximum": 100.0,
107
- "minimum": 10.0,
108
- "title": "Text Font Scale",
109
- "type": "number"
110
- },
111
103
  "text_color": {
112
104
  "default": "white",
113
105
  "description": "Text color: white, black, yellow, red, blue, green",
@@ -122,19 +114,6 @@
122
114
  "title": "Text Color",
123
115
  "type": "string"
124
116
  },
125
- "text_background": {
126
- "default": "black@0.6",
127
- "description": "Text background: black@0.6, black@0.8, white@0.6, white@0.8, none",
128
- "enum": [
129
- "black@0.6",
130
- "black@0.8",
131
- "white@0.6",
132
- "white@0.8",
133
- "none"
134
- ],
135
- "title": "Text Background",
136
- "type": "string"
137
- },
138
117
  "text_border_width": {
139
118
  "default": 2,
140
119
  "description": "Text border/outline width (0 to disable)",
@@ -148,12 +127,6 @@
148
127
  ],
149
128
  "title": "Text Border Width",
150
129
  "type": "integer"
151
- },
152
- "text_border_color": {
153
- "default": "black",
154
- "description": "Text border color",
155
- "title": "Text Border Color",
156
- "type": "string"
157
130
  }
158
131
  },
159
132
  "required": [
package/types.ts CHANGED
@@ -251,17 +251,8 @@ export interface SlideshowToVideoInput {
251
251
  | "bebas";
252
252
  /** Text color: white, black, yellow, red, blue, green */
253
253
  text_color?: "white" | "black" | "yellow" | "red" | "blue" | "green";
254
- /** Text background: black@0.6, black@0.8, white@0.6, white@0.8, none */
255
- text_background?:
256
- | "black@0.6"
257
- | "black@0.8"
258
- | "white@0.6"
259
- | "white@0.8"
260
- | "none";
261
254
  /** Text border/outline width (0 to disable) */
262
255
  text_border_width?: 0 | 1 | 2 | 3 | 4 | 5;
263
- /** Text border color */
264
- text_border_color?: string;
265
256
  }
266
257
 
267
258
  export interface SlideshowToVideoOutput {
@@ -317,21 +308,10 @@ export interface SlideshowsPinterestInput {
317
308
  | "montserrat"
318
309
  | "oswald"
319
310
  | "bebas";
320
- /** Font scale divisor (height/scale). Lower = bigger text. */
321
- text_font_scale?: number;
322
311
  /** Text color: white, black, yellow, red, blue, green */
323
312
  text_color?: "white" | "black" | "yellow" | "red" | "blue" | "green";
324
- /** Text background: black@0.6, black@0.8, white@0.6, white@0.8, none */
325
- text_background?:
326
- | "black@0.6"
327
- | "black@0.8"
328
- | "white@0.6"
329
- | "white@0.8"
330
- | "none";
331
313
  /** Text border/outline width (0 to disable) */
332
314
  text_border_width?: 0 | 1 | 2 | 3 | 4 | 5;
333
- /** Text border color */
334
- text_border_color?: string;
335
315
  }
336
316
 
337
317
  export interface SlideshowsPinterestOutput {