@zapier/zapier-sdk 0.84.3 → 0.84.4
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/CHANGELOG.md +6 -0
- package/README.md +125 -121
- package/dist/experimental.cjs +7 -1
- package/dist/experimental.d.mts +26 -2
- package/dist/experimental.d.ts +26 -2
- package/dist/experimental.mjs +7 -1
- package/dist/{index-B6Hbs-2p.d.mts → index-ChZuXQDn.d.mts} +39 -0
- package/dist/{index-B6Hbs-2p.d.ts → index-ChZuXQDn.d.ts} +39 -0
- package/dist/index.cjs +7 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +7 -1
- package/package.json +2 -2
|
@@ -62,6 +62,7 @@ declare const ConnectionItemSchema: z.ZodObject<{
|
|
|
62
62
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
63
63
|
date: z.ZodString;
|
|
64
64
|
is_invite_only: z.ZodBoolean;
|
|
65
|
+
slug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
65
66
|
lastchanged: z.ZodOptional<z.ZodString>;
|
|
66
67
|
destination_selected_api: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
67
68
|
is_private: z.ZodBoolean;
|
|
@@ -5904,6 +5905,7 @@ declare const listConnectionsPlugin: MethodPlugin<"listConnections", {
|
|
|
5904
5905
|
id: string;
|
|
5905
5906
|
account_id: string;
|
|
5906
5907
|
title?: string | null | undefined;
|
|
5908
|
+
slug?: string | null | undefined;
|
|
5907
5909
|
lastchanged?: string | undefined;
|
|
5908
5910
|
destination_selected_api?: string | null | undefined;
|
|
5909
5911
|
is_stale?: string | undefined;
|
|
@@ -6152,6 +6154,7 @@ declare const getConnectionPlugin: MethodPlugin<"getConnection", {
|
|
|
6152
6154
|
id: string;
|
|
6153
6155
|
account_id: string;
|
|
6154
6156
|
title?: string | null | undefined;
|
|
6157
|
+
slug?: string | null | undefined;
|
|
6155
6158
|
lastchanged?: string | undefined;
|
|
6156
6159
|
destination_selected_api?: string | null | undefined;
|
|
6157
6160
|
is_stale?: string | undefined;
|
|
@@ -6195,6 +6198,7 @@ declare const findFirstConnectionPlugin: MethodPlugin<"findFirstConnection", {
|
|
|
6195
6198
|
id: string;
|
|
6196
6199
|
account_id: string;
|
|
6197
6200
|
title?: string | null | undefined;
|
|
6201
|
+
slug?: string | null | undefined;
|
|
6198
6202
|
lastchanged?: string | undefined;
|
|
6199
6203
|
destination_selected_api?: string | null | undefined;
|
|
6200
6204
|
is_stale?: string | undefined;
|
|
@@ -6246,6 +6250,7 @@ declare const findFirstConnectionPlugin: MethodPlugin<"findFirstConnection", {
|
|
|
6246
6250
|
id: string;
|
|
6247
6251
|
account_id: string;
|
|
6248
6252
|
title?: string | null | undefined;
|
|
6253
|
+
slug?: string | null | undefined;
|
|
6249
6254
|
lastchanged?: string | undefined;
|
|
6250
6255
|
destination_selected_api?: string | null | undefined;
|
|
6251
6256
|
is_stale?: string | undefined;
|
|
@@ -6288,6 +6293,7 @@ declare const findUniqueConnectionPlugin: MethodPlugin<"findUniqueConnection", {
|
|
|
6288
6293
|
id: string;
|
|
6289
6294
|
account_id: string;
|
|
6290
6295
|
title?: string | null | undefined;
|
|
6296
|
+
slug?: string | null | undefined;
|
|
6291
6297
|
lastchanged?: string | undefined;
|
|
6292
6298
|
destination_selected_api?: string | null | undefined;
|
|
6293
6299
|
is_stale?: string | undefined;
|
|
@@ -6339,6 +6345,7 @@ declare const findUniqueConnectionPlugin: MethodPlugin<"findUniqueConnection", {
|
|
|
6339
6345
|
id: string;
|
|
6340
6346
|
account_id: string;
|
|
6341
6347
|
title?: string | null | undefined;
|
|
6348
|
+
slug?: string | null | undefined;
|
|
6342
6349
|
lastchanged?: string | undefined;
|
|
6343
6350
|
destination_selected_api?: string | null | undefined;
|
|
6344
6351
|
is_stale?: string | undefined;
|
|
@@ -7557,6 +7564,7 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
|
|
|
7557
7564
|
id: string;
|
|
7558
7565
|
account_id: string;
|
|
7559
7566
|
title?: string | null | undefined;
|
|
7567
|
+
slug?: string | null | undefined;
|
|
7560
7568
|
lastchanged?: string | undefined;
|
|
7561
7569
|
destination_selected_api?: string | null | undefined;
|
|
7562
7570
|
is_stale?: string | undefined;
|
|
@@ -7593,6 +7601,7 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
|
|
|
7593
7601
|
id: string;
|
|
7594
7602
|
account_id: string;
|
|
7595
7603
|
title?: string | null | undefined;
|
|
7604
|
+
slug?: string | null | undefined;
|
|
7596
7605
|
lastchanged?: string | undefined;
|
|
7597
7606
|
destination_selected_api?: string | null | undefined;
|
|
7598
7607
|
is_stale?: string | undefined;
|
|
@@ -7635,6 +7644,7 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
|
|
|
7635
7644
|
id: string;
|
|
7636
7645
|
account_id: string;
|
|
7637
7646
|
title?: string | null | undefined;
|
|
7647
|
+
slug?: string | null | undefined;
|
|
7638
7648
|
lastchanged?: string | undefined;
|
|
7639
7649
|
destination_selected_api?: string | null | undefined;
|
|
7640
7650
|
is_stale?: string | undefined;
|
|
@@ -7677,6 +7687,7 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
|
|
|
7677
7687
|
id: string;
|
|
7678
7688
|
account_id: string;
|
|
7679
7689
|
title?: string | null | undefined;
|
|
7690
|
+
slug?: string | null | undefined;
|
|
7680
7691
|
lastchanged?: string | undefined;
|
|
7681
7692
|
destination_selected_api?: string | null | undefined;
|
|
7682
7693
|
is_stale?: string | undefined;
|
|
@@ -7729,6 +7740,7 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
|
|
|
7729
7740
|
id: string;
|
|
7730
7741
|
account_id: string;
|
|
7731
7742
|
title?: string | null | undefined;
|
|
7743
|
+
slug?: string | null | undefined;
|
|
7732
7744
|
lastchanged?: string | undefined;
|
|
7733
7745
|
destination_selected_api?: string | null | undefined;
|
|
7734
7746
|
is_stale?: string | undefined;
|
|
@@ -7765,6 +7777,7 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
|
|
|
7765
7777
|
id: string;
|
|
7766
7778
|
account_id: string;
|
|
7767
7779
|
title?: string | null | undefined;
|
|
7780
|
+
slug?: string | null | undefined;
|
|
7768
7781
|
lastchanged?: string | undefined;
|
|
7769
7782
|
destination_selected_api?: string | null | undefined;
|
|
7770
7783
|
is_stale?: string | undefined;
|
|
@@ -7807,6 +7820,7 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
|
|
|
7807
7820
|
id: string;
|
|
7808
7821
|
account_id: string;
|
|
7809
7822
|
title?: string | null | undefined;
|
|
7823
|
+
slug?: string | null | undefined;
|
|
7810
7824
|
lastchanged?: string | undefined;
|
|
7811
7825
|
destination_selected_api?: string | null | undefined;
|
|
7812
7826
|
is_stale?: string | undefined;
|
|
@@ -7849,6 +7863,7 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
|
|
|
7849
7863
|
id: string;
|
|
7850
7864
|
account_id: string;
|
|
7851
7865
|
title?: string | null | undefined;
|
|
7866
|
+
slug?: string | null | undefined;
|
|
7852
7867
|
lastchanged?: string | undefined;
|
|
7853
7868
|
destination_selected_api?: string | null | undefined;
|
|
7854
7869
|
is_stale?: string | undefined;
|
|
@@ -9092,6 +9107,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9092
9107
|
id: string;
|
|
9093
9108
|
account_id: string;
|
|
9094
9109
|
title?: string | null | undefined;
|
|
9110
|
+
slug?: string | null | undefined;
|
|
9095
9111
|
lastchanged?: string | undefined;
|
|
9096
9112
|
destination_selected_api?: string | null | undefined;
|
|
9097
9113
|
is_stale?: string | undefined;
|
|
@@ -9129,6 +9145,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9129
9145
|
id: string;
|
|
9130
9146
|
account_id: string;
|
|
9131
9147
|
title?: string | null | undefined;
|
|
9148
|
+
slug?: string | null | undefined;
|
|
9132
9149
|
lastchanged?: string | undefined;
|
|
9133
9150
|
destination_selected_api?: string | null | undefined;
|
|
9134
9151
|
is_stale?: string | undefined;
|
|
@@ -9172,6 +9189,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9172
9189
|
id: string;
|
|
9173
9190
|
account_id: string;
|
|
9174
9191
|
title?: string | null | undefined;
|
|
9192
|
+
slug?: string | null | undefined;
|
|
9175
9193
|
lastchanged?: string | undefined;
|
|
9176
9194
|
destination_selected_api?: string | null | undefined;
|
|
9177
9195
|
is_stale?: string | undefined;
|
|
@@ -9223,6 +9241,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9223
9241
|
id: string;
|
|
9224
9242
|
account_id: string;
|
|
9225
9243
|
title?: string | null | undefined;
|
|
9244
|
+
slug?: string | null | undefined;
|
|
9226
9245
|
lastchanged?: string | undefined;
|
|
9227
9246
|
destination_selected_api?: string | null | undefined;
|
|
9228
9247
|
is_stale?: string | undefined;
|
|
@@ -9265,6 +9284,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9265
9284
|
id: string;
|
|
9266
9285
|
account_id: string;
|
|
9267
9286
|
title?: string | null | undefined;
|
|
9287
|
+
slug?: string | null | undefined;
|
|
9268
9288
|
lastchanged?: string | undefined;
|
|
9269
9289
|
destination_selected_api?: string | null | undefined;
|
|
9270
9290
|
is_stale?: string | undefined;
|
|
@@ -9316,6 +9336,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9316
9336
|
id: string;
|
|
9317
9337
|
account_id: string;
|
|
9318
9338
|
title?: string | null | undefined;
|
|
9339
|
+
slug?: string | null | undefined;
|
|
9319
9340
|
lastchanged?: string | undefined;
|
|
9320
9341
|
destination_selected_api?: string | null | undefined;
|
|
9321
9342
|
is_stale?: string | undefined;
|
|
@@ -9368,6 +9389,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9368
9389
|
id: string;
|
|
9369
9390
|
account_id: string;
|
|
9370
9391
|
title?: string | null | undefined;
|
|
9392
|
+
slug?: string | null | undefined;
|
|
9371
9393
|
lastchanged?: string | undefined;
|
|
9372
9394
|
destination_selected_api?: string | null | undefined;
|
|
9373
9395
|
is_stale?: string | undefined;
|
|
@@ -9418,6 +9440,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9418
9440
|
id: string;
|
|
9419
9441
|
account_id: string;
|
|
9420
9442
|
title?: string | null | undefined;
|
|
9443
|
+
slug?: string | null | undefined;
|
|
9421
9444
|
lastchanged?: string | undefined;
|
|
9422
9445
|
destination_selected_api?: string | null | undefined;
|
|
9423
9446
|
is_stale?: string | undefined;
|
|
@@ -9455,6 +9478,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9455
9478
|
id: string;
|
|
9456
9479
|
account_id: string;
|
|
9457
9480
|
title?: string | null | undefined;
|
|
9481
|
+
slug?: string | null | undefined;
|
|
9458
9482
|
lastchanged?: string | undefined;
|
|
9459
9483
|
destination_selected_api?: string | null | undefined;
|
|
9460
9484
|
is_stale?: string | undefined;
|
|
@@ -9491,6 +9515,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9491
9515
|
id: string;
|
|
9492
9516
|
account_id: string;
|
|
9493
9517
|
title?: string | null | undefined;
|
|
9518
|
+
slug?: string | null | undefined;
|
|
9494
9519
|
lastchanged?: string | undefined;
|
|
9495
9520
|
destination_selected_api?: string | null | undefined;
|
|
9496
9521
|
is_stale?: string | undefined;
|
|
@@ -9534,6 +9559,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9534
9559
|
id: string;
|
|
9535
9560
|
account_id: string;
|
|
9536
9561
|
title?: string | null | undefined;
|
|
9562
|
+
slug?: string | null | undefined;
|
|
9537
9563
|
lastchanged?: string | undefined;
|
|
9538
9564
|
destination_selected_api?: string | null | undefined;
|
|
9539
9565
|
is_stale?: string | undefined;
|
|
@@ -9575,6 +9601,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9575
9601
|
id: string;
|
|
9576
9602
|
account_id: string;
|
|
9577
9603
|
title?: string | null | undefined;
|
|
9604
|
+
slug?: string | null | undefined;
|
|
9578
9605
|
lastchanged?: string | undefined;
|
|
9579
9606
|
destination_selected_api?: string | null | undefined;
|
|
9580
9607
|
is_stale?: string | undefined;
|
|
@@ -9626,6 +9653,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9626
9653
|
id: string;
|
|
9627
9654
|
account_id: string;
|
|
9628
9655
|
title?: string | null | undefined;
|
|
9656
|
+
slug?: string | null | undefined;
|
|
9629
9657
|
lastchanged?: string | undefined;
|
|
9630
9658
|
destination_selected_api?: string | null | undefined;
|
|
9631
9659
|
is_stale?: string | undefined;
|
|
@@ -9668,6 +9696,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9668
9696
|
id: string;
|
|
9669
9697
|
account_id: string;
|
|
9670
9698
|
title?: string | null | undefined;
|
|
9699
|
+
slug?: string | null | undefined;
|
|
9671
9700
|
lastchanged?: string | undefined;
|
|
9672
9701
|
destination_selected_api?: string | null | undefined;
|
|
9673
9702
|
is_stale?: string | undefined;
|
|
@@ -9709,6 +9738,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9709
9738
|
id: string;
|
|
9710
9739
|
account_id: string;
|
|
9711
9740
|
title?: string | null | undefined;
|
|
9741
|
+
slug?: string | null | undefined;
|
|
9712
9742
|
lastchanged?: string | undefined;
|
|
9713
9743
|
destination_selected_api?: string | null | undefined;
|
|
9714
9744
|
is_stale?: string | undefined;
|
|
@@ -9760,6 +9790,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9760
9790
|
id: string;
|
|
9761
9791
|
account_id: string;
|
|
9762
9792
|
title?: string | null | undefined;
|
|
9793
|
+
slug?: string | null | undefined;
|
|
9763
9794
|
lastchanged?: string | undefined;
|
|
9764
9795
|
destination_selected_api?: string | null | undefined;
|
|
9765
9796
|
is_stale?: string | undefined;
|
|
@@ -11741,6 +11772,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
|
|
|
11741
11772
|
id: string;
|
|
11742
11773
|
account_id: string;
|
|
11743
11774
|
title?: string | null | undefined;
|
|
11775
|
+
slug?: string | null | undefined;
|
|
11744
11776
|
lastchanged?: string | undefined;
|
|
11745
11777
|
destination_selected_api?: string | null | undefined;
|
|
11746
11778
|
is_stale?: string | undefined;
|
|
@@ -11777,6 +11809,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
|
|
|
11777
11809
|
id: string;
|
|
11778
11810
|
account_id: string;
|
|
11779
11811
|
title?: string | null | undefined;
|
|
11812
|
+
slug?: string | null | undefined;
|
|
11780
11813
|
lastchanged?: string | undefined;
|
|
11781
11814
|
destination_selected_api?: string | null | undefined;
|
|
11782
11815
|
is_stale?: string | undefined;
|
|
@@ -11819,6 +11852,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
|
|
|
11819
11852
|
id: string;
|
|
11820
11853
|
account_id: string;
|
|
11821
11854
|
title?: string | null | undefined;
|
|
11855
|
+
slug?: string | null | undefined;
|
|
11822
11856
|
lastchanged?: string | undefined;
|
|
11823
11857
|
destination_selected_api?: string | null | undefined;
|
|
11824
11858
|
is_stale?: string | undefined;
|
|
@@ -11861,6 +11895,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
|
|
|
11861
11895
|
id: string;
|
|
11862
11896
|
account_id: string;
|
|
11863
11897
|
title?: string | null | undefined;
|
|
11898
|
+
slug?: string | null | undefined;
|
|
11864
11899
|
lastchanged?: string | undefined;
|
|
11865
11900
|
destination_selected_api?: string | null | undefined;
|
|
11866
11901
|
is_stale?: string | undefined;
|
|
@@ -11913,6 +11948,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
|
|
|
11913
11948
|
id: string;
|
|
11914
11949
|
account_id: string;
|
|
11915
11950
|
title?: string | null | undefined;
|
|
11951
|
+
slug?: string | null | undefined;
|
|
11916
11952
|
lastchanged?: string | undefined;
|
|
11917
11953
|
destination_selected_api?: string | null | undefined;
|
|
11918
11954
|
is_stale?: string | undefined;
|
|
@@ -11949,6 +11985,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
|
|
|
11949
11985
|
id: string;
|
|
11950
11986
|
account_id: string;
|
|
11951
11987
|
title?: string | null | undefined;
|
|
11988
|
+
slug?: string | null | undefined;
|
|
11952
11989
|
lastchanged?: string | undefined;
|
|
11953
11990
|
destination_selected_api?: string | null | undefined;
|
|
11954
11991
|
is_stale?: string | undefined;
|
|
@@ -11991,6 +12028,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
|
|
|
11991
12028
|
id: string;
|
|
11992
12029
|
account_id: string;
|
|
11993
12030
|
title?: string | null | undefined;
|
|
12031
|
+
slug?: string | null | undefined;
|
|
11994
12032
|
lastchanged?: string | undefined;
|
|
11995
12033
|
destination_selected_api?: string | null | undefined;
|
|
11996
12034
|
is_stale?: string | undefined;
|
|
@@ -12033,6 +12071,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
|
|
|
12033
12071
|
id: string;
|
|
12034
12072
|
account_id: string;
|
|
12035
12073
|
title?: string | null | undefined;
|
|
12074
|
+
slug?: string | null | undefined;
|
|
12036
12075
|
lastchanged?: string | undefined;
|
|
12037
12076
|
destination_selected_api?: string | null | undefined;
|
|
12038
12077
|
is_stale?: string | undefined;
|
|
@@ -62,6 +62,7 @@ declare const ConnectionItemSchema: z.ZodObject<{
|
|
|
62
62
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
63
63
|
date: z.ZodString;
|
|
64
64
|
is_invite_only: z.ZodBoolean;
|
|
65
|
+
slug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
65
66
|
lastchanged: z.ZodOptional<z.ZodString>;
|
|
66
67
|
destination_selected_api: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
67
68
|
is_private: z.ZodBoolean;
|
|
@@ -5904,6 +5905,7 @@ declare const listConnectionsPlugin: MethodPlugin<"listConnections", {
|
|
|
5904
5905
|
id: string;
|
|
5905
5906
|
account_id: string;
|
|
5906
5907
|
title?: string | null | undefined;
|
|
5908
|
+
slug?: string | null | undefined;
|
|
5907
5909
|
lastchanged?: string | undefined;
|
|
5908
5910
|
destination_selected_api?: string | null | undefined;
|
|
5909
5911
|
is_stale?: string | undefined;
|
|
@@ -6152,6 +6154,7 @@ declare const getConnectionPlugin: MethodPlugin<"getConnection", {
|
|
|
6152
6154
|
id: string;
|
|
6153
6155
|
account_id: string;
|
|
6154
6156
|
title?: string | null | undefined;
|
|
6157
|
+
slug?: string | null | undefined;
|
|
6155
6158
|
lastchanged?: string | undefined;
|
|
6156
6159
|
destination_selected_api?: string | null | undefined;
|
|
6157
6160
|
is_stale?: string | undefined;
|
|
@@ -6195,6 +6198,7 @@ declare const findFirstConnectionPlugin: MethodPlugin<"findFirstConnection", {
|
|
|
6195
6198
|
id: string;
|
|
6196
6199
|
account_id: string;
|
|
6197
6200
|
title?: string | null | undefined;
|
|
6201
|
+
slug?: string | null | undefined;
|
|
6198
6202
|
lastchanged?: string | undefined;
|
|
6199
6203
|
destination_selected_api?: string | null | undefined;
|
|
6200
6204
|
is_stale?: string | undefined;
|
|
@@ -6246,6 +6250,7 @@ declare const findFirstConnectionPlugin: MethodPlugin<"findFirstConnection", {
|
|
|
6246
6250
|
id: string;
|
|
6247
6251
|
account_id: string;
|
|
6248
6252
|
title?: string | null | undefined;
|
|
6253
|
+
slug?: string | null | undefined;
|
|
6249
6254
|
lastchanged?: string | undefined;
|
|
6250
6255
|
destination_selected_api?: string | null | undefined;
|
|
6251
6256
|
is_stale?: string | undefined;
|
|
@@ -6288,6 +6293,7 @@ declare const findUniqueConnectionPlugin: MethodPlugin<"findUniqueConnection", {
|
|
|
6288
6293
|
id: string;
|
|
6289
6294
|
account_id: string;
|
|
6290
6295
|
title?: string | null | undefined;
|
|
6296
|
+
slug?: string | null | undefined;
|
|
6291
6297
|
lastchanged?: string | undefined;
|
|
6292
6298
|
destination_selected_api?: string | null | undefined;
|
|
6293
6299
|
is_stale?: string | undefined;
|
|
@@ -6339,6 +6345,7 @@ declare const findUniqueConnectionPlugin: MethodPlugin<"findUniqueConnection", {
|
|
|
6339
6345
|
id: string;
|
|
6340
6346
|
account_id: string;
|
|
6341
6347
|
title?: string | null | undefined;
|
|
6348
|
+
slug?: string | null | undefined;
|
|
6342
6349
|
lastchanged?: string | undefined;
|
|
6343
6350
|
destination_selected_api?: string | null | undefined;
|
|
6344
6351
|
is_stale?: string | undefined;
|
|
@@ -7557,6 +7564,7 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
|
|
|
7557
7564
|
id: string;
|
|
7558
7565
|
account_id: string;
|
|
7559
7566
|
title?: string | null | undefined;
|
|
7567
|
+
slug?: string | null | undefined;
|
|
7560
7568
|
lastchanged?: string | undefined;
|
|
7561
7569
|
destination_selected_api?: string | null | undefined;
|
|
7562
7570
|
is_stale?: string | undefined;
|
|
@@ -7593,6 +7601,7 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
|
|
|
7593
7601
|
id: string;
|
|
7594
7602
|
account_id: string;
|
|
7595
7603
|
title?: string | null | undefined;
|
|
7604
|
+
slug?: string | null | undefined;
|
|
7596
7605
|
lastchanged?: string | undefined;
|
|
7597
7606
|
destination_selected_api?: string | null | undefined;
|
|
7598
7607
|
is_stale?: string | undefined;
|
|
@@ -7635,6 +7644,7 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
|
|
|
7635
7644
|
id: string;
|
|
7636
7645
|
account_id: string;
|
|
7637
7646
|
title?: string | null | undefined;
|
|
7647
|
+
slug?: string | null | undefined;
|
|
7638
7648
|
lastchanged?: string | undefined;
|
|
7639
7649
|
destination_selected_api?: string | null | undefined;
|
|
7640
7650
|
is_stale?: string | undefined;
|
|
@@ -7677,6 +7687,7 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
|
|
|
7677
7687
|
id: string;
|
|
7678
7688
|
account_id: string;
|
|
7679
7689
|
title?: string | null | undefined;
|
|
7690
|
+
slug?: string | null | undefined;
|
|
7680
7691
|
lastchanged?: string | undefined;
|
|
7681
7692
|
destination_selected_api?: string | null | undefined;
|
|
7682
7693
|
is_stale?: string | undefined;
|
|
@@ -7729,6 +7740,7 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
|
|
|
7729
7740
|
id: string;
|
|
7730
7741
|
account_id: string;
|
|
7731
7742
|
title?: string | null | undefined;
|
|
7743
|
+
slug?: string | null | undefined;
|
|
7732
7744
|
lastchanged?: string | undefined;
|
|
7733
7745
|
destination_selected_api?: string | null | undefined;
|
|
7734
7746
|
is_stale?: string | undefined;
|
|
@@ -7765,6 +7777,7 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
|
|
|
7765
7777
|
id: string;
|
|
7766
7778
|
account_id: string;
|
|
7767
7779
|
title?: string | null | undefined;
|
|
7780
|
+
slug?: string | null | undefined;
|
|
7768
7781
|
lastchanged?: string | undefined;
|
|
7769
7782
|
destination_selected_api?: string | null | undefined;
|
|
7770
7783
|
is_stale?: string | undefined;
|
|
@@ -7807,6 +7820,7 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
|
|
|
7807
7820
|
id: string;
|
|
7808
7821
|
account_id: string;
|
|
7809
7822
|
title?: string | null | undefined;
|
|
7823
|
+
slug?: string | null | undefined;
|
|
7810
7824
|
lastchanged?: string | undefined;
|
|
7811
7825
|
destination_selected_api?: string | null | undefined;
|
|
7812
7826
|
is_stale?: string | undefined;
|
|
@@ -7849,6 +7863,7 @@ declare function createZapierSdkWithoutRegistry(options?: ZapierSdkOptions): {
|
|
|
7849
7863
|
id: string;
|
|
7850
7864
|
account_id: string;
|
|
7851
7865
|
title?: string | null | undefined;
|
|
7866
|
+
slug?: string | null | undefined;
|
|
7852
7867
|
lastchanged?: string | undefined;
|
|
7853
7868
|
destination_selected_api?: string | null | undefined;
|
|
7854
7869
|
is_stale?: string | undefined;
|
|
@@ -9092,6 +9107,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9092
9107
|
id: string;
|
|
9093
9108
|
account_id: string;
|
|
9094
9109
|
title?: string | null | undefined;
|
|
9110
|
+
slug?: string | null | undefined;
|
|
9095
9111
|
lastchanged?: string | undefined;
|
|
9096
9112
|
destination_selected_api?: string | null | undefined;
|
|
9097
9113
|
is_stale?: string | undefined;
|
|
@@ -9129,6 +9145,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9129
9145
|
id: string;
|
|
9130
9146
|
account_id: string;
|
|
9131
9147
|
title?: string | null | undefined;
|
|
9148
|
+
slug?: string | null | undefined;
|
|
9132
9149
|
lastchanged?: string | undefined;
|
|
9133
9150
|
destination_selected_api?: string | null | undefined;
|
|
9134
9151
|
is_stale?: string | undefined;
|
|
@@ -9172,6 +9189,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9172
9189
|
id: string;
|
|
9173
9190
|
account_id: string;
|
|
9174
9191
|
title?: string | null | undefined;
|
|
9192
|
+
slug?: string | null | undefined;
|
|
9175
9193
|
lastchanged?: string | undefined;
|
|
9176
9194
|
destination_selected_api?: string | null | undefined;
|
|
9177
9195
|
is_stale?: string | undefined;
|
|
@@ -9223,6 +9241,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9223
9241
|
id: string;
|
|
9224
9242
|
account_id: string;
|
|
9225
9243
|
title?: string | null | undefined;
|
|
9244
|
+
slug?: string | null | undefined;
|
|
9226
9245
|
lastchanged?: string | undefined;
|
|
9227
9246
|
destination_selected_api?: string | null | undefined;
|
|
9228
9247
|
is_stale?: string | undefined;
|
|
@@ -9265,6 +9284,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9265
9284
|
id: string;
|
|
9266
9285
|
account_id: string;
|
|
9267
9286
|
title?: string | null | undefined;
|
|
9287
|
+
slug?: string | null | undefined;
|
|
9268
9288
|
lastchanged?: string | undefined;
|
|
9269
9289
|
destination_selected_api?: string | null | undefined;
|
|
9270
9290
|
is_stale?: string | undefined;
|
|
@@ -9316,6 +9336,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9316
9336
|
id: string;
|
|
9317
9337
|
account_id: string;
|
|
9318
9338
|
title?: string | null | undefined;
|
|
9339
|
+
slug?: string | null | undefined;
|
|
9319
9340
|
lastchanged?: string | undefined;
|
|
9320
9341
|
destination_selected_api?: string | null | undefined;
|
|
9321
9342
|
is_stale?: string | undefined;
|
|
@@ -9368,6 +9389,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9368
9389
|
id: string;
|
|
9369
9390
|
account_id: string;
|
|
9370
9391
|
title?: string | null | undefined;
|
|
9392
|
+
slug?: string | null | undefined;
|
|
9371
9393
|
lastchanged?: string | undefined;
|
|
9372
9394
|
destination_selected_api?: string | null | undefined;
|
|
9373
9395
|
is_stale?: string | undefined;
|
|
@@ -9418,6 +9440,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9418
9440
|
id: string;
|
|
9419
9441
|
account_id: string;
|
|
9420
9442
|
title?: string | null | undefined;
|
|
9443
|
+
slug?: string | null | undefined;
|
|
9421
9444
|
lastchanged?: string | undefined;
|
|
9422
9445
|
destination_selected_api?: string | null | undefined;
|
|
9423
9446
|
is_stale?: string | undefined;
|
|
@@ -9455,6 +9478,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9455
9478
|
id: string;
|
|
9456
9479
|
account_id: string;
|
|
9457
9480
|
title?: string | null | undefined;
|
|
9481
|
+
slug?: string | null | undefined;
|
|
9458
9482
|
lastchanged?: string | undefined;
|
|
9459
9483
|
destination_selected_api?: string | null | undefined;
|
|
9460
9484
|
is_stale?: string | undefined;
|
|
@@ -9491,6 +9515,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9491
9515
|
id: string;
|
|
9492
9516
|
account_id: string;
|
|
9493
9517
|
title?: string | null | undefined;
|
|
9518
|
+
slug?: string | null | undefined;
|
|
9494
9519
|
lastchanged?: string | undefined;
|
|
9495
9520
|
destination_selected_api?: string | null | undefined;
|
|
9496
9521
|
is_stale?: string | undefined;
|
|
@@ -9534,6 +9559,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9534
9559
|
id: string;
|
|
9535
9560
|
account_id: string;
|
|
9536
9561
|
title?: string | null | undefined;
|
|
9562
|
+
slug?: string | null | undefined;
|
|
9537
9563
|
lastchanged?: string | undefined;
|
|
9538
9564
|
destination_selected_api?: string | null | undefined;
|
|
9539
9565
|
is_stale?: string | undefined;
|
|
@@ -9575,6 +9601,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9575
9601
|
id: string;
|
|
9576
9602
|
account_id: string;
|
|
9577
9603
|
title?: string | null | undefined;
|
|
9604
|
+
slug?: string | null | undefined;
|
|
9578
9605
|
lastchanged?: string | undefined;
|
|
9579
9606
|
destination_selected_api?: string | null | undefined;
|
|
9580
9607
|
is_stale?: string | undefined;
|
|
@@ -9626,6 +9653,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9626
9653
|
id: string;
|
|
9627
9654
|
account_id: string;
|
|
9628
9655
|
title?: string | null | undefined;
|
|
9656
|
+
slug?: string | null | undefined;
|
|
9629
9657
|
lastchanged?: string | undefined;
|
|
9630
9658
|
destination_selected_api?: string | null | undefined;
|
|
9631
9659
|
is_stale?: string | undefined;
|
|
@@ -9668,6 +9696,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9668
9696
|
id: string;
|
|
9669
9697
|
account_id: string;
|
|
9670
9698
|
title?: string | null | undefined;
|
|
9699
|
+
slug?: string | null | undefined;
|
|
9671
9700
|
lastchanged?: string | undefined;
|
|
9672
9701
|
destination_selected_api?: string | null | undefined;
|
|
9673
9702
|
is_stale?: string | undefined;
|
|
@@ -9709,6 +9738,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9709
9738
|
id: string;
|
|
9710
9739
|
account_id: string;
|
|
9711
9740
|
title?: string | null | undefined;
|
|
9741
|
+
slug?: string | null | undefined;
|
|
9712
9742
|
lastchanged?: string | undefined;
|
|
9713
9743
|
destination_selected_api?: string | null | undefined;
|
|
9714
9744
|
is_stale?: string | undefined;
|
|
@@ -9760,6 +9790,7 @@ declare const zapierSdkPlugin: AggregatePlugin<"sdk", {
|
|
|
9760
9790
|
id: string;
|
|
9761
9791
|
account_id: string;
|
|
9762
9792
|
title?: string | null | undefined;
|
|
9793
|
+
slug?: string | null | undefined;
|
|
9763
9794
|
lastchanged?: string | undefined;
|
|
9764
9795
|
destination_selected_api?: string | null | undefined;
|
|
9765
9796
|
is_stale?: string | undefined;
|
|
@@ -11741,6 +11772,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
|
|
|
11741
11772
|
id: string;
|
|
11742
11773
|
account_id: string;
|
|
11743
11774
|
title?: string | null | undefined;
|
|
11775
|
+
slug?: string | null | undefined;
|
|
11744
11776
|
lastchanged?: string | undefined;
|
|
11745
11777
|
destination_selected_api?: string | null | undefined;
|
|
11746
11778
|
is_stale?: string | undefined;
|
|
@@ -11777,6 +11809,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
|
|
|
11777
11809
|
id: string;
|
|
11778
11810
|
account_id: string;
|
|
11779
11811
|
title?: string | null | undefined;
|
|
11812
|
+
slug?: string | null | undefined;
|
|
11780
11813
|
lastchanged?: string | undefined;
|
|
11781
11814
|
destination_selected_api?: string | null | undefined;
|
|
11782
11815
|
is_stale?: string | undefined;
|
|
@@ -11819,6 +11852,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
|
|
|
11819
11852
|
id: string;
|
|
11820
11853
|
account_id: string;
|
|
11821
11854
|
title?: string | null | undefined;
|
|
11855
|
+
slug?: string | null | undefined;
|
|
11822
11856
|
lastchanged?: string | undefined;
|
|
11823
11857
|
destination_selected_api?: string | null | undefined;
|
|
11824
11858
|
is_stale?: string | undefined;
|
|
@@ -11861,6 +11895,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
|
|
|
11861
11895
|
id: string;
|
|
11862
11896
|
account_id: string;
|
|
11863
11897
|
title?: string | null | undefined;
|
|
11898
|
+
slug?: string | null | undefined;
|
|
11864
11899
|
lastchanged?: string | undefined;
|
|
11865
11900
|
destination_selected_api?: string | null | undefined;
|
|
11866
11901
|
is_stale?: string | undefined;
|
|
@@ -11913,6 +11948,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
|
|
|
11913
11948
|
id: string;
|
|
11914
11949
|
account_id: string;
|
|
11915
11950
|
title?: string | null | undefined;
|
|
11951
|
+
slug?: string | null | undefined;
|
|
11916
11952
|
lastchanged?: string | undefined;
|
|
11917
11953
|
destination_selected_api?: string | null | undefined;
|
|
11918
11954
|
is_stale?: string | undefined;
|
|
@@ -11949,6 +11985,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
|
|
|
11949
11985
|
id: string;
|
|
11950
11986
|
account_id: string;
|
|
11951
11987
|
title?: string | null | undefined;
|
|
11988
|
+
slug?: string | null | undefined;
|
|
11952
11989
|
lastchanged?: string | undefined;
|
|
11953
11990
|
destination_selected_api?: string | null | undefined;
|
|
11954
11991
|
is_stale?: string | undefined;
|
|
@@ -11991,6 +12028,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
|
|
|
11991
12028
|
id: string;
|
|
11992
12029
|
account_id: string;
|
|
11993
12030
|
title?: string | null | undefined;
|
|
12031
|
+
slug?: string | null | undefined;
|
|
11994
12032
|
lastchanged?: string | undefined;
|
|
11995
12033
|
destination_selected_api?: string | null | undefined;
|
|
11996
12034
|
is_stale?: string | undefined;
|
|
@@ -12033,6 +12071,7 @@ declare function createZapierSdk(options?: ZapierSdkOptions): {
|
|
|
12033
12071
|
id: string;
|
|
12034
12072
|
account_id: string;
|
|
12035
12073
|
title?: string | null | undefined;
|
|
12074
|
+
slug?: string | null | undefined;
|
|
12036
12075
|
lastchanged?: string | undefined;
|
|
12037
12076
|
destination_selected_api?: string | null | undefined;
|
|
12038
12077
|
is_stale?: string | undefined;
|
package/dist/index.cjs
CHANGED
|
@@ -5429,7 +5429,7 @@ function parseDeprecationDate(value) {
|
|
|
5429
5429
|
}
|
|
5430
5430
|
|
|
5431
5431
|
// src/sdk-version.ts
|
|
5432
|
-
var SDK_VERSION = (typeof process !== "undefined" && process.env ? "0.84.
|
|
5432
|
+
var SDK_VERSION = (typeof process !== "undefined" && process.env ? "0.84.4" : void 0) || "unknown";
|
|
5433
5433
|
|
|
5434
5434
|
// src/utils/open-url.ts
|
|
5435
5435
|
var nodePrefix = "node:";
|
|
@@ -7006,6 +7006,7 @@ function transformConnectionItem(item) {
|
|
|
7006
7006
|
is_private: item.is_private,
|
|
7007
7007
|
shared_with_all: item.shared_with_all,
|
|
7008
7008
|
title: item.title,
|
|
7009
|
+
slug: item.slug,
|
|
7009
7010
|
lastchanged: item.lastchanged,
|
|
7010
7011
|
is_stale: item.is_stale,
|
|
7011
7012
|
is_shared: item.is_shared,
|
|
@@ -10660,6 +10661,11 @@ var ConnectionItemSchema = connections.ConnectionItemSchema;
|
|
|
10660
10661
|
// src/formatters/connection.ts
|
|
10661
10662
|
function formatConnectionItem(item) {
|
|
10662
10663
|
const details = [];
|
|
10664
|
+
const appKey = item.app_key ?? "unknown";
|
|
10665
|
+
details.push({
|
|
10666
|
+
text: item.slug ? `App: ${appKey} | App Slug: ${item.slug}` : `App: ${appKey}`,
|
|
10667
|
+
style: "accent"
|
|
10668
|
+
});
|
|
10663
10669
|
if (item.identifier) {
|
|
10664
10670
|
details.push({
|
|
10665
10671
|
text: `Identifier: ${item.identifier}`,
|