@bubblelab/bubble-core 0.1.77 → 0.1.78

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.
Files changed (29) hide show
  1. package/dist/bubble-bundle.d.ts +53 -52
  2. package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
  3. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  4. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
  5. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +74 -74
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  9. package/dist/bubbles/service-bubble/firecrawl.d.ts +112 -112
  10. package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
  11. package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
  12. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  13. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +10 -10
  14. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  15. package/dist/bubbles/service-bubble/slack/slack.d.ts +112 -112
  16. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
  17. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
  18. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
  19. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +254 -254
  20. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  21. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +54 -54
  22. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
  23. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  24. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +4 -4
  25. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
  26. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +1 -11
  27. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
  28. package/dist/bubbles.json +1 -1
  29. package/package.json +2 -2
@@ -1794,13 +1794,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1794
1794
  }, "strip", z.ZodTypeAny, {
1795
1795
  name: string;
1796
1796
  id: string;
1797
- color?: string | undefined;
1798
- team_id?: string | undefined;
1799
- deleted?: boolean | undefined;
1800
- real_name?: string | undefined;
1801
- tz?: string | undefined;
1802
- tz_label?: string | undefined;
1803
- tz_offset?: number | undefined;
1804
1797
  profile?: {
1805
1798
  title?: string | undefined;
1806
1799
  email?: string | undefined;
@@ -1827,6 +1820,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1827
1820
  image_512?: string | undefined;
1828
1821
  image_1024?: string | undefined;
1829
1822
  } | undefined;
1823
+ color?: string | undefined;
1824
+ team_id?: string | undefined;
1825
+ deleted?: boolean | undefined;
1826
+ real_name?: string | undefined;
1827
+ tz?: string | undefined;
1828
+ tz_label?: string | undefined;
1829
+ tz_offset?: number | undefined;
1830
1830
  is_admin?: boolean | undefined;
1831
1831
  is_owner?: boolean | undefined;
1832
1832
  is_primary_owner?: boolean | undefined;
@@ -1839,13 +1839,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1839
1839
  }, {
1840
1840
  name: string;
1841
1841
  id: string;
1842
- color?: string | undefined;
1843
- team_id?: string | undefined;
1844
- deleted?: boolean | undefined;
1845
- real_name?: string | undefined;
1846
- tz?: string | undefined;
1847
- tz_label?: string | undefined;
1848
- tz_offset?: number | undefined;
1849
1842
  profile?: {
1850
1843
  title?: string | undefined;
1851
1844
  email?: string | undefined;
@@ -1872,6 +1865,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1872
1865
  image_512?: string | undefined;
1873
1866
  image_1024?: string | undefined;
1874
1867
  } | undefined;
1868
+ color?: string | undefined;
1869
+ team_id?: string | undefined;
1870
+ deleted?: boolean | undefined;
1871
+ real_name?: string | undefined;
1872
+ tz?: string | undefined;
1873
+ tz_label?: string | undefined;
1874
+ tz_offset?: number | undefined;
1875
1875
  is_admin?: boolean | undefined;
1876
1876
  is_owner?: boolean | undefined;
1877
1877
  is_primary_owner?: boolean | undefined;
@@ -1892,13 +1892,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1892
1892
  user?: {
1893
1893
  name: string;
1894
1894
  id: string;
1895
- color?: string | undefined;
1896
- team_id?: string | undefined;
1897
- deleted?: boolean | undefined;
1898
- real_name?: string | undefined;
1899
- tz?: string | undefined;
1900
- tz_label?: string | undefined;
1901
- tz_offset?: number | undefined;
1902
1895
  profile?: {
1903
1896
  title?: string | undefined;
1904
1897
  email?: string | undefined;
@@ -1925,6 +1918,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1925
1918
  image_512?: string | undefined;
1926
1919
  image_1024?: string | undefined;
1927
1920
  } | undefined;
1921
+ color?: string | undefined;
1922
+ team_id?: string | undefined;
1923
+ deleted?: boolean | undefined;
1924
+ real_name?: string | undefined;
1925
+ tz?: string | undefined;
1926
+ tz_label?: string | undefined;
1927
+ tz_offset?: number | undefined;
1928
1928
  is_admin?: boolean | undefined;
1929
1929
  is_owner?: boolean | undefined;
1930
1930
  is_primary_owner?: boolean | undefined;
@@ -1943,13 +1943,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1943
1943
  user?: {
1944
1944
  name: string;
1945
1945
  id: string;
1946
- color?: string | undefined;
1947
- team_id?: string | undefined;
1948
- deleted?: boolean | undefined;
1949
- real_name?: string | undefined;
1950
- tz?: string | undefined;
1951
- tz_label?: string | undefined;
1952
- tz_offset?: number | undefined;
1953
1946
  profile?: {
1954
1947
  title?: string | undefined;
1955
1948
  email?: string | undefined;
@@ -1976,6 +1969,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1976
1969
  image_512?: string | undefined;
1977
1970
  image_1024?: string | undefined;
1978
1971
  } | undefined;
1972
+ color?: string | undefined;
1973
+ team_id?: string | undefined;
1974
+ deleted?: boolean | undefined;
1975
+ real_name?: string | undefined;
1976
+ tz?: string | undefined;
1977
+ tz_label?: string | undefined;
1978
+ tz_offset?: number | undefined;
1979
1979
  is_admin?: boolean | undefined;
1980
1980
  is_owner?: boolean | undefined;
1981
1981
  is_primary_owner?: boolean | undefined;
@@ -2087,13 +2087,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2087
2087
  }, "strip", z.ZodTypeAny, {
2088
2088
  name: string;
2089
2089
  id: string;
2090
- color?: string | undefined;
2091
- team_id?: string | undefined;
2092
- deleted?: boolean | undefined;
2093
- real_name?: string | undefined;
2094
- tz?: string | undefined;
2095
- tz_label?: string | undefined;
2096
- tz_offset?: number | undefined;
2097
2090
  profile?: {
2098
2091
  title?: string | undefined;
2099
2092
  email?: string | undefined;
@@ -2120,6 +2113,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2120
2113
  image_512?: string | undefined;
2121
2114
  image_1024?: string | undefined;
2122
2115
  } | undefined;
2116
+ color?: string | undefined;
2117
+ team_id?: string | undefined;
2118
+ deleted?: boolean | undefined;
2119
+ real_name?: string | undefined;
2120
+ tz?: string | undefined;
2121
+ tz_label?: string | undefined;
2122
+ tz_offset?: number | undefined;
2123
2123
  is_admin?: boolean | undefined;
2124
2124
  is_owner?: boolean | undefined;
2125
2125
  is_primary_owner?: boolean | undefined;
@@ -2132,13 +2132,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2132
2132
  }, {
2133
2133
  name: string;
2134
2134
  id: string;
2135
- color?: string | undefined;
2136
- team_id?: string | undefined;
2137
- deleted?: boolean | undefined;
2138
- real_name?: string | undefined;
2139
- tz?: string | undefined;
2140
- tz_label?: string | undefined;
2141
- tz_offset?: number | undefined;
2142
2135
  profile?: {
2143
2136
  title?: string | undefined;
2144
2137
  email?: string | undefined;
@@ -2165,6 +2158,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2165
2158
  image_512?: string | undefined;
2166
2159
  image_1024?: string | undefined;
2167
2160
  } | undefined;
2161
+ color?: string | undefined;
2162
+ team_id?: string | undefined;
2163
+ deleted?: boolean | undefined;
2164
+ real_name?: string | undefined;
2165
+ tz?: string | undefined;
2166
+ tz_label?: string | undefined;
2167
+ tz_offset?: number | undefined;
2168
2168
  is_admin?: boolean | undefined;
2169
2169
  is_owner?: boolean | undefined;
2170
2170
  is_primary_owner?: boolean | undefined;
@@ -2195,13 +2195,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2195
2195
  members?: {
2196
2196
  name: string;
2197
2197
  id: string;
2198
- color?: string | undefined;
2199
- team_id?: string | undefined;
2200
- deleted?: boolean | undefined;
2201
- real_name?: string | undefined;
2202
- tz?: string | undefined;
2203
- tz_label?: string | undefined;
2204
- tz_offset?: number | undefined;
2205
2198
  profile?: {
2206
2199
  title?: string | undefined;
2207
2200
  email?: string | undefined;
@@ -2228,6 +2221,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2228
2221
  image_512?: string | undefined;
2229
2222
  image_1024?: string | undefined;
2230
2223
  } | undefined;
2224
+ color?: string | undefined;
2225
+ team_id?: string | undefined;
2226
+ deleted?: boolean | undefined;
2227
+ real_name?: string | undefined;
2228
+ tz?: string | undefined;
2229
+ tz_label?: string | undefined;
2230
+ tz_offset?: number | undefined;
2231
2231
  is_admin?: boolean | undefined;
2232
2232
  is_owner?: boolean | undefined;
2233
2233
  is_primary_owner?: boolean | undefined;
@@ -2249,13 +2249,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2249
2249
  members?: {
2250
2250
  name: string;
2251
2251
  id: string;
2252
- color?: string | undefined;
2253
- team_id?: string | undefined;
2254
- deleted?: boolean | undefined;
2255
- real_name?: string | undefined;
2256
- tz?: string | undefined;
2257
- tz_label?: string | undefined;
2258
- tz_offset?: number | undefined;
2259
2252
  profile?: {
2260
2253
  title?: string | undefined;
2261
2254
  email?: string | undefined;
@@ -2282,6 +2275,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2282
2275
  image_512?: string | undefined;
2283
2276
  image_1024?: string | undefined;
2284
2277
  } | undefined;
2278
+ color?: string | undefined;
2279
+ team_id?: string | undefined;
2280
+ deleted?: boolean | undefined;
2281
+ real_name?: string | undefined;
2282
+ tz?: string | undefined;
2283
+ tz_label?: string | undefined;
2284
+ tz_offset?: number | undefined;
2285
2285
  is_admin?: boolean | undefined;
2286
2286
  is_owner?: boolean | undefined;
2287
2287
  is_primary_owner?: boolean | undefined;
@@ -5186,13 +5186,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5186
5186
  }, "strip", z.ZodTypeAny, {
5187
5187
  name: string;
5188
5188
  id: string;
5189
- color?: string | undefined;
5190
- team_id?: string | undefined;
5191
- deleted?: boolean | undefined;
5192
- real_name?: string | undefined;
5193
- tz?: string | undefined;
5194
- tz_label?: string | undefined;
5195
- tz_offset?: number | undefined;
5196
5189
  profile?: {
5197
5190
  title?: string | undefined;
5198
5191
  email?: string | undefined;
@@ -5219,6 +5212,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5219
5212
  image_512?: string | undefined;
5220
5213
  image_1024?: string | undefined;
5221
5214
  } | undefined;
5215
+ color?: string | undefined;
5216
+ team_id?: string | undefined;
5217
+ deleted?: boolean | undefined;
5218
+ real_name?: string | undefined;
5219
+ tz?: string | undefined;
5220
+ tz_label?: string | undefined;
5221
+ tz_offset?: number | undefined;
5222
5222
  is_admin?: boolean | undefined;
5223
5223
  is_owner?: boolean | undefined;
5224
5224
  is_primary_owner?: boolean | undefined;
@@ -5231,13 +5231,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5231
5231
  }, {
5232
5232
  name: string;
5233
5233
  id: string;
5234
- color?: string | undefined;
5235
- team_id?: string | undefined;
5236
- deleted?: boolean | undefined;
5237
- real_name?: string | undefined;
5238
- tz?: string | undefined;
5239
- tz_label?: string | undefined;
5240
- tz_offset?: number | undefined;
5241
5234
  profile?: {
5242
5235
  title?: string | undefined;
5243
5236
  email?: string | undefined;
@@ -5264,6 +5257,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5264
5257
  image_512?: string | undefined;
5265
5258
  image_1024?: string | undefined;
5266
5259
  } | undefined;
5260
+ color?: string | undefined;
5261
+ team_id?: string | undefined;
5262
+ deleted?: boolean | undefined;
5263
+ real_name?: string | undefined;
5264
+ tz?: string | undefined;
5265
+ tz_label?: string | undefined;
5266
+ tz_offset?: number | undefined;
5267
5267
  is_admin?: boolean | undefined;
5268
5268
  is_owner?: boolean | undefined;
5269
5269
  is_primary_owner?: boolean | undefined;
@@ -5284,13 +5284,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5284
5284
  user?: {
5285
5285
  name: string;
5286
5286
  id: string;
5287
- color?: string | undefined;
5288
- team_id?: string | undefined;
5289
- deleted?: boolean | undefined;
5290
- real_name?: string | undefined;
5291
- tz?: string | undefined;
5292
- tz_label?: string | undefined;
5293
- tz_offset?: number | undefined;
5294
5287
  profile?: {
5295
5288
  title?: string | undefined;
5296
5289
  email?: string | undefined;
@@ -5317,6 +5310,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5317
5310
  image_512?: string | undefined;
5318
5311
  image_1024?: string | undefined;
5319
5312
  } | undefined;
5313
+ color?: string | undefined;
5314
+ team_id?: string | undefined;
5315
+ deleted?: boolean | undefined;
5316
+ real_name?: string | undefined;
5317
+ tz?: string | undefined;
5318
+ tz_label?: string | undefined;
5319
+ tz_offset?: number | undefined;
5320
5320
  is_admin?: boolean | undefined;
5321
5321
  is_owner?: boolean | undefined;
5322
5322
  is_primary_owner?: boolean | undefined;
@@ -5335,13 +5335,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5335
5335
  user?: {
5336
5336
  name: string;
5337
5337
  id: string;
5338
- color?: string | undefined;
5339
- team_id?: string | undefined;
5340
- deleted?: boolean | undefined;
5341
- real_name?: string | undefined;
5342
- tz?: string | undefined;
5343
- tz_label?: string | undefined;
5344
- tz_offset?: number | undefined;
5345
5338
  profile?: {
5346
5339
  title?: string | undefined;
5347
5340
  email?: string | undefined;
@@ -5368,6 +5361,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5368
5361
  image_512?: string | undefined;
5369
5362
  image_1024?: string | undefined;
5370
5363
  } | undefined;
5364
+ color?: string | undefined;
5365
+ team_id?: string | undefined;
5366
+ deleted?: boolean | undefined;
5367
+ real_name?: string | undefined;
5368
+ tz?: string | undefined;
5369
+ tz_label?: string | undefined;
5370
+ tz_offset?: number | undefined;
5371
5371
  is_admin?: boolean | undefined;
5372
5372
  is_owner?: boolean | undefined;
5373
5373
  is_primary_owner?: boolean | undefined;
@@ -5479,13 +5479,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5479
5479
  }, "strip", z.ZodTypeAny, {
5480
5480
  name: string;
5481
5481
  id: string;
5482
- color?: string | undefined;
5483
- team_id?: string | undefined;
5484
- deleted?: boolean | undefined;
5485
- real_name?: string | undefined;
5486
- tz?: string | undefined;
5487
- tz_label?: string | undefined;
5488
- tz_offset?: number | undefined;
5489
5482
  profile?: {
5490
5483
  title?: string | undefined;
5491
5484
  email?: string | undefined;
@@ -5512,6 +5505,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5512
5505
  image_512?: string | undefined;
5513
5506
  image_1024?: string | undefined;
5514
5507
  } | undefined;
5508
+ color?: string | undefined;
5509
+ team_id?: string | undefined;
5510
+ deleted?: boolean | undefined;
5511
+ real_name?: string | undefined;
5512
+ tz?: string | undefined;
5513
+ tz_label?: string | undefined;
5514
+ tz_offset?: number | undefined;
5515
5515
  is_admin?: boolean | undefined;
5516
5516
  is_owner?: boolean | undefined;
5517
5517
  is_primary_owner?: boolean | undefined;
@@ -5524,13 +5524,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5524
5524
  }, {
5525
5525
  name: string;
5526
5526
  id: string;
5527
- color?: string | undefined;
5528
- team_id?: string | undefined;
5529
- deleted?: boolean | undefined;
5530
- real_name?: string | undefined;
5531
- tz?: string | undefined;
5532
- tz_label?: string | undefined;
5533
- tz_offset?: number | undefined;
5534
5527
  profile?: {
5535
5528
  title?: string | undefined;
5536
5529
  email?: string | undefined;
@@ -5557,6 +5550,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5557
5550
  image_512?: string | undefined;
5558
5551
  image_1024?: string | undefined;
5559
5552
  } | undefined;
5553
+ color?: string | undefined;
5554
+ team_id?: string | undefined;
5555
+ deleted?: boolean | undefined;
5556
+ real_name?: string | undefined;
5557
+ tz?: string | undefined;
5558
+ tz_label?: string | undefined;
5559
+ tz_offset?: number | undefined;
5560
5560
  is_admin?: boolean | undefined;
5561
5561
  is_owner?: boolean | undefined;
5562
5562
  is_primary_owner?: boolean | undefined;
@@ -5587,13 +5587,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5587
5587
  members?: {
5588
5588
  name: string;
5589
5589
  id: string;
5590
- color?: string | undefined;
5591
- team_id?: string | undefined;
5592
- deleted?: boolean | undefined;
5593
- real_name?: string | undefined;
5594
- tz?: string | undefined;
5595
- tz_label?: string | undefined;
5596
- tz_offset?: number | undefined;
5597
5590
  profile?: {
5598
5591
  title?: string | undefined;
5599
5592
  email?: string | undefined;
@@ -5620,6 +5613,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5620
5613
  image_512?: string | undefined;
5621
5614
  image_1024?: string | undefined;
5622
5615
  } | undefined;
5616
+ color?: string | undefined;
5617
+ team_id?: string | undefined;
5618
+ deleted?: boolean | undefined;
5619
+ real_name?: string | undefined;
5620
+ tz?: string | undefined;
5621
+ tz_label?: string | undefined;
5622
+ tz_offset?: number | undefined;
5623
5623
  is_admin?: boolean | undefined;
5624
5624
  is_owner?: boolean | undefined;
5625
5625
  is_primary_owner?: boolean | undefined;
@@ -5641,13 +5641,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5641
5641
  members?: {
5642
5642
  name: string;
5643
5643
  id: string;
5644
- color?: string | undefined;
5645
- team_id?: string | undefined;
5646
- deleted?: boolean | undefined;
5647
- real_name?: string | undefined;
5648
- tz?: string | undefined;
5649
- tz_label?: string | undefined;
5650
- tz_offset?: number | undefined;
5651
5644
  profile?: {
5652
5645
  title?: string | undefined;
5653
5646
  email?: string | undefined;
@@ -5674,6 +5667,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5674
5667
  image_512?: string | undefined;
5675
5668
  image_1024?: string | undefined;
5676
5669
  } | undefined;
5670
+ color?: string | undefined;
5671
+ team_id?: string | undefined;
5672
+ deleted?: boolean | undefined;
5673
+ real_name?: string | undefined;
5674
+ tz?: string | undefined;
5675
+ tz_label?: string | undefined;
5676
+ tz_offset?: number | undefined;
5677
5677
  is_admin?: boolean | undefined;
5678
5678
  is_owner?: boolean | undefined;
5679
5679
  is_primary_owner?: boolean | undefined;
@@ -299,8 +299,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
299
299
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
300
300
  }, "strip", import("zod").ZodTypeAny, {
301
301
  operation: "cancel_subscription";
302
- subscription_id: string;
303
302
  cancel_at_period_end: boolean;
303
+ subscription_id: string;
304
304
  credentials?: Partial<Record<CredentialType, string>> | undefined;
305
305
  }, {
306
306
  operation: "cancel_subscription";
@@ -550,7 +550,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
550
550
  created: import("zod").ZodNumber;
551
551
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
552
552
  }, "strip", import("zod").ZodTypeAny, {
553
- type: "recurring" | "one_time";
553
+ type: "one_time" | "recurring";
554
554
  id: string;
555
555
  created: number;
556
556
  currency: string;
@@ -559,7 +559,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
559
559
  unit_amount: number | null;
560
560
  metadata?: Record<string, string> | undefined;
561
561
  }, {
562
- type: "recurring" | "one_time";
562
+ type: "one_time" | "recurring";
563
563
  id: string;
564
564
  created: number;
565
565
  currency: string;
@@ -574,7 +574,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
574
574
  success: boolean;
575
575
  operation: "create_price";
576
576
  price?: {
577
- type: "recurring" | "one_time";
577
+ type: "one_time" | "recurring";
578
578
  id: string;
579
579
  created: number;
580
580
  currency: string;
@@ -588,7 +588,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
588
588
  success: boolean;
589
589
  operation: "create_price";
590
590
  price?: {
591
- type: "recurring" | "one_time";
591
+ type: "one_time" | "recurring";
592
592
  id: string;
593
593
  created: number;
594
594
  currency: string;
@@ -610,7 +610,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
610
610
  created: import("zod").ZodNumber;
611
611
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
612
612
  }, "strip", import("zod").ZodTypeAny, {
613
- type: "recurring" | "one_time";
613
+ type: "one_time" | "recurring";
614
614
  id: string;
615
615
  created: number;
616
616
  currency: string;
@@ -619,7 +619,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
619
619
  unit_amount: number | null;
620
620
  metadata?: Record<string, string> | undefined;
621
621
  }, {
622
- type: "recurring" | "one_time";
622
+ type: "one_time" | "recurring";
623
623
  id: string;
624
624
  created: number;
625
625
  currency: string;
@@ -634,7 +634,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
634
634
  success: boolean;
635
635
  operation: "list_prices";
636
636
  prices?: {
637
- type: "recurring" | "one_time";
637
+ type: "one_time" | "recurring";
638
638
  id: string;
639
639
  created: number;
640
640
  currency: string;
@@ -648,7 +648,7 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
648
648
  success: boolean;
649
649
  operation: "list_prices";
650
650
  prices?: {
651
- type: "recurring" | "one_time";
651
+ type: "one_time" | "recurring";
652
652
  id: string;
653
653
  created: number;
654
654
  currency: string;
@@ -224,14 +224,14 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
224
224
  }, "strip", z.ZodTypeAny, {
225
225
  name: string;
226
226
  operation: "create_customer";
227
- credentials?: Partial<Record<CredentialType, string>> | undefined;
228
227
  email?: string | undefined;
228
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
229
229
  metadata?: Record<string, string> | undefined;
230
230
  }, {
231
231
  name: string;
232
232
  operation: "create_customer";
233
- credentials?: Partial<Record<CredentialType, string>> | undefined;
234
233
  email?: string | undefined;
234
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
235
235
  metadata?: Record<string, string> | undefined;
236
236
  }>, z.ZodObject<{
237
237
  operation: z.ZodLiteral<"list_customers">;
@@ -241,12 +241,12 @@ export declare const StripeParamsSchema: z.ZodDiscriminatedUnion<"operation", [z
241
241
  }, "strip", z.ZodTypeAny, {
242
242
  operation: "list_customers";
243
243
  limit: number;
244
- credentials?: Partial<Record<CredentialType, string>> | undefined;
245
244
  email?: string | undefined;
245
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
246
246
  }, {
247
247
  operation: "list_customers";
248
- credentials?: Partial<Record<CredentialType, string>> | undefined;
249
248
  email?: string | undefined;
249
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
250
250
  limit?: number | undefined;
251
251
  }>, z.ZodObject<{
252
252
  operation: z.ZodLiteral<"create_product">;
@@ -98,12 +98,12 @@ export declare const AmazonShoppingToolParamsSchema: z.ZodDiscriminatedUnion<"op
98
98
  }, "strip", z.ZodTypeAny, {
99
99
  operation: "screenshot";
100
100
  full_page: boolean;
101
- credentials?: Partial<Record<CredentialType, string>> | undefined;
102
101
  url?: string | undefined;
102
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
103
103
  }, {
104
104
  operation: "screenshot";
105
- credentials?: Partial<Record<CredentialType, string>> | undefined;
106
105
  url?: string | undefined;
106
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
107
107
  full_page?: boolean | undefined;
108
108
  }>]>;
109
109
  /**