@keystrokehq/shopify 0.0.16-integration-id-canonicalization.0 → 0.0.16

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.
@@ -2,7 +2,6 @@ import * as _keystrokehq_core0 from "@keystrokehq/core";
2
2
  import { Operation } from "@keystrokehq/core";
3
3
  import * as zod from "zod";
4
4
  import { z } from "zod";
5
- import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
6
5
  import * as zod_v4_core0 from "zod/v4/core";
7
6
 
8
7
  //#region src/operations/add-products-to-shopify-collection.operation.d.ts
@@ -39,32 +38,6 @@ declare const addProductsToCollectionOperation: Operation<z.ZodObject<{
39
38
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
40
39
  };
41
40
  };
42
- buildAuthUrl: ({
43
- oauthClient,
44
- redirectUri,
45
- state,
46
- connection,
47
- initiateInput,
48
- requestedScopes
49
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
50
- exchangeCode: ({
51
- oauthClient,
52
- code,
53
- queryParams
54
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
55
- refreshToken: ({
56
- oauthClient,
57
- refreshToken
58
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
59
- extractInstallationInfo: ({
60
- tokenResult
61
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
62
- externalInstallationId: string | undefined;
63
- externalWorkspaceId: string | undefined;
64
- metadata: {
65
- shopDomain: string;
66
- } | undefined;
67
- };
68
41
  id: string;
69
42
  }[]>[], undefined>;
70
43
  //#endregion
@@ -102,32 +75,6 @@ declare const adjustInventoryQuantitiesOperation: Operation<z.ZodObject<{
102
75
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
103
76
  };
104
77
  };
105
- buildAuthUrl: ({
106
- oauthClient,
107
- redirectUri,
108
- state,
109
- connection,
110
- initiateInput,
111
- requestedScopes
112
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
113
- exchangeCode: ({
114
- oauthClient,
115
- code,
116
- queryParams
117
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
118
- refreshToken: ({
119
- oauthClient,
120
- refreshToken
121
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
122
- extractInstallationInfo: ({
123
- tokenResult
124
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
125
- externalInstallationId: string | undefined;
126
- externalWorkspaceId: string | undefined;
127
- metadata: {
128
- shopDomain: string;
129
- } | undefined;
130
- };
131
78
  id: string;
132
79
  }[]>[], undefined>;
133
80
  //#endregion
@@ -167,32 +114,6 @@ declare const cancelOrderOperation: Operation<z.ZodObject<{
167
114
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
168
115
  };
169
116
  };
170
- buildAuthUrl: ({
171
- oauthClient,
172
- redirectUri,
173
- state,
174
- connection,
175
- initiateInput,
176
- requestedScopes
177
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
178
- exchangeCode: ({
179
- oauthClient,
180
- code,
181
- queryParams
182
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
183
- refreshToken: ({
184
- oauthClient,
185
- refreshToken
186
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
187
- extractInstallationInfo: ({
188
- tokenResult
189
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
190
- externalInstallationId: string | undefined;
191
- externalWorkspaceId: string | undefined;
192
- metadata: {
193
- shopDomain: string;
194
- } | undefined;
195
- };
196
117
  id: string;
197
118
  }[]>[], undefined>;
198
119
  //#endregion
@@ -246,32 +167,6 @@ declare const createArticleOperation: Operation<z.ZodObject<{
246
167
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
247
168
  };
248
169
  };
249
- buildAuthUrl: ({
250
- oauthClient,
251
- redirectUri,
252
- state,
253
- connection,
254
- initiateInput,
255
- requestedScopes
256
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
257
- exchangeCode: ({
258
- oauthClient,
259
- code,
260
- queryParams
261
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
262
- refreshToken: ({
263
- oauthClient,
264
- refreshToken
265
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
266
- extractInstallationInfo: ({
267
- tokenResult
268
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
269
- externalInstallationId: string | undefined;
270
- externalWorkspaceId: string | undefined;
271
- metadata: {
272
- shopDomain: string;
273
- } | undefined;
274
- };
275
170
  id: string;
276
171
  }[]>[], undefined>;
277
172
  //#endregion
@@ -310,32 +205,6 @@ declare const createBlogOperation: Operation<z.ZodObject<{
310
205
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
311
206
  };
312
207
  };
313
- buildAuthUrl: ({
314
- oauthClient,
315
- redirectUri,
316
- state,
317
- connection,
318
- initiateInput,
319
- requestedScopes
320
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
321
- exchangeCode: ({
322
- oauthClient,
323
- code,
324
- queryParams
325
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
326
- refreshToken: ({
327
- oauthClient,
328
- refreshToken
329
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
330
- extractInstallationInfo: ({
331
- tokenResult
332
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
333
- externalInstallationId: string | undefined;
334
- externalWorkspaceId: string | undefined;
335
- metadata: {
336
- shopDomain: string;
337
- } | undefined;
338
- };
339
208
  id: string;
340
209
  }[]>[], undefined>;
341
210
  //#endregion
@@ -378,32 +247,6 @@ declare const createCollectionOperation: Operation<z.ZodObject<{
378
247
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
379
248
  };
380
249
  };
381
- buildAuthUrl: ({
382
- oauthClient,
383
- redirectUri,
384
- state,
385
- connection,
386
- initiateInput,
387
- requestedScopes
388
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
389
- exchangeCode: ({
390
- oauthClient,
391
- code,
392
- queryParams
393
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
394
- refreshToken: ({
395
- oauthClient,
396
- refreshToken
397
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
398
- extractInstallationInfo: ({
399
- tokenResult
400
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
401
- externalInstallationId: string | undefined;
402
- externalWorkspaceId: string | undefined;
403
- metadata: {
404
- shopDomain: string;
405
- } | undefined;
406
- };
407
250
  id: string;
408
251
  }[]>[], undefined>;
409
252
  //#endregion
@@ -440,32 +283,6 @@ declare const createCustomerOperation: Operation<z.ZodObject<{
440
283
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
441
284
  };
442
285
  };
443
- buildAuthUrl: ({
444
- oauthClient,
445
- redirectUri,
446
- state,
447
- connection,
448
- initiateInput,
449
- requestedScopes
450
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
451
- exchangeCode: ({
452
- oauthClient,
453
- code,
454
- queryParams
455
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
456
- refreshToken: ({
457
- oauthClient,
458
- refreshToken
459
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
460
- extractInstallationInfo: ({
461
- tokenResult
462
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
463
- externalInstallationId: string | undefined;
464
- externalWorkspaceId: string | undefined;
465
- metadata: {
466
- shopDomain: string;
467
- } | undefined;
468
- };
469
286
  id: string;
470
287
  }[]>[], undefined>;
471
288
  //#endregion
@@ -508,32 +325,6 @@ declare const createFulfillmentOperation: Operation<z.ZodObject<{
508
325
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
509
326
  };
510
327
  };
511
- buildAuthUrl: ({
512
- oauthClient,
513
- redirectUri,
514
- state,
515
- connection,
516
- initiateInput,
517
- requestedScopes
518
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
519
- exchangeCode: ({
520
- oauthClient,
521
- code,
522
- queryParams
523
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
524
- refreshToken: ({
525
- oauthClient,
526
- refreshToken
527
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
528
- extractInstallationInfo: ({
529
- tokenResult
530
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
531
- externalInstallationId: string | undefined;
532
- externalWorkspaceId: string | undefined;
533
- metadata: {
534
- shopDomain: string;
535
- } | undefined;
536
- };
537
328
  id: string;
538
329
  }[]>[], undefined>;
539
330
  //#endregion
@@ -599,32 +390,6 @@ declare const createOrderOperation: Operation<z.ZodObject<{
599
390
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
600
391
  };
601
392
  };
602
- buildAuthUrl: ({
603
- oauthClient,
604
- redirectUri,
605
- state,
606
- connection,
607
- initiateInput,
608
- requestedScopes
609
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
610
- exchangeCode: ({
611
- oauthClient,
612
- code,
613
- queryParams
614
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
615
- refreshToken: ({
616
- oauthClient,
617
- refreshToken
618
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
619
- extractInstallationInfo: ({
620
- tokenResult
621
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
622
- externalInstallationId: string | undefined;
623
- externalWorkspaceId: string | undefined;
624
- metadata: {
625
- shopDomain: string;
626
- } | undefined;
627
- };
628
393
  id: string;
629
394
  }[]>[], undefined>;
630
395
  //#endregion
@@ -672,32 +437,6 @@ declare const createProductOperation: Operation<z.ZodObject<{
672
437
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
673
438
  };
674
439
  };
675
- buildAuthUrl: ({
676
- oauthClient,
677
- redirectUri,
678
- state,
679
- connection,
680
- initiateInput,
681
- requestedScopes
682
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
683
- exchangeCode: ({
684
- oauthClient,
685
- code,
686
- queryParams
687
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
688
- refreshToken: ({
689
- oauthClient,
690
- refreshToken
691
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
692
- extractInstallationInfo: ({
693
- tokenResult
694
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
695
- externalInstallationId: string | undefined;
696
- externalWorkspaceId: string | undefined;
697
- metadata: {
698
- shopDomain: string;
699
- } | undefined;
700
- };
701
440
  id: string;
702
441
  }[]>[], undefined>;
703
442
  //#endregion
@@ -722,32 +461,6 @@ declare const deleteArticleOperation: Operation<z.ZodObject<{
722
461
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
723
462
  };
724
463
  };
725
- buildAuthUrl: ({
726
- oauthClient,
727
- redirectUri,
728
- state,
729
- connection,
730
- initiateInput,
731
- requestedScopes
732
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
733
- exchangeCode: ({
734
- oauthClient,
735
- code,
736
- queryParams
737
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
738
- refreshToken: ({
739
- oauthClient,
740
- refreshToken
741
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
742
- extractInstallationInfo: ({
743
- tokenResult
744
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
745
- externalInstallationId: string | undefined;
746
- externalWorkspaceId: string | undefined;
747
- metadata: {
748
- shopDomain: string;
749
- } | undefined;
750
- };
751
464
  id: string;
752
465
  }[]>[], undefined>;
753
466
  //#endregion
@@ -772,32 +485,6 @@ declare const deleteBlogOperation: Operation<z.ZodObject<{
772
485
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
773
486
  };
774
487
  };
775
- buildAuthUrl: ({
776
- oauthClient,
777
- redirectUri,
778
- state,
779
- connection,
780
- initiateInput,
781
- requestedScopes
782
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
783
- exchangeCode: ({
784
- oauthClient,
785
- code,
786
- queryParams
787
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
788
- refreshToken: ({
789
- oauthClient,
790
- refreshToken
791
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
792
- extractInstallationInfo: ({
793
- tokenResult
794
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
795
- externalInstallationId: string | undefined;
796
- externalWorkspaceId: string | undefined;
797
- metadata: {
798
- shopDomain: string;
799
- } | undefined;
800
- };
801
488
  id: string;
802
489
  }[]>[], undefined>;
803
490
  //#endregion
@@ -822,32 +509,6 @@ declare const deleteCollectionOperation: Operation<z.ZodObject<{
822
509
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
823
510
  };
824
511
  };
825
- buildAuthUrl: ({
826
- oauthClient,
827
- redirectUri,
828
- state,
829
- connection,
830
- initiateInput,
831
- requestedScopes
832
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
833
- exchangeCode: ({
834
- oauthClient,
835
- code,
836
- queryParams
837
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
838
- refreshToken: ({
839
- oauthClient,
840
- refreshToken
841
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
842
- extractInstallationInfo: ({
843
- tokenResult
844
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
845
- externalInstallationId: string | undefined;
846
- externalWorkspaceId: string | undefined;
847
- metadata: {
848
- shopDomain: string;
849
- } | undefined;
850
- };
851
512
  id: string;
852
513
  }[]>[], undefined>;
853
514
  //#endregion
@@ -872,32 +533,6 @@ declare const deleteCustomerOperation: Operation<z.ZodObject<{
872
533
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
873
534
  };
874
535
  };
875
- buildAuthUrl: ({
876
- oauthClient,
877
- redirectUri,
878
- state,
879
- connection,
880
- initiateInput,
881
- requestedScopes
882
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
883
- exchangeCode: ({
884
- oauthClient,
885
- code,
886
- queryParams
887
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
888
- refreshToken: ({
889
- oauthClient,
890
- refreshToken
891
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
892
- extractInstallationInfo: ({
893
- tokenResult
894
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
895
- externalInstallationId: string | undefined;
896
- externalWorkspaceId: string | undefined;
897
- metadata: {
898
- shopDomain: string;
899
- } | undefined;
900
- };
901
536
  id: string;
902
537
  }[]>[], undefined>;
903
538
  //#endregion
@@ -922,32 +557,6 @@ declare const deleteProductOperation: Operation<z.ZodObject<{
922
557
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
923
558
  };
924
559
  };
925
- buildAuthUrl: ({
926
- oauthClient,
927
- redirectUri,
928
- state,
929
- connection,
930
- initiateInput,
931
- requestedScopes
932
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
933
- exchangeCode: ({
934
- oauthClient,
935
- code,
936
- queryParams
937
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
938
- refreshToken: ({
939
- oauthClient,
940
- refreshToken
941
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
942
- extractInstallationInfo: ({
943
- tokenResult
944
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
945
- externalInstallationId: string | undefined;
946
- externalWorkspaceId: string | undefined;
947
- metadata: {
948
- shopDomain: string;
949
- } | undefined;
950
- };
951
560
  id: string;
952
561
  }[]>[], undefined>;
953
562
  //#endregion
@@ -993,32 +602,6 @@ declare const getArticleOperation: Operation<z.ZodObject<{
993
602
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
994
603
  };
995
604
  };
996
- buildAuthUrl: ({
997
- oauthClient,
998
- redirectUri,
999
- state,
1000
- connection,
1001
- initiateInput,
1002
- requestedScopes
1003
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
1004
- exchangeCode: ({
1005
- oauthClient,
1006
- code,
1007
- queryParams
1008
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1009
- refreshToken: ({
1010
- oauthClient,
1011
- refreshToken
1012
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1013
- extractInstallationInfo: ({
1014
- tokenResult
1015
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
1016
- externalInstallationId: string | undefined;
1017
- externalWorkspaceId: string | undefined;
1018
- metadata: {
1019
- shopDomain: string;
1020
- } | undefined;
1021
- };
1022
605
  id: string;
1023
606
  }[]>[], undefined>;
1024
607
  //#endregion
@@ -1049,32 +632,6 @@ declare const getBlogOperation: Operation<z.ZodObject<{
1049
632
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
1050
633
  };
1051
634
  };
1052
- buildAuthUrl: ({
1053
- oauthClient,
1054
- redirectUri,
1055
- state,
1056
- connection,
1057
- initiateInput,
1058
- requestedScopes
1059
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
1060
- exchangeCode: ({
1061
- oauthClient,
1062
- code,
1063
- queryParams
1064
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1065
- refreshToken: ({
1066
- oauthClient,
1067
- refreshToken
1068
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1069
- extractInstallationInfo: ({
1070
- tokenResult
1071
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
1072
- externalInstallationId: string | undefined;
1073
- externalWorkspaceId: string | undefined;
1074
- metadata: {
1075
- shopDomain: string;
1076
- } | undefined;
1077
- };
1078
635
  id: string;
1079
636
  }[]>[], undefined>;
1080
637
  //#endregion
@@ -1111,32 +668,6 @@ declare const getCollectionOperation: Operation<z.ZodObject<{
1111
668
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
1112
669
  };
1113
670
  };
1114
- buildAuthUrl: ({
1115
- oauthClient,
1116
- redirectUri,
1117
- state,
1118
- connection,
1119
- initiateInput,
1120
- requestedScopes
1121
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
1122
- exchangeCode: ({
1123
- oauthClient,
1124
- code,
1125
- queryParams
1126
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1127
- refreshToken: ({
1128
- oauthClient,
1129
- refreshToken
1130
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1131
- extractInstallationInfo: ({
1132
- tokenResult
1133
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
1134
- externalInstallationId: string | undefined;
1135
- externalWorkspaceId: string | undefined;
1136
- metadata: {
1137
- shopDomain: string;
1138
- } | undefined;
1139
- };
1140
671
  id: string;
1141
672
  }[]>[], undefined>;
1142
673
  //#endregion
@@ -1168,32 +699,6 @@ declare const getCustomerOperation: Operation<z.ZodObject<{
1168
699
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
1169
700
  };
1170
701
  };
1171
- buildAuthUrl: ({
1172
- oauthClient,
1173
- redirectUri,
1174
- state,
1175
- connection,
1176
- initiateInput,
1177
- requestedScopes
1178
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
1179
- exchangeCode: ({
1180
- oauthClient,
1181
- code,
1182
- queryParams
1183
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1184
- refreshToken: ({
1185
- oauthClient,
1186
- refreshToken
1187
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1188
- extractInstallationInfo: ({
1189
- tokenResult
1190
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
1191
- externalInstallationId: string | undefined;
1192
- externalWorkspaceId: string | undefined;
1193
- metadata: {
1194
- shopDomain: string;
1195
- } | undefined;
1196
- };
1197
702
  id: string;
1198
703
  }[]>[], undefined>;
1199
704
  //#endregion
@@ -1257,32 +762,6 @@ declare const getCustomerOrdersOperation: Operation<z.ZodObject<{
1257
762
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
1258
763
  };
1259
764
  };
1260
- buildAuthUrl: ({
1261
- oauthClient,
1262
- redirectUri,
1263
- state,
1264
- connection,
1265
- initiateInput,
1266
- requestedScopes
1267
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
1268
- exchangeCode: ({
1269
- oauthClient,
1270
- code,
1271
- queryParams
1272
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1273
- refreshToken: ({
1274
- oauthClient,
1275
- refreshToken
1276
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1277
- extractInstallationInfo: ({
1278
- tokenResult
1279
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
1280
- externalInstallationId: string | undefined;
1281
- externalWorkspaceId: string | undefined;
1282
- metadata: {
1283
- shopDomain: string;
1284
- } | undefined;
1285
- };
1286
765
  id: string;
1287
766
  }[]>[], undefined>;
1288
767
  //#endregion
@@ -1312,32 +791,6 @@ declare const getFulfillmentOperation: Operation<z.ZodObject<{
1312
791
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
1313
792
  };
1314
793
  };
1315
- buildAuthUrl: ({
1316
- oauthClient,
1317
- redirectUri,
1318
- state,
1319
- connection,
1320
- initiateInput,
1321
- requestedScopes
1322
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
1323
- exchangeCode: ({
1324
- oauthClient,
1325
- code,
1326
- queryParams
1327
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1328
- refreshToken: ({
1329
- oauthClient,
1330
- refreshToken
1331
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1332
- extractInstallationInfo: ({
1333
- tokenResult
1334
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
1335
- externalInstallationId: string | undefined;
1336
- externalWorkspaceId: string | undefined;
1337
- metadata: {
1338
- shopDomain: string;
1339
- } | undefined;
1340
- };
1341
794
  id: string;
1342
795
  }[]>[], undefined>;
1343
796
  //#endregion
@@ -1364,32 +817,6 @@ declare const getInventoryItemOperation: Operation<z.ZodObject<{
1364
817
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
1365
818
  };
1366
819
  };
1367
- buildAuthUrl: ({
1368
- oauthClient,
1369
- redirectUri,
1370
- state,
1371
- connection,
1372
- initiateInput,
1373
- requestedScopes
1374
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
1375
- exchangeCode: ({
1376
- oauthClient,
1377
- code,
1378
- queryParams
1379
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1380
- refreshToken: ({
1381
- oauthClient,
1382
- refreshToken
1383
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1384
- extractInstallationInfo: ({
1385
- tokenResult
1386
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
1387
- externalInstallationId: string | undefined;
1388
- externalWorkspaceId: string | undefined;
1389
- metadata: {
1390
- shopDomain: string;
1391
- } | undefined;
1392
- };
1393
820
  id: string;
1394
821
  }[]>[], undefined>;
1395
822
  //#endregion
@@ -1439,32 +866,6 @@ declare const getInventoryLevelsForItemOperation: Operation<z.ZodObject<{
1439
866
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
1440
867
  };
1441
868
  };
1442
- buildAuthUrl: ({
1443
- oauthClient,
1444
- redirectUri,
1445
- state,
1446
- connection,
1447
- initiateInput,
1448
- requestedScopes
1449
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
1450
- exchangeCode: ({
1451
- oauthClient,
1452
- code,
1453
- queryParams
1454
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1455
- refreshToken: ({
1456
- oauthClient,
1457
- refreshToken
1458
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1459
- extractInstallationInfo: ({
1460
- tokenResult
1461
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
1462
- externalInstallationId: string | undefined;
1463
- externalWorkspaceId: string | undefined;
1464
- metadata: {
1465
- shopDomain: string;
1466
- } | undefined;
1467
- };
1468
869
  id: string;
1469
870
  }[]>[], undefined>;
1470
871
  //#endregion
@@ -1492,32 +893,6 @@ declare const getLocationOperation: Operation<z.ZodObject<{
1492
893
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
1493
894
  };
1494
895
  };
1495
- buildAuthUrl: ({
1496
- oauthClient,
1497
- redirectUri,
1498
- state,
1499
- connection,
1500
- initiateInput,
1501
- requestedScopes
1502
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
1503
- exchangeCode: ({
1504
- oauthClient,
1505
- code,
1506
- queryParams
1507
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1508
- refreshToken: ({
1509
- oauthClient,
1510
- refreshToken
1511
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1512
- extractInstallationInfo: ({
1513
- tokenResult
1514
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
1515
- externalInstallationId: string | undefined;
1516
- externalWorkspaceId: string | undefined;
1517
- metadata: {
1518
- shopDomain: string;
1519
- } | undefined;
1520
- };
1521
896
  id: string;
1522
897
  }[]>[], undefined>;
1523
898
  //#endregion
@@ -1571,32 +946,6 @@ declare const getOrderOperation: Operation<z.ZodObject<{
1571
946
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
1572
947
  };
1573
948
  };
1574
- buildAuthUrl: ({
1575
- oauthClient,
1576
- redirectUri,
1577
- state,
1578
- connection,
1579
- initiateInput,
1580
- requestedScopes
1581
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
1582
- exchangeCode: ({
1583
- oauthClient,
1584
- code,
1585
- queryParams
1586
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1587
- refreshToken: ({
1588
- oauthClient,
1589
- refreshToken
1590
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1591
- extractInstallationInfo: ({
1592
- tokenResult
1593
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
1594
- externalInstallationId: string | undefined;
1595
- externalWorkspaceId: string | undefined;
1596
- metadata: {
1597
- shopDomain: string;
1598
- } | undefined;
1599
- };
1600
949
  id: string;
1601
950
  }[]>[], undefined>;
1602
951
  //#endregion
@@ -1639,32 +988,6 @@ declare const getProductOperation: Operation<z.ZodObject<{
1639
988
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
1640
989
  };
1641
990
  };
1642
- buildAuthUrl: ({
1643
- oauthClient,
1644
- redirectUri,
1645
- state,
1646
- connection,
1647
- initiateInput,
1648
- requestedScopes
1649
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
1650
- exchangeCode: ({
1651
- oauthClient,
1652
- code,
1653
- queryParams
1654
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1655
- refreshToken: ({
1656
- oauthClient,
1657
- refreshToken
1658
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1659
- extractInstallationInfo: ({
1660
- tokenResult
1661
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
1662
- externalInstallationId: string | undefined;
1663
- externalWorkspaceId: string | undefined;
1664
- metadata: {
1665
- shopDomain: string;
1666
- } | undefined;
1667
- };
1668
991
  id: string;
1669
992
  }[]>[], undefined>;
1670
993
  //#endregion
@@ -1691,32 +1014,6 @@ declare const getShopOperation: Operation<z.ZodObject<{}, z.core.$strip>, z.ZodO
1691
1014
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
1692
1015
  };
1693
1016
  };
1694
- buildAuthUrl: ({
1695
- oauthClient,
1696
- redirectUri,
1697
- state,
1698
- connection,
1699
- initiateInput,
1700
- requestedScopes
1701
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
1702
- exchangeCode: ({
1703
- oauthClient,
1704
- code,
1705
- queryParams
1706
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1707
- refreshToken: ({
1708
- oauthClient,
1709
- refreshToken
1710
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1711
- extractInstallationInfo: ({
1712
- tokenResult
1713
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
1714
- externalInstallationId: string | undefined;
1715
- externalWorkspaceId: string | undefined;
1716
- metadata: {
1717
- shopDomain: string;
1718
- } | undefined;
1719
- };
1720
1017
  id: string;
1721
1018
  }[]>[], undefined>;
1722
1019
  //#endregion
@@ -1772,32 +1069,6 @@ declare const listArticlesOperation: Operation<zod.ZodObject<{
1772
1069
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
1773
1070
  };
1774
1071
  };
1775
- buildAuthUrl: ({
1776
- oauthClient,
1777
- redirectUri,
1778
- state,
1779
- connection,
1780
- initiateInput,
1781
- requestedScopes
1782
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
1783
- exchangeCode: ({
1784
- oauthClient,
1785
- code,
1786
- queryParams
1787
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1788
- refreshToken: ({
1789
- oauthClient,
1790
- refreshToken
1791
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1792
- extractInstallationInfo: ({
1793
- tokenResult
1794
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
1795
- externalInstallationId: string | undefined;
1796
- externalWorkspaceId: string | undefined;
1797
- metadata: {
1798
- shopDomain: string;
1799
- } | undefined;
1800
- };
1801
1072
  id: string;
1802
1073
  }[]>[], undefined>;
1803
1074
  //#endregion
@@ -1838,32 +1109,6 @@ declare const listBlogsOperation: Operation<zod.ZodObject<{
1838
1109
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
1839
1110
  };
1840
1111
  };
1841
- buildAuthUrl: ({
1842
- oauthClient,
1843
- redirectUri,
1844
- state,
1845
- connection,
1846
- initiateInput,
1847
- requestedScopes
1848
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
1849
- exchangeCode: ({
1850
- oauthClient,
1851
- code,
1852
- queryParams
1853
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1854
- refreshToken: ({
1855
- oauthClient,
1856
- refreshToken
1857
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1858
- extractInstallationInfo: ({
1859
- tokenResult
1860
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
1861
- externalInstallationId: string | undefined;
1862
- externalWorkspaceId: string | undefined;
1863
- metadata: {
1864
- shopDomain: string;
1865
- } | undefined;
1866
- };
1867
1112
  id: string;
1868
1113
  }[]>[], undefined>;
1869
1114
  //#endregion
@@ -1910,32 +1155,6 @@ declare const listCollectionsOperation: Operation<zod.ZodObject<{
1910
1155
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
1911
1156
  };
1912
1157
  };
1913
- buildAuthUrl: ({
1914
- oauthClient,
1915
- redirectUri,
1916
- state,
1917
- connection,
1918
- initiateInput,
1919
- requestedScopes
1920
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
1921
- exchangeCode: ({
1922
- oauthClient,
1923
- code,
1924
- queryParams
1925
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1926
- refreshToken: ({
1927
- oauthClient,
1928
- refreshToken
1929
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1930
- extractInstallationInfo: ({
1931
- tokenResult
1932
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
1933
- externalInstallationId: string | undefined;
1934
- externalWorkspaceId: string | undefined;
1935
- metadata: {
1936
- shopDomain: string;
1937
- } | undefined;
1938
- };
1939
1158
  id: string;
1940
1159
  }[]>[], undefined>;
1941
1160
  //#endregion
@@ -1977,32 +1196,6 @@ declare const listCustomersOperation: Operation<zod.ZodObject<{
1977
1196
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
1978
1197
  };
1979
1198
  };
1980
- buildAuthUrl: ({
1981
- oauthClient,
1982
- redirectUri,
1983
- state,
1984
- connection,
1985
- initiateInput,
1986
- requestedScopes
1987
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
1988
- exchangeCode: ({
1989
- oauthClient,
1990
- code,
1991
- queryParams
1992
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1993
- refreshToken: ({
1994
- oauthClient,
1995
- refreshToken
1996
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
1997
- extractInstallationInfo: ({
1998
- tokenResult
1999
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
2000
- externalInstallationId: string | undefined;
2001
- externalWorkspaceId: string | undefined;
2002
- metadata: {
2003
- shopDomain: string;
2004
- } | undefined;
2005
- };
2006
1199
  id: string;
2007
1200
  }[]>[], undefined>;
2008
1201
  //#endregion
@@ -2063,32 +1256,6 @@ declare const listFulfillmentOrdersForOrderOperation: Operation<z.ZodObject<{
2063
1256
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
2064
1257
  };
2065
1258
  };
2066
- buildAuthUrl: ({
2067
- oauthClient,
2068
- redirectUri,
2069
- state,
2070
- connection,
2071
- initiateInput,
2072
- requestedScopes
2073
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
2074
- exchangeCode: ({
2075
- oauthClient,
2076
- code,
2077
- queryParams
2078
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2079
- refreshToken: ({
2080
- oauthClient,
2081
- refreshToken
2082
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2083
- extractInstallationInfo: ({
2084
- tokenResult
2085
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
2086
- externalInstallationId: string | undefined;
2087
- externalWorkspaceId: string | undefined;
2088
- metadata: {
2089
- shopDomain: string;
2090
- } | undefined;
2091
- };
2092
1259
  id: string;
2093
1260
  }[]>[], undefined>;
2094
1261
  //#endregion
@@ -2125,32 +1292,6 @@ declare const listInventoryItemsOperation: Operation<zod.ZodObject<{
2125
1292
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
2126
1293
  };
2127
1294
  };
2128
- buildAuthUrl: ({
2129
- oauthClient,
2130
- redirectUri,
2131
- state,
2132
- connection,
2133
- initiateInput,
2134
- requestedScopes
2135
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
2136
- exchangeCode: ({
2137
- oauthClient,
2138
- code,
2139
- queryParams
2140
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2141
- refreshToken: ({
2142
- oauthClient,
2143
- refreshToken
2144
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2145
- extractInstallationInfo: ({
2146
- tokenResult
2147
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
2148
- externalInstallationId: string | undefined;
2149
- externalWorkspaceId: string | undefined;
2150
- metadata: {
2151
- shopDomain: string;
2152
- } | undefined;
2153
- };
2154
1295
  id: string;
2155
1296
  }[]>[], undefined>;
2156
1297
  //#endregion
@@ -2190,32 +1331,6 @@ declare const listLocationsOperation: Operation<z.ZodObject<{
2190
1331
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
2191
1332
  };
2192
1333
  };
2193
- buildAuthUrl: ({
2194
- oauthClient,
2195
- redirectUri,
2196
- state,
2197
- connection,
2198
- initiateInput,
2199
- requestedScopes
2200
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
2201
- exchangeCode: ({
2202
- oauthClient,
2203
- code,
2204
- queryParams
2205
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2206
- refreshToken: ({
2207
- oauthClient,
2208
- refreshToken
2209
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2210
- extractInstallationInfo: ({
2211
- tokenResult
2212
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
2213
- externalInstallationId: string | undefined;
2214
- externalWorkspaceId: string | undefined;
2215
- metadata: {
2216
- shopDomain: string;
2217
- } | undefined;
2218
- };
2219
1334
  id: string;
2220
1335
  }[]>[], undefined>;
2221
1336
  //#endregion
@@ -2279,32 +1394,6 @@ declare const listOrdersOperation: Operation<zod.ZodObject<{
2279
1394
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
2280
1395
  };
2281
1396
  };
2282
- buildAuthUrl: ({
2283
- oauthClient,
2284
- redirectUri,
2285
- state,
2286
- connection,
2287
- initiateInput,
2288
- requestedScopes
2289
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
2290
- exchangeCode: ({
2291
- oauthClient,
2292
- code,
2293
- queryParams
2294
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2295
- refreshToken: ({
2296
- oauthClient,
2297
- refreshToken
2298
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2299
- extractInstallationInfo: ({
2300
- tokenResult
2301
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
2302
- externalInstallationId: string | undefined;
2303
- externalWorkspaceId: string | undefined;
2304
- metadata: {
2305
- shopDomain: string;
2306
- } | undefined;
2307
- };
2308
1397
  id: string;
2309
1398
  }[]>[], undefined>;
2310
1399
  //#endregion
@@ -2357,32 +1446,6 @@ declare const listProductsOperation: Operation<zod.ZodObject<{
2357
1446
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
2358
1447
  };
2359
1448
  };
2360
- buildAuthUrl: ({
2361
- oauthClient,
2362
- redirectUri,
2363
- state,
2364
- connection,
2365
- initiateInput,
2366
- requestedScopes
2367
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
2368
- exchangeCode: ({
2369
- oauthClient,
2370
- code,
2371
- queryParams
2372
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2373
- refreshToken: ({
2374
- oauthClient,
2375
- refreshToken
2376
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2377
- extractInstallationInfo: ({
2378
- tokenResult
2379
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
2380
- externalInstallationId: string | undefined;
2381
- externalWorkspaceId: string | undefined;
2382
- metadata: {
2383
- shopDomain: string;
2384
- } | undefined;
2385
- };
2386
1449
  id: string;
2387
1450
  }[]>[], undefined>;
2388
1451
  //#endregion
@@ -2409,32 +1472,6 @@ declare const removeProductsFromCollectionOperation: Operation<z.ZodObject<{
2409
1472
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
2410
1473
  };
2411
1474
  };
2412
- buildAuthUrl: ({
2413
- oauthClient,
2414
- redirectUri,
2415
- state,
2416
- connection,
2417
- initiateInput,
2418
- requestedScopes
2419
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
2420
- exchangeCode: ({
2421
- oauthClient,
2422
- code,
2423
- queryParams
2424
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2425
- refreshToken: ({
2426
- oauthClient,
2427
- refreshToken
2428
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2429
- extractInstallationInfo: ({
2430
- tokenResult
2431
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
2432
- externalInstallationId: string | undefined;
2433
- externalWorkspaceId: string | undefined;
2434
- metadata: {
2435
- shopDomain: string;
2436
- } | undefined;
2437
- };
2438
1475
  id: string;
2439
1476
  }[]>[], undefined>;
2440
1477
  //#endregion
@@ -2490,32 +1527,6 @@ declare const updateArticleOperation: Operation<z.ZodObject<{
2490
1527
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
2491
1528
  };
2492
1529
  };
2493
- buildAuthUrl: ({
2494
- oauthClient,
2495
- redirectUri,
2496
- state,
2497
- connection,
2498
- initiateInput,
2499
- requestedScopes
2500
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
2501
- exchangeCode: ({
2502
- oauthClient,
2503
- code,
2504
- queryParams
2505
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2506
- refreshToken: ({
2507
- oauthClient,
2508
- refreshToken
2509
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2510
- extractInstallationInfo: ({
2511
- tokenResult
2512
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
2513
- externalInstallationId: string | undefined;
2514
- externalWorkspaceId: string | undefined;
2515
- metadata: {
2516
- shopDomain: string;
2517
- } | undefined;
2518
- };
2519
1530
  id: string;
2520
1531
  }[]>[], undefined>;
2521
1532
  //#endregion
@@ -2555,32 +1566,6 @@ declare const updateBlogOperation: Operation<z.ZodObject<{
2555
1566
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
2556
1567
  };
2557
1568
  };
2558
- buildAuthUrl: ({
2559
- oauthClient,
2560
- redirectUri,
2561
- state,
2562
- connection,
2563
- initiateInput,
2564
- requestedScopes
2565
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
2566
- exchangeCode: ({
2567
- oauthClient,
2568
- code,
2569
- queryParams
2570
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2571
- refreshToken: ({
2572
- oauthClient,
2573
- refreshToken
2574
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2575
- extractInstallationInfo: ({
2576
- tokenResult
2577
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
2578
- externalInstallationId: string | undefined;
2579
- externalWorkspaceId: string | undefined;
2580
- metadata: {
2581
- shopDomain: string;
2582
- } | undefined;
2583
- };
2584
1569
  id: string;
2585
1570
  }[]>[], undefined>;
2586
1571
  //#endregion
@@ -2618,32 +1603,6 @@ declare const updateCustomerOperation: Operation<z.ZodObject<{
2618
1603
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
2619
1604
  };
2620
1605
  };
2621
- buildAuthUrl: ({
2622
- oauthClient,
2623
- redirectUri,
2624
- state,
2625
- connection,
2626
- initiateInput,
2627
- requestedScopes
2628
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
2629
- exchangeCode: ({
2630
- oauthClient,
2631
- code,
2632
- queryParams
2633
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2634
- refreshToken: ({
2635
- oauthClient,
2636
- refreshToken
2637
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2638
- extractInstallationInfo: ({
2639
- tokenResult
2640
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
2641
- externalInstallationId: string | undefined;
2642
- externalWorkspaceId: string | undefined;
2643
- metadata: {
2644
- shopDomain: string;
2645
- } | undefined;
2646
- };
2647
1606
  id: string;
2648
1607
  }[]>[], undefined>;
2649
1608
  //#endregion
@@ -2711,32 +1670,6 @@ declare const updateOrderOperation: Operation<z.ZodObject<{
2711
1670
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
2712
1671
  };
2713
1672
  };
2714
- buildAuthUrl: ({
2715
- oauthClient,
2716
- redirectUri,
2717
- state,
2718
- connection,
2719
- initiateInput,
2720
- requestedScopes
2721
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
2722
- exchangeCode: ({
2723
- oauthClient,
2724
- code,
2725
- queryParams
2726
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2727
- refreshToken: ({
2728
- oauthClient,
2729
- refreshToken
2730
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2731
- extractInstallationInfo: ({
2732
- tokenResult
2733
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
2734
- externalInstallationId: string | undefined;
2735
- externalWorkspaceId: string | undefined;
2736
- metadata: {
2737
- shopDomain: string;
2738
- } | undefined;
2739
- };
2740
1673
  id: string;
2741
1674
  }[]>[], undefined>;
2742
1675
  //#endregion
@@ -2785,32 +1718,6 @@ declare const updateProductOperation: Operation<z.ZodObject<{
2785
1718
  readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
2786
1719
  };
2787
1720
  };
2788
- buildAuthUrl: ({
2789
- oauthClient,
2790
- redirectUri,
2791
- state,
2792
- connection,
2793
- initiateInput,
2794
- requestedScopes
2795
- }: _keystrokehq_core_credential_set0.BuildAuthUrlContext) => string;
2796
- exchangeCode: ({
2797
- oauthClient,
2798
- code,
2799
- queryParams
2800
- }: _keystrokehq_core_credential_set0.ExchangeCodeContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2801
- refreshToken: ({
2802
- oauthClient,
2803
- refreshToken
2804
- }: _keystrokehq_core_credential_set0.RefreshTokenContext) => Promise<_keystrokehq_core_credential_set0.TokenResult>;
2805
- extractInstallationInfo: ({
2806
- tokenResult
2807
- }: _keystrokehq_core_credential_set0.ExtractInstallationContext) => {
2808
- externalInstallationId: string | undefined;
2809
- externalWorkspaceId: string | undefined;
2810
- metadata: {
2811
- shopDomain: string;
2812
- } | undefined;
2813
- };
2814
1721
  id: string;
2815
1722
  }[]>[], undefined>;
2816
1723
  //#endregion