@vm0/cli 9.91.1 → 9.92.1
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/{chunk-35RHCGX2.js → chunk-KXR4BFFL.js} +435 -8
- package/chunk-KXR4BFFL.js.map +1 -0
- package/index.js +10 -10
- package/package.json +1 -1
- package/zero.js +21 -6
- package/zero.js.map +1 -1
- package/chunk-35RHCGX2.js.map +0 -1
|
@@ -49,7 +49,7 @@ if (DSN) {
|
|
|
49
49
|
Sentry.init({
|
|
50
50
|
dsn: DSN,
|
|
51
51
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
52
|
-
release: "9.
|
|
52
|
+
release: "9.92.1",
|
|
53
53
|
sendDefaultPii: false,
|
|
54
54
|
tracesSampleRate: 0,
|
|
55
55
|
shutdownTimeout: 500,
|
|
@@ -68,7 +68,7 @@ if (DSN) {
|
|
|
68
68
|
}
|
|
69
69
|
});
|
|
70
70
|
Sentry.setContext("cli", {
|
|
71
|
-
version: "9.
|
|
71
|
+
version: "9.92.1",
|
|
72
72
|
command: process.argv.slice(2).join(" ")
|
|
73
73
|
});
|
|
74
74
|
Sentry.setContext("runtime", {
|
|
@@ -1075,7 +1075,7 @@ var createRunResponseSchema = z8.object({
|
|
|
1075
1075
|
output: z8.string().optional(),
|
|
1076
1076
|
error: z8.string().optional(),
|
|
1077
1077
|
executionTimeMs: z8.number().optional(),
|
|
1078
|
-
createdAt: z8.string()
|
|
1078
|
+
createdAt: z8.string().optional()
|
|
1079
1079
|
});
|
|
1080
1080
|
var getRunResponseSchema = z8.object({
|
|
1081
1081
|
runId: z8.string(),
|
|
@@ -2768,7 +2768,8 @@ var unsavedRunSchema = z17.object({
|
|
|
2768
2768
|
runId: z17.string(),
|
|
2769
2769
|
status: z17.string(),
|
|
2770
2770
|
prompt: z17.string(),
|
|
2771
|
-
error: z17.string().nullable()
|
|
2771
|
+
error: z17.string().nullable(),
|
|
2772
|
+
createdAt: z17.string()
|
|
2772
2773
|
});
|
|
2773
2774
|
var chatThreadDetailSchema = z17.object({
|
|
2774
2775
|
id: z17.string(),
|
|
@@ -2856,7 +2857,7 @@ var chatMessagesContract = c10.router({
|
|
|
2856
2857
|
runId: z17.string(),
|
|
2857
2858
|
threadId: z17.string(),
|
|
2858
2859
|
status: runStatusSchema,
|
|
2859
|
-
createdAt: z17.string()
|
|
2860
|
+
createdAt: z17.string().optional()
|
|
2860
2861
|
}),
|
|
2861
2862
|
400: apiErrorSchema,
|
|
2862
2863
|
401: apiErrorSchema,
|
|
@@ -13276,6 +13277,26 @@ var heygenFirewall = {
|
|
|
13276
13277
|
]
|
|
13277
13278
|
};
|
|
13278
13279
|
|
|
13280
|
+
// ../../packages/core/src/firewalls/htmlcsstoimage.generated.ts
|
|
13281
|
+
var htmlcsstoimageFirewall = {
|
|
13282
|
+
name: "htmlcsstoimage",
|
|
13283
|
+
description: "HTML/CSS to Image API",
|
|
13284
|
+
placeholders: {
|
|
13285
|
+
HCTI_API_KEY: "c0ffee5a-fe10-ca1c-0ffe-e5afe10ca1c0"
|
|
13286
|
+
},
|
|
13287
|
+
apis: [
|
|
13288
|
+
{
|
|
13289
|
+
base: "https://hcti.io",
|
|
13290
|
+
auth: {
|
|
13291
|
+
headers: {
|
|
13292
|
+
Authorization: "${{ basic(vars.HCTI_USER_ID, secrets.HCTI_API_KEY) }}"
|
|
13293
|
+
}
|
|
13294
|
+
},
|
|
13295
|
+
permissions: []
|
|
13296
|
+
}
|
|
13297
|
+
]
|
|
13298
|
+
};
|
|
13299
|
+
|
|
13279
13300
|
// ../../packages/core/src/firewalls/hubspot.generated.ts
|
|
13280
13301
|
var hubspotFirewall = {
|
|
13281
13302
|
name: "hubspot",
|
|
@@ -13463,6 +13484,26 @@ var intervalsIcuFirewall = {
|
|
|
13463
13484
|
]
|
|
13464
13485
|
};
|
|
13465
13486
|
|
|
13487
|
+
// ../../packages/core/src/firewalls/jira.generated.ts
|
|
13488
|
+
var jiraFirewall = {
|
|
13489
|
+
name: "jira",
|
|
13490
|
+
description: "Jira REST API (API token auth)",
|
|
13491
|
+
placeholders: {
|
|
13492
|
+
JIRA_API_TOKEN: "Coffee5afe10ca1Coffee5af"
|
|
13493
|
+
},
|
|
13494
|
+
apis: [
|
|
13495
|
+
{
|
|
13496
|
+
base: "https://${{ vars.JIRA_DOMAIN }}",
|
|
13497
|
+
auth: {
|
|
13498
|
+
headers: {
|
|
13499
|
+
Authorization: "${{ basic(vars.JIRA_EMAIL, secrets.JIRA_API_TOKEN) }}"
|
|
13500
|
+
}
|
|
13501
|
+
},
|
|
13502
|
+
permissions: []
|
|
13503
|
+
}
|
|
13504
|
+
]
|
|
13505
|
+
};
|
|
13506
|
+
|
|
13466
13507
|
// ../../packages/core/src/firewalls/jotform.generated.ts
|
|
13467
13508
|
var jotformFirewall = {
|
|
13468
13509
|
name: "jotform",
|
|
@@ -15184,6 +15225,26 @@ var stravaFirewall = {
|
|
|
15184
15225
|
]
|
|
15185
15226
|
};
|
|
15186
15227
|
|
|
15228
|
+
// ../../packages/core/src/firewalls/streak.generated.ts
|
|
15229
|
+
var streakFirewall = {
|
|
15230
|
+
name: "streak",
|
|
15231
|
+
description: "Streak CRM API",
|
|
15232
|
+
placeholders: {
|
|
15233
|
+
STREAK_TOKEN: "Coffee5afe10ca1Coffee5afe10ca1Coffee5afe10"
|
|
15234
|
+
},
|
|
15235
|
+
apis: [
|
|
15236
|
+
{
|
|
15237
|
+
base: "https://api.streak.com",
|
|
15238
|
+
auth: {
|
|
15239
|
+
headers: {
|
|
15240
|
+
Authorization: "${{ basic(secrets.STREAK_TOKEN, ) }}"
|
|
15241
|
+
}
|
|
15242
|
+
},
|
|
15243
|
+
permissions: []
|
|
15244
|
+
}
|
|
15245
|
+
]
|
|
15246
|
+
};
|
|
15247
|
+
|
|
15187
15248
|
// ../../packages/core/src/firewalls/stripe.generated.ts
|
|
15188
15249
|
var stripeFirewall = {
|
|
15189
15250
|
name: "stripe",
|
|
@@ -16554,13 +16615,376 @@ var youtubeFirewall = {
|
|
|
16554
16615
|
},
|
|
16555
16616
|
apis: [
|
|
16556
16617
|
{
|
|
16557
|
-
base: "https://
|
|
16618
|
+
base: "https://youtube.googleapis.com/youtube",
|
|
16558
16619
|
auth: {
|
|
16559
16620
|
headers: {
|
|
16560
16621
|
"X-Goog-Api-Key": "${{ secrets.YOUTUBE_TOKEN }}"
|
|
16561
16622
|
}
|
|
16562
16623
|
},
|
|
16563
|
-
permissions: [
|
|
16624
|
+
permissions: [
|
|
16625
|
+
{
|
|
16626
|
+
name: "youtube",
|
|
16627
|
+
description: "Manage your YouTube account",
|
|
16628
|
+
rules: [
|
|
16629
|
+
"POST /v3/abuseReports",
|
|
16630
|
+
"GET /v3/activities",
|
|
16631
|
+
"POST /v3/channelBanners/insert",
|
|
16632
|
+
"GET /v3/channelSections",
|
|
16633
|
+
"POST /v3/channelSections",
|
|
16634
|
+
"PUT /v3/channelSections",
|
|
16635
|
+
"DELETE /v3/channelSections",
|
|
16636
|
+
"GET /v3/channels",
|
|
16637
|
+
"PUT /v3/channels",
|
|
16638
|
+
"GET /v3/i18nLanguages",
|
|
16639
|
+
"GET /v3/i18nRegions",
|
|
16640
|
+
"GET /v3/liveBroadcasts",
|
|
16641
|
+
"POST /v3/liveBroadcasts",
|
|
16642
|
+
"PUT /v3/liveBroadcasts",
|
|
16643
|
+
"DELETE /v3/liveBroadcasts",
|
|
16644
|
+
"POST /v3/liveBroadcasts/bind",
|
|
16645
|
+
"POST /v3/liveBroadcasts/cuepoint",
|
|
16646
|
+
"POST /v3/liveBroadcasts/transition",
|
|
16647
|
+
"POST /v3/liveChat/bans",
|
|
16648
|
+
"DELETE /v3/liveChat/bans",
|
|
16649
|
+
"GET /v3/liveChat/messages",
|
|
16650
|
+
"POST /v3/liveChat/messages",
|
|
16651
|
+
"DELETE /v3/liveChat/messages",
|
|
16652
|
+
"GET /v3/liveChat/messages/stream",
|
|
16653
|
+
"POST /v3/liveChat/messages/transition",
|
|
16654
|
+
"GET /v3/liveChat/moderators",
|
|
16655
|
+
"POST /v3/liveChat/moderators",
|
|
16656
|
+
"DELETE /v3/liveChat/moderators",
|
|
16657
|
+
"GET /v3/liveStreams",
|
|
16658
|
+
"POST /v3/liveStreams",
|
|
16659
|
+
"PUT /v3/liveStreams",
|
|
16660
|
+
"DELETE /v3/liveStreams",
|
|
16661
|
+
"GET /v3/playlistImages",
|
|
16662
|
+
"POST /v3/playlistImages",
|
|
16663
|
+
"PUT /v3/playlistImages",
|
|
16664
|
+
"DELETE /v3/playlistImages",
|
|
16665
|
+
"GET /v3/playlistItems",
|
|
16666
|
+
"POST /v3/playlistItems",
|
|
16667
|
+
"PUT /v3/playlistItems",
|
|
16668
|
+
"DELETE /v3/playlistItems",
|
|
16669
|
+
"GET /v3/playlists",
|
|
16670
|
+
"POST /v3/playlists",
|
|
16671
|
+
"PUT /v3/playlists",
|
|
16672
|
+
"DELETE /v3/playlists",
|
|
16673
|
+
"GET /v3/search",
|
|
16674
|
+
"GET /v3/subscriptions",
|
|
16675
|
+
"POST /v3/subscriptions",
|
|
16676
|
+
"DELETE /v3/subscriptions",
|
|
16677
|
+
"GET /v3/superChatEvents",
|
|
16678
|
+
"POST /v3/thumbnails/set",
|
|
16679
|
+
"GET /v3/videoAbuseReportReasons",
|
|
16680
|
+
"GET /v3/videoCategories",
|
|
16681
|
+
"GET /v3/videoTrainability",
|
|
16682
|
+
"GET /v3/videos",
|
|
16683
|
+
"POST /v3/videos",
|
|
16684
|
+
"PUT /v3/videos",
|
|
16685
|
+
"DELETE /v3/videos",
|
|
16686
|
+
"GET /v3/videos/getRating",
|
|
16687
|
+
"POST /v3/videos/rate",
|
|
16688
|
+
"POST /v3/videos/reportAbuse",
|
|
16689
|
+
"POST /v3/watermarks/set",
|
|
16690
|
+
"POST /v3/watermarks/unset"
|
|
16691
|
+
]
|
|
16692
|
+
},
|
|
16693
|
+
{
|
|
16694
|
+
name: "youtube.channel-memberships.creator",
|
|
16695
|
+
description: "See a list of your current active channel members, their current level, and when they became a member",
|
|
16696
|
+
rules: ["GET /v3/members", "GET /v3/membershipsLevels"]
|
|
16697
|
+
},
|
|
16698
|
+
{
|
|
16699
|
+
name: "youtube.force-ssl",
|
|
16700
|
+
description: "See, edit, and permanently delete your YouTube videos, ratings, comments and captions",
|
|
16701
|
+
rules: [
|
|
16702
|
+
"POST /v3/abuseReports",
|
|
16703
|
+
"GET /v3/activities",
|
|
16704
|
+
"GET /v3/captions",
|
|
16705
|
+
"POST /v3/captions",
|
|
16706
|
+
"PUT /v3/captions",
|
|
16707
|
+
"DELETE /v3/captions",
|
|
16708
|
+
"GET /v3/captions/{id}",
|
|
16709
|
+
"POST /v3/channelBanners/insert",
|
|
16710
|
+
"GET /v3/channelSections",
|
|
16711
|
+
"POST /v3/channelSections",
|
|
16712
|
+
"PUT /v3/channelSections",
|
|
16713
|
+
"DELETE /v3/channelSections",
|
|
16714
|
+
"GET /v3/channels",
|
|
16715
|
+
"PUT /v3/channels",
|
|
16716
|
+
"GET /v3/commentThreads",
|
|
16717
|
+
"POST /v3/commentThreads",
|
|
16718
|
+
"GET /v3/comments",
|
|
16719
|
+
"POST /v3/comments",
|
|
16720
|
+
"PUT /v3/comments",
|
|
16721
|
+
"DELETE /v3/comments",
|
|
16722
|
+
"POST /v3/comments/markAsSpam",
|
|
16723
|
+
"POST /v3/comments/setModerationStatus",
|
|
16724
|
+
"GET /v3/i18nLanguages",
|
|
16725
|
+
"GET /v3/i18nRegions",
|
|
16726
|
+
"GET /v3/liveBroadcasts",
|
|
16727
|
+
"POST /v3/liveBroadcasts",
|
|
16728
|
+
"PUT /v3/liveBroadcasts",
|
|
16729
|
+
"DELETE /v3/liveBroadcasts",
|
|
16730
|
+
"POST /v3/liveBroadcasts/bind",
|
|
16731
|
+
"POST /v3/liveBroadcasts/cuepoint",
|
|
16732
|
+
"POST /v3/liveBroadcasts/transition",
|
|
16733
|
+
"POST /v3/liveChat/bans",
|
|
16734
|
+
"DELETE /v3/liveChat/bans",
|
|
16735
|
+
"GET /v3/liveChat/messages",
|
|
16736
|
+
"POST /v3/liveChat/messages",
|
|
16737
|
+
"DELETE /v3/liveChat/messages",
|
|
16738
|
+
"GET /v3/liveChat/messages/stream",
|
|
16739
|
+
"POST /v3/liveChat/messages/transition",
|
|
16740
|
+
"GET /v3/liveChat/moderators",
|
|
16741
|
+
"POST /v3/liveChat/moderators",
|
|
16742
|
+
"DELETE /v3/liveChat/moderators",
|
|
16743
|
+
"GET /v3/liveStreams",
|
|
16744
|
+
"POST /v3/liveStreams",
|
|
16745
|
+
"PUT /v3/liveStreams",
|
|
16746
|
+
"DELETE /v3/liveStreams",
|
|
16747
|
+
"GET /v3/playlistImages",
|
|
16748
|
+
"POST /v3/playlistImages",
|
|
16749
|
+
"PUT /v3/playlistImages",
|
|
16750
|
+
"DELETE /v3/playlistImages",
|
|
16751
|
+
"GET /v3/playlistItems",
|
|
16752
|
+
"POST /v3/playlistItems",
|
|
16753
|
+
"PUT /v3/playlistItems",
|
|
16754
|
+
"DELETE /v3/playlistItems",
|
|
16755
|
+
"GET /v3/playlists",
|
|
16756
|
+
"POST /v3/playlists",
|
|
16757
|
+
"PUT /v3/playlists",
|
|
16758
|
+
"DELETE /v3/playlists",
|
|
16759
|
+
"GET /v3/search",
|
|
16760
|
+
"GET /v3/subscriptions",
|
|
16761
|
+
"POST /v3/subscriptions",
|
|
16762
|
+
"DELETE /v3/subscriptions",
|
|
16763
|
+
"GET /v3/superChatEvents",
|
|
16764
|
+
"POST /v3/thumbnails/set",
|
|
16765
|
+
"GET /v3/videoAbuseReportReasons",
|
|
16766
|
+
"GET /v3/videoCategories",
|
|
16767
|
+
"GET /v3/videoTrainability",
|
|
16768
|
+
"GET /v3/videos",
|
|
16769
|
+
"POST /v3/videos",
|
|
16770
|
+
"PUT /v3/videos",
|
|
16771
|
+
"DELETE /v3/videos",
|
|
16772
|
+
"GET /v3/videos/getRating",
|
|
16773
|
+
"POST /v3/videos/rate",
|
|
16774
|
+
"POST /v3/videos/reportAbuse",
|
|
16775
|
+
"POST /v3/watermarks/set",
|
|
16776
|
+
"POST /v3/watermarks/unset"
|
|
16777
|
+
]
|
|
16778
|
+
},
|
|
16779
|
+
{
|
|
16780
|
+
name: "youtube.readonly",
|
|
16781
|
+
description: "View your YouTube account",
|
|
16782
|
+
rules: [
|
|
16783
|
+
"GET /v3/activities",
|
|
16784
|
+
"GET /v3/channelSections",
|
|
16785
|
+
"GET /v3/channels",
|
|
16786
|
+
"GET /v3/i18nLanguages",
|
|
16787
|
+
"GET /v3/i18nRegions",
|
|
16788
|
+
"GET /v3/liveBroadcasts",
|
|
16789
|
+
"GET /v3/liveChat/messages",
|
|
16790
|
+
"GET /v3/liveChat/messages/stream",
|
|
16791
|
+
"GET /v3/liveChat/moderators",
|
|
16792
|
+
"GET /v3/liveStreams",
|
|
16793
|
+
"GET /v3/playlistImages",
|
|
16794
|
+
"GET /v3/playlistItems",
|
|
16795
|
+
"GET /v3/playlists",
|
|
16796
|
+
"GET /v3/search",
|
|
16797
|
+
"GET /v3/subscriptions",
|
|
16798
|
+
"GET /v3/superChatEvents",
|
|
16799
|
+
"POST /v3/tests",
|
|
16800
|
+
"GET /v3/videoAbuseReportReasons",
|
|
16801
|
+
"GET /v3/videoCategories",
|
|
16802
|
+
"GET /v3/videoTrainability",
|
|
16803
|
+
"GET /v3/videos"
|
|
16804
|
+
]
|
|
16805
|
+
},
|
|
16806
|
+
{
|
|
16807
|
+
name: "youtube.upload",
|
|
16808
|
+
description: "Manage your YouTube videos",
|
|
16809
|
+
rules: [
|
|
16810
|
+
"POST /v3/channelBanners/insert",
|
|
16811
|
+
"POST /v3/thumbnails/set",
|
|
16812
|
+
"POST /v3/videos",
|
|
16813
|
+
"POST /v3/watermarks/set"
|
|
16814
|
+
]
|
|
16815
|
+
},
|
|
16816
|
+
{
|
|
16817
|
+
name: "youtubepartner",
|
|
16818
|
+
description: "View and manage your assets and associated content on YouTube",
|
|
16819
|
+
rules: [
|
|
16820
|
+
"GET /v3/captions",
|
|
16821
|
+
"POST /v3/captions",
|
|
16822
|
+
"PUT /v3/captions",
|
|
16823
|
+
"DELETE /v3/captions",
|
|
16824
|
+
"GET /v3/captions/{id}",
|
|
16825
|
+
"GET /v3/channelSections",
|
|
16826
|
+
"POST /v3/channelSections",
|
|
16827
|
+
"PUT /v3/channelSections",
|
|
16828
|
+
"DELETE /v3/channelSections",
|
|
16829
|
+
"GET /v3/channels",
|
|
16830
|
+
"PUT /v3/channels",
|
|
16831
|
+
"GET /v3/i18nLanguages",
|
|
16832
|
+
"GET /v3/i18nRegions",
|
|
16833
|
+
"POST /v3/liveBroadcasts/cuepoint",
|
|
16834
|
+
"GET /v3/playlistImages",
|
|
16835
|
+
"POST /v3/playlistImages",
|
|
16836
|
+
"PUT /v3/playlistImages",
|
|
16837
|
+
"DELETE /v3/playlistImages",
|
|
16838
|
+
"GET /v3/playlistItems",
|
|
16839
|
+
"POST /v3/playlistItems",
|
|
16840
|
+
"PUT /v3/playlistItems",
|
|
16841
|
+
"DELETE /v3/playlistItems",
|
|
16842
|
+
"GET /v3/playlists",
|
|
16843
|
+
"POST /v3/playlists",
|
|
16844
|
+
"PUT /v3/playlists",
|
|
16845
|
+
"DELETE /v3/playlists",
|
|
16846
|
+
"GET /v3/search",
|
|
16847
|
+
"GET /v3/subscriptions",
|
|
16848
|
+
"POST /v3/subscriptions",
|
|
16849
|
+
"DELETE /v3/subscriptions",
|
|
16850
|
+
"POST /v3/thumbnails/set",
|
|
16851
|
+
"GET /v3/videoCategories",
|
|
16852
|
+
"GET /v3/videoTrainability",
|
|
16853
|
+
"GET /v3/videos",
|
|
16854
|
+
"POST /v3/videos",
|
|
16855
|
+
"PUT /v3/videos",
|
|
16856
|
+
"DELETE /v3/videos",
|
|
16857
|
+
"GET /v3/videos/getRating",
|
|
16858
|
+
"POST /v3/videos/rate",
|
|
16859
|
+
"POST /v3/videos/reportAbuse",
|
|
16860
|
+
"POST /v3/watermarks/set",
|
|
16861
|
+
"POST /v3/watermarks/unset"
|
|
16862
|
+
]
|
|
16863
|
+
},
|
|
16864
|
+
{
|
|
16865
|
+
name: "youtubepartner-channel-audit",
|
|
16866
|
+
description: "View private information of your YouTube channel relevant during the audit process with a YouTube partner",
|
|
16867
|
+
rules: ["GET /v3/channels"]
|
|
16868
|
+
}
|
|
16869
|
+
]
|
|
16870
|
+
},
|
|
16871
|
+
{
|
|
16872
|
+
base: "https://youtube.googleapis.com/upload/youtube",
|
|
16873
|
+
auth: {
|
|
16874
|
+
headers: {
|
|
16875
|
+
"X-Goog-Api-Key": "${{ secrets.YOUTUBE_TOKEN }}"
|
|
16876
|
+
}
|
|
16877
|
+
},
|
|
16878
|
+
permissions: [
|
|
16879
|
+
{
|
|
16880
|
+
name: "youtube",
|
|
16881
|
+
description: "Manage your YouTube account",
|
|
16882
|
+
rules: [
|
|
16883
|
+
"POST /v3/channelBanners/insert",
|
|
16884
|
+
"POST /v3/playlistImages",
|
|
16885
|
+
"PUT /v3/playlistImages",
|
|
16886
|
+
"POST /v3/thumbnails/set",
|
|
16887
|
+
"POST /v3/videos",
|
|
16888
|
+
"POST /v3/watermarks/set"
|
|
16889
|
+
]
|
|
16890
|
+
},
|
|
16891
|
+
{
|
|
16892
|
+
name: "youtube.force-ssl",
|
|
16893
|
+
description: "See, edit, and permanently delete your YouTube videos, ratings, comments and captions",
|
|
16894
|
+
rules: [
|
|
16895
|
+
"POST /v3/captions",
|
|
16896
|
+
"PUT /v3/captions",
|
|
16897
|
+
"POST /v3/channelBanners/insert",
|
|
16898
|
+
"POST /v3/playlistImages",
|
|
16899
|
+
"PUT /v3/playlistImages",
|
|
16900
|
+
"POST /v3/thumbnails/set",
|
|
16901
|
+
"POST /v3/videos",
|
|
16902
|
+
"POST /v3/watermarks/set"
|
|
16903
|
+
]
|
|
16904
|
+
},
|
|
16905
|
+
{
|
|
16906
|
+
name: "youtube.upload",
|
|
16907
|
+
description: "Manage your YouTube videos",
|
|
16908
|
+
rules: [
|
|
16909
|
+
"POST /v3/channelBanners/insert",
|
|
16910
|
+
"POST /v3/thumbnails/set",
|
|
16911
|
+
"POST /v3/videos",
|
|
16912
|
+
"POST /v3/watermarks/set"
|
|
16913
|
+
]
|
|
16914
|
+
},
|
|
16915
|
+
{
|
|
16916
|
+
name: "youtubepartner",
|
|
16917
|
+
description: "View and manage your assets and associated content on YouTube",
|
|
16918
|
+
rules: [
|
|
16919
|
+
"POST /v3/captions",
|
|
16920
|
+
"PUT /v3/captions",
|
|
16921
|
+
"POST /v3/playlistImages",
|
|
16922
|
+
"PUT /v3/playlistImages",
|
|
16923
|
+
"POST /v3/thumbnails/set",
|
|
16924
|
+
"POST /v3/videos",
|
|
16925
|
+
"POST /v3/watermarks/set"
|
|
16926
|
+
]
|
|
16927
|
+
}
|
|
16928
|
+
]
|
|
16929
|
+
},
|
|
16930
|
+
{
|
|
16931
|
+
base: "https://youtube.googleapis.com/resumable/upload/youtube",
|
|
16932
|
+
auth: {
|
|
16933
|
+
headers: {
|
|
16934
|
+
"X-Goog-Api-Key": "${{ secrets.YOUTUBE_TOKEN }}"
|
|
16935
|
+
}
|
|
16936
|
+
},
|
|
16937
|
+
permissions: [
|
|
16938
|
+
{
|
|
16939
|
+
name: "youtube",
|
|
16940
|
+
description: "Manage your YouTube account",
|
|
16941
|
+
rules: [
|
|
16942
|
+
"POST /v3/channelBanners/insert",
|
|
16943
|
+
"POST /v3/playlistImages",
|
|
16944
|
+
"PUT /v3/playlistImages",
|
|
16945
|
+
"POST /v3/thumbnails/set",
|
|
16946
|
+
"POST /v3/videos",
|
|
16947
|
+
"POST /v3/watermarks/set"
|
|
16948
|
+
]
|
|
16949
|
+
},
|
|
16950
|
+
{
|
|
16951
|
+
name: "youtube.force-ssl",
|
|
16952
|
+
description: "See, edit, and permanently delete your YouTube videos, ratings, comments and captions",
|
|
16953
|
+
rules: [
|
|
16954
|
+
"POST /v3/captions",
|
|
16955
|
+
"PUT /v3/captions",
|
|
16956
|
+
"POST /v3/channelBanners/insert",
|
|
16957
|
+
"POST /v3/playlistImages",
|
|
16958
|
+
"PUT /v3/playlistImages",
|
|
16959
|
+
"POST /v3/thumbnails/set",
|
|
16960
|
+
"POST /v3/videos",
|
|
16961
|
+
"POST /v3/watermarks/set"
|
|
16962
|
+
]
|
|
16963
|
+
},
|
|
16964
|
+
{
|
|
16965
|
+
name: "youtube.upload",
|
|
16966
|
+
description: "Manage your YouTube videos",
|
|
16967
|
+
rules: [
|
|
16968
|
+
"POST /v3/channelBanners/insert",
|
|
16969
|
+
"POST /v3/thumbnails/set",
|
|
16970
|
+
"POST /v3/videos",
|
|
16971
|
+
"POST /v3/watermarks/set"
|
|
16972
|
+
]
|
|
16973
|
+
},
|
|
16974
|
+
{
|
|
16975
|
+
name: "youtubepartner",
|
|
16976
|
+
description: "View and manage your assets and associated content on YouTube",
|
|
16977
|
+
rules: [
|
|
16978
|
+
"POST /v3/captions",
|
|
16979
|
+
"PUT /v3/captions",
|
|
16980
|
+
"POST /v3/playlistImages",
|
|
16981
|
+
"PUT /v3/playlistImages",
|
|
16982
|
+
"POST /v3/thumbnails/set",
|
|
16983
|
+
"POST /v3/videos",
|
|
16984
|
+
"POST /v3/watermarks/set"
|
|
16985
|
+
]
|
|
16986
|
+
}
|
|
16987
|
+
]
|
|
16564
16988
|
}
|
|
16565
16989
|
]
|
|
16566
16990
|
};
|
|
@@ -16692,6 +17116,7 @@ var CONNECTOR_FIREWALLS = {
|
|
|
16692
17116
|
"google-sheets": googleSheetsFirewall,
|
|
16693
17117
|
granola: granolaFirewall,
|
|
16694
17118
|
heygen: heygenFirewall,
|
|
17119
|
+
htmlcsstoimage: htmlcsstoimageFirewall,
|
|
16695
17120
|
hubspot: hubspotFirewall,
|
|
16696
17121
|
"hugging-face": huggingFaceFirewall,
|
|
16697
17122
|
hume: humeFirewall,
|
|
@@ -16700,6 +17125,7 @@ var CONNECTOR_FIREWALLS = {
|
|
|
16700
17125
|
instantly: instantlyFirewall,
|
|
16701
17126
|
intercom: intercomFirewall,
|
|
16702
17127
|
"intervals-icu": intervalsIcuFirewall,
|
|
17128
|
+
jira: jiraFirewall,
|
|
16703
17129
|
jotform: jotformFirewall,
|
|
16704
17130
|
kommo: kommoFirewall,
|
|
16705
17131
|
lark: larkFirewall,
|
|
@@ -16745,6 +17171,7 @@ var CONNECTOR_FIREWALLS = {
|
|
|
16745
17171
|
slack: slackFirewall,
|
|
16746
17172
|
spotify: spotifyFirewall,
|
|
16747
17173
|
strava: stravaFirewall,
|
|
17174
|
+
streak: streakFirewall,
|
|
16748
17175
|
stripe: stripeFirewall,
|
|
16749
17176
|
supabase: supabaseFirewall,
|
|
16750
17177
|
supadata: supadataFirewall,
|
|
@@ -21299,4 +21726,4 @@ export {
|
|
|
21299
21726
|
pollEvents,
|
|
21300
21727
|
showNextSteps
|
|
21301
21728
|
};
|
|
21302
|
-
//# sourceMappingURL=chunk-
|
|
21729
|
+
//# sourceMappingURL=chunk-KXR4BFFL.js.map
|