@channel.io/app-sdk-core 0.15.4 → 0.15.6
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/dist/extensions/config.d.ts +920 -920
- package/dist/extensions/datasource.d.ts +61 -32
- package/dist/extensions/datasource.d.ts.map +1 -1
- package/dist/extensions/datasource.js +63 -0
- package/dist/extensions/datasource.js.map +1 -1
- package/dist/extensions/function-schemas.d.ts +781 -542
- package/dist/extensions/function-schemas.d.ts.map +1 -1
- package/dist/extensions/function-schemas.js +6 -0
- package/dist/extensions/function-schemas.js.map +1 -1
- package/dist/extensions/index.d.ts +2 -1
- package/dist/extensions/index.d.ts.map +1 -1
- package/dist/extensions/index.js +3 -1
- package/dist/extensions/index.js.map +1 -1
- package/dist/extensions/interfaces/index.d.ts +1 -0
- package/dist/extensions/interfaces/index.d.ts.map +1 -1
- package/dist/extensions/interfaces/index.js +1 -0
- package/dist/extensions/interfaces/index.js.map +1 -1
- package/dist/extensions/interfaces/mail-relay.d.ts +25 -0
- package/dist/extensions/interfaces/mail-relay.d.ts.map +1 -0
- package/dist/extensions/interfaces/mail-relay.js +9 -0
- package/dist/extensions/interfaces/mail-relay.js.map +1 -0
- package/dist/extensions/mail-relay.d.ts +425 -0
- package/dist/extensions/mail-relay.d.ts.map +1 -0
- package/dist/extensions/mail-relay.js +59 -0
- package/dist/extensions/mail-relay.js.map +1 -0
- package/dist/extensions/proto-contracts.d.ts +8 -1
- package/dist/extensions/proto-contracts.d.ts.map +1 -1
- package/dist/extensions/store.d.ts +74 -74
- package/dist/extensions/wms.d.ts +12 -12
- package/dist/gen/channel/app/sdk/v1/common.zod.d.ts +6 -6
- package/dist/gen/channel/app/sdk/v1/extension.d.ts +43 -0
- package/dist/gen/channel/app/sdk/v1/extension.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts +619 -299
- package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/extension.zod.js +43 -0
- package/dist/gen/channel/app/sdk/v1/extension.zod.js.map +1 -1
- package/dist/gen/io/channel/datasource/v1/datasource.zod.d.ts +9 -9
- package/dist/schemas/index.d.ts +1 -0
- package/dist/schemas/index.d.ts.map +1 -1
- package/dist/schemas/index.js +1 -0
- package/dist/schemas/index.js.map +1 -1
- package/dist/schemas/native.d.ts +556 -0
- package/dist/schemas/native.d.ts.map +1 -0
- package/dist/schemas/native.js +101 -0
- package/dist/schemas/native.js.map +1 -0
- package/dist/types/native.d.ts +68 -0
- package/dist/types/native.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -27,12 +27,12 @@ export declare const StoreTargetUserSchema: z.ZodObject<{
|
|
|
27
27
|
label: z.ZodString;
|
|
28
28
|
description: z.ZodOptional<z.ZodString>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
label: string;
|
|
31
30
|
key: string;
|
|
31
|
+
label: string;
|
|
32
32
|
description?: string | undefined;
|
|
33
33
|
}, {
|
|
34
|
-
label: string;
|
|
35
34
|
key: string;
|
|
35
|
+
label: string;
|
|
36
36
|
description?: string | undefined;
|
|
37
37
|
}>;
|
|
38
38
|
export type StoreTargetUser = ProtoBacked<z.infer<typeof StoreTargetUserSchema>, ProtoStoreTargetUser>;
|
|
@@ -61,12 +61,12 @@ export declare const StoreCapabilitySchema: z.ZodObject<{
|
|
|
61
61
|
label: z.ZodString;
|
|
62
62
|
description: z.ZodOptional<z.ZodString>;
|
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
|
64
|
-
label: string;
|
|
65
64
|
key: string;
|
|
65
|
+
label: string;
|
|
66
66
|
description?: string | undefined;
|
|
67
67
|
}, {
|
|
68
|
-
label: string;
|
|
69
68
|
key: string;
|
|
69
|
+
label: string;
|
|
70
70
|
description?: string | undefined;
|
|
71
71
|
}>;
|
|
72
72
|
export type StoreCapability = ProtoBacked<z.infer<typeof StoreCapabilitySchema>, ProtoStoreCapability>;
|
|
@@ -75,12 +75,12 @@ export declare const StoreSurfaceSchema: z.ZodObject<{
|
|
|
75
75
|
label: z.ZodString;
|
|
76
76
|
description: z.ZodOptional<z.ZodString>;
|
|
77
77
|
}, "strip", z.ZodTypeAny, {
|
|
78
|
-
label: string;
|
|
79
78
|
key: string;
|
|
79
|
+
label: string;
|
|
80
80
|
description?: string | undefined;
|
|
81
81
|
}, {
|
|
82
|
-
label: string;
|
|
83
82
|
key: string;
|
|
83
|
+
label: string;
|
|
84
84
|
description?: string | undefined;
|
|
85
85
|
}>;
|
|
86
86
|
export type StoreSurface = ProtoBacked<z.infer<typeof StoreSurfaceSchema>, ProtoStoreSurface>;
|
|
@@ -127,14 +127,14 @@ export declare const StoreSetupFieldSchema: z.ZodObject<{
|
|
|
127
127
|
example: z.ZodOptional<z.ZodString>;
|
|
128
128
|
helpUrl: z.ZodOptional<z.ZodString>;
|
|
129
129
|
}, "strip", z.ZodTypeAny, {
|
|
130
|
-
label: string;
|
|
131
130
|
key: string;
|
|
131
|
+
label: string;
|
|
132
132
|
description?: string | undefined;
|
|
133
133
|
example?: string | undefined;
|
|
134
134
|
helpUrl?: string | undefined;
|
|
135
135
|
}, {
|
|
136
|
-
label: string;
|
|
137
136
|
key: string;
|
|
137
|
+
label: string;
|
|
138
138
|
description?: string | undefined;
|
|
139
139
|
example?: string | undefined;
|
|
140
140
|
helpUrl?: string | undefined;
|
|
@@ -164,14 +164,14 @@ export declare const StoreSetupOverviewSchema: z.ZodObject<{
|
|
|
164
164
|
example: z.ZodOptional<z.ZodString>;
|
|
165
165
|
helpUrl: z.ZodOptional<z.ZodString>;
|
|
166
166
|
}, "strip", z.ZodTypeAny, {
|
|
167
|
-
label: string;
|
|
168
167
|
key: string;
|
|
168
|
+
label: string;
|
|
169
169
|
description?: string | undefined;
|
|
170
170
|
example?: string | undefined;
|
|
171
171
|
helpUrl?: string | undefined;
|
|
172
172
|
}, {
|
|
173
|
-
label: string;
|
|
174
173
|
key: string;
|
|
174
|
+
label: string;
|
|
175
175
|
description?: string | undefined;
|
|
176
176
|
example?: string | undefined;
|
|
177
177
|
helpUrl?: string | undefined;
|
|
@@ -179,8 +179,8 @@ export declare const StoreSetupOverviewSchema: z.ZodObject<{
|
|
|
179
179
|
estimatedTimeText: z.ZodOptional<z.ZodString>;
|
|
180
180
|
}, "strip", z.ZodTypeAny, {
|
|
181
181
|
fields?: {
|
|
182
|
-
label: string;
|
|
183
182
|
key: string;
|
|
183
|
+
label: string;
|
|
184
184
|
description?: string | undefined;
|
|
185
185
|
example?: string | undefined;
|
|
186
186
|
helpUrl?: string | undefined;
|
|
@@ -194,8 +194,8 @@ export declare const StoreSetupOverviewSchema: z.ZodObject<{
|
|
|
194
194
|
estimatedTimeText?: string | undefined;
|
|
195
195
|
}, {
|
|
196
196
|
fields?: {
|
|
197
|
-
label: string;
|
|
198
197
|
key: string;
|
|
198
|
+
label: string;
|
|
199
199
|
description?: string | undefined;
|
|
200
200
|
example?: string | undefined;
|
|
201
201
|
helpUrl?: string | undefined;
|
|
@@ -259,12 +259,12 @@ export declare const StoreProfileI18nSchema: z.ZodObject<{
|
|
|
259
259
|
label: z.ZodString;
|
|
260
260
|
description: z.ZodOptional<z.ZodString>;
|
|
261
261
|
}, "strip", z.ZodTypeAny, {
|
|
262
|
-
label: string;
|
|
263
262
|
key: string;
|
|
263
|
+
label: string;
|
|
264
264
|
description?: string | undefined;
|
|
265
265
|
}, {
|
|
266
|
-
label: string;
|
|
267
266
|
key: string;
|
|
267
|
+
label: string;
|
|
268
268
|
description?: string | undefined;
|
|
269
269
|
}>, "many">>;
|
|
270
270
|
primaryUseCases: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -330,8 +330,8 @@ export declare const StoreProfileI18nSchema: z.ZodObject<{
|
|
|
330
330
|
summary?: string | undefined;
|
|
331
331
|
headline?: string | undefined;
|
|
332
332
|
targetUsers?: {
|
|
333
|
-
label: string;
|
|
334
333
|
key: string;
|
|
334
|
+
label: string;
|
|
335
335
|
description?: string | undefined;
|
|
336
336
|
}[] | undefined;
|
|
337
337
|
primaryUseCases?: {
|
|
@@ -361,8 +361,8 @@ export declare const StoreProfileI18nSchema: z.ZodObject<{
|
|
|
361
361
|
summary?: string | undefined;
|
|
362
362
|
headline?: string | undefined;
|
|
363
363
|
targetUsers?: {
|
|
364
|
-
label: string;
|
|
365
364
|
key: string;
|
|
365
|
+
label: string;
|
|
366
366
|
description?: string | undefined;
|
|
367
367
|
}[] | undefined;
|
|
368
368
|
primaryUseCases?: {
|
|
@@ -401,12 +401,12 @@ export declare const StoreProfileSchema: z.ZodObject<{
|
|
|
401
401
|
label: z.ZodString;
|
|
402
402
|
description: z.ZodOptional<z.ZodString>;
|
|
403
403
|
}, "strip", z.ZodTypeAny, {
|
|
404
|
-
label: string;
|
|
405
404
|
key: string;
|
|
405
|
+
label: string;
|
|
406
406
|
description?: string | undefined;
|
|
407
407
|
}, {
|
|
408
|
-
label: string;
|
|
409
408
|
key: string;
|
|
409
|
+
label: string;
|
|
410
410
|
description?: string | undefined;
|
|
411
411
|
}>, "many">;
|
|
412
412
|
primaryUseCases: z.ZodArray<z.ZodObject<{
|
|
@@ -449,12 +449,12 @@ export declare const StoreProfileSchema: z.ZodObject<{
|
|
|
449
449
|
label: z.ZodString;
|
|
450
450
|
description: z.ZodOptional<z.ZodString>;
|
|
451
451
|
}, "strip", z.ZodTypeAny, {
|
|
452
|
-
label: string;
|
|
453
452
|
key: string;
|
|
453
|
+
label: string;
|
|
454
454
|
description?: string | undefined;
|
|
455
455
|
}, {
|
|
456
|
-
label: string;
|
|
457
456
|
key: string;
|
|
457
|
+
label: string;
|
|
458
458
|
description?: string | undefined;
|
|
459
459
|
}>, "many">>;
|
|
460
460
|
surfaces: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -462,12 +462,12 @@ export declare const StoreProfileSchema: z.ZodObject<{
|
|
|
462
462
|
label: z.ZodString;
|
|
463
463
|
description: z.ZodOptional<z.ZodString>;
|
|
464
464
|
}, "strip", z.ZodTypeAny, {
|
|
465
|
-
label: string;
|
|
466
465
|
key: string;
|
|
466
|
+
label: string;
|
|
467
467
|
description?: string | undefined;
|
|
468
468
|
}, {
|
|
469
|
-
label: string;
|
|
470
469
|
key: string;
|
|
470
|
+
label: string;
|
|
471
471
|
description?: string | undefined;
|
|
472
472
|
}>, "many">>;
|
|
473
473
|
relationships: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -510,14 +510,14 @@ export declare const StoreProfileSchema: z.ZodObject<{
|
|
|
510
510
|
example: z.ZodOptional<z.ZodString>;
|
|
511
511
|
helpUrl: z.ZodOptional<z.ZodString>;
|
|
512
512
|
}, "strip", z.ZodTypeAny, {
|
|
513
|
-
label: string;
|
|
514
513
|
key: string;
|
|
514
|
+
label: string;
|
|
515
515
|
description?: string | undefined;
|
|
516
516
|
example?: string | undefined;
|
|
517
517
|
helpUrl?: string | undefined;
|
|
518
518
|
}, {
|
|
519
|
-
label: string;
|
|
520
519
|
key: string;
|
|
520
|
+
label: string;
|
|
521
521
|
description?: string | undefined;
|
|
522
522
|
example?: string | undefined;
|
|
523
523
|
helpUrl?: string | undefined;
|
|
@@ -525,8 +525,8 @@ export declare const StoreProfileSchema: z.ZodObject<{
|
|
|
525
525
|
estimatedTimeText: z.ZodOptional<z.ZodString>;
|
|
526
526
|
}, "strip", z.ZodTypeAny, {
|
|
527
527
|
fields?: {
|
|
528
|
-
label: string;
|
|
529
528
|
key: string;
|
|
529
|
+
label: string;
|
|
530
530
|
description?: string | undefined;
|
|
531
531
|
example?: string | undefined;
|
|
532
532
|
helpUrl?: string | undefined;
|
|
@@ -540,8 +540,8 @@ export declare const StoreProfileSchema: z.ZodObject<{
|
|
|
540
540
|
estimatedTimeText?: string | undefined;
|
|
541
541
|
}, {
|
|
542
542
|
fields?: {
|
|
543
|
-
label: string;
|
|
544
543
|
key: string;
|
|
544
|
+
label: string;
|
|
545
545
|
description?: string | undefined;
|
|
546
546
|
example?: string | undefined;
|
|
547
547
|
helpUrl?: string | undefined;
|
|
@@ -603,12 +603,12 @@ export declare const StoreProfileSchema: z.ZodObject<{
|
|
|
603
603
|
label: z.ZodString;
|
|
604
604
|
description: z.ZodOptional<z.ZodString>;
|
|
605
605
|
}, "strip", z.ZodTypeAny, {
|
|
606
|
-
label: string;
|
|
607
606
|
key: string;
|
|
607
|
+
label: string;
|
|
608
608
|
description?: string | undefined;
|
|
609
609
|
}, {
|
|
610
|
-
label: string;
|
|
611
610
|
key: string;
|
|
611
|
+
label: string;
|
|
612
612
|
description?: string | undefined;
|
|
613
613
|
}>, "many">>;
|
|
614
614
|
primaryUseCases: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -674,8 +674,8 @@ export declare const StoreProfileSchema: z.ZodObject<{
|
|
|
674
674
|
summary?: string | undefined;
|
|
675
675
|
headline?: string | undefined;
|
|
676
676
|
targetUsers?: {
|
|
677
|
-
label: string;
|
|
678
677
|
key: string;
|
|
678
|
+
label: string;
|
|
679
679
|
description?: string | undefined;
|
|
680
680
|
}[] | undefined;
|
|
681
681
|
primaryUseCases?: {
|
|
@@ -705,8 +705,8 @@ export declare const StoreProfileSchema: z.ZodObject<{
|
|
|
705
705
|
summary?: string | undefined;
|
|
706
706
|
headline?: string | undefined;
|
|
707
707
|
targetUsers?: {
|
|
708
|
-
label: string;
|
|
709
708
|
key: string;
|
|
709
|
+
label: string;
|
|
710
710
|
description?: string | undefined;
|
|
711
711
|
}[] | undefined;
|
|
712
712
|
primaryUseCases?: {
|
|
@@ -743,8 +743,8 @@ export declare const StoreProfileSchema: z.ZodObject<{
|
|
|
743
743
|
summary: string;
|
|
744
744
|
headline: string;
|
|
745
745
|
targetUsers: {
|
|
746
|
-
label: string;
|
|
747
746
|
key: string;
|
|
747
|
+
label: string;
|
|
748
748
|
description?: string | undefined;
|
|
749
749
|
}[];
|
|
750
750
|
primaryUseCases: {
|
|
@@ -774,13 +774,13 @@ export declare const StoreProfileSchema: z.ZodObject<{
|
|
|
774
774
|
pricingNote?: string | undefined;
|
|
775
775
|
categories?: string[] | undefined;
|
|
776
776
|
capabilities?: {
|
|
777
|
-
label: string;
|
|
778
777
|
key: string;
|
|
778
|
+
label: string;
|
|
779
779
|
description?: string | undefined;
|
|
780
780
|
}[] | undefined;
|
|
781
781
|
surfaces?: {
|
|
782
|
-
label: string;
|
|
783
782
|
key: string;
|
|
783
|
+
label: string;
|
|
784
784
|
description?: string | undefined;
|
|
785
785
|
}[] | undefined;
|
|
786
786
|
relationships?: {
|
|
@@ -791,8 +791,8 @@ export declare const StoreProfileSchema: z.ZodObject<{
|
|
|
791
791
|
}[] | undefined;
|
|
792
792
|
setupOverview?: {
|
|
793
793
|
fields?: {
|
|
794
|
-
label: string;
|
|
795
794
|
key: string;
|
|
795
|
+
label: string;
|
|
796
796
|
description?: string | undefined;
|
|
797
797
|
example?: string | undefined;
|
|
798
798
|
helpUrl?: string | undefined;
|
|
@@ -810,8 +810,8 @@ export declare const StoreProfileSchema: z.ZodObject<{
|
|
|
810
810
|
summary?: string | undefined;
|
|
811
811
|
headline?: string | undefined;
|
|
812
812
|
targetUsers?: {
|
|
813
|
-
label: string;
|
|
814
813
|
key: string;
|
|
814
|
+
label: string;
|
|
815
815
|
description?: string | undefined;
|
|
816
816
|
}[] | undefined;
|
|
817
817
|
primaryUseCases?: {
|
|
@@ -848,8 +848,8 @@ export declare const StoreProfileSchema: z.ZodObject<{
|
|
|
848
848
|
summary: string;
|
|
849
849
|
headline: string;
|
|
850
850
|
targetUsers: {
|
|
851
|
-
label: string;
|
|
852
851
|
key: string;
|
|
852
|
+
label: string;
|
|
853
853
|
description?: string | undefined;
|
|
854
854
|
}[];
|
|
855
855
|
primaryUseCases: {
|
|
@@ -879,13 +879,13 @@ export declare const StoreProfileSchema: z.ZodObject<{
|
|
|
879
879
|
pricingNote?: string | undefined;
|
|
880
880
|
categories?: string[] | undefined;
|
|
881
881
|
capabilities?: {
|
|
882
|
-
label: string;
|
|
883
882
|
key: string;
|
|
883
|
+
label: string;
|
|
884
884
|
description?: string | undefined;
|
|
885
885
|
}[] | undefined;
|
|
886
886
|
surfaces?: {
|
|
887
|
-
label: string;
|
|
888
887
|
key: string;
|
|
888
|
+
label: string;
|
|
889
889
|
description?: string | undefined;
|
|
890
890
|
}[] | undefined;
|
|
891
891
|
relationships?: {
|
|
@@ -896,8 +896,8 @@ export declare const StoreProfileSchema: z.ZodObject<{
|
|
|
896
896
|
}[] | undefined;
|
|
897
897
|
setupOverview?: {
|
|
898
898
|
fields?: {
|
|
899
|
-
label: string;
|
|
900
899
|
key: string;
|
|
900
|
+
label: string;
|
|
901
901
|
description?: string | undefined;
|
|
902
902
|
example?: string | undefined;
|
|
903
903
|
helpUrl?: string | undefined;
|
|
@@ -915,8 +915,8 @@ export declare const StoreProfileSchema: z.ZodObject<{
|
|
|
915
915
|
summary?: string | undefined;
|
|
916
916
|
headline?: string | undefined;
|
|
917
917
|
targetUsers?: {
|
|
918
|
-
label: string;
|
|
919
918
|
key: string;
|
|
919
|
+
label: string;
|
|
920
920
|
description?: string | undefined;
|
|
921
921
|
}[] | undefined;
|
|
922
922
|
primaryUseCases?: {
|
|
@@ -959,12 +959,12 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
959
959
|
label: z.ZodString;
|
|
960
960
|
description: z.ZodOptional<z.ZodString>;
|
|
961
961
|
}, "strip", z.ZodTypeAny, {
|
|
962
|
-
label: string;
|
|
963
962
|
key: string;
|
|
963
|
+
label: string;
|
|
964
964
|
description?: string | undefined;
|
|
965
965
|
}, {
|
|
966
|
-
label: string;
|
|
967
966
|
key: string;
|
|
967
|
+
label: string;
|
|
968
968
|
description?: string | undefined;
|
|
969
969
|
}>, "many">;
|
|
970
970
|
primaryUseCases: z.ZodArray<z.ZodObject<{
|
|
@@ -1007,12 +1007,12 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1007
1007
|
label: z.ZodString;
|
|
1008
1008
|
description: z.ZodOptional<z.ZodString>;
|
|
1009
1009
|
}, "strip", z.ZodTypeAny, {
|
|
1010
|
-
label: string;
|
|
1011
1010
|
key: string;
|
|
1011
|
+
label: string;
|
|
1012
1012
|
description?: string | undefined;
|
|
1013
1013
|
}, {
|
|
1014
|
-
label: string;
|
|
1015
1014
|
key: string;
|
|
1015
|
+
label: string;
|
|
1016
1016
|
description?: string | undefined;
|
|
1017
1017
|
}>, "many">>;
|
|
1018
1018
|
surfaces: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1020,12 +1020,12 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1020
1020
|
label: z.ZodString;
|
|
1021
1021
|
description: z.ZodOptional<z.ZodString>;
|
|
1022
1022
|
}, "strip", z.ZodTypeAny, {
|
|
1023
|
-
label: string;
|
|
1024
1023
|
key: string;
|
|
1024
|
+
label: string;
|
|
1025
1025
|
description?: string | undefined;
|
|
1026
1026
|
}, {
|
|
1027
|
-
label: string;
|
|
1028
1027
|
key: string;
|
|
1028
|
+
label: string;
|
|
1029
1029
|
description?: string | undefined;
|
|
1030
1030
|
}>, "many">>;
|
|
1031
1031
|
relationships: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1068,14 +1068,14 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1068
1068
|
example: z.ZodOptional<z.ZodString>;
|
|
1069
1069
|
helpUrl: z.ZodOptional<z.ZodString>;
|
|
1070
1070
|
}, "strip", z.ZodTypeAny, {
|
|
1071
|
-
label: string;
|
|
1072
1071
|
key: string;
|
|
1072
|
+
label: string;
|
|
1073
1073
|
description?: string | undefined;
|
|
1074
1074
|
example?: string | undefined;
|
|
1075
1075
|
helpUrl?: string | undefined;
|
|
1076
1076
|
}, {
|
|
1077
|
-
label: string;
|
|
1078
1077
|
key: string;
|
|
1078
|
+
label: string;
|
|
1079
1079
|
description?: string | undefined;
|
|
1080
1080
|
example?: string | undefined;
|
|
1081
1081
|
helpUrl?: string | undefined;
|
|
@@ -1083,8 +1083,8 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1083
1083
|
estimatedTimeText: z.ZodOptional<z.ZodString>;
|
|
1084
1084
|
}, "strip", z.ZodTypeAny, {
|
|
1085
1085
|
fields?: {
|
|
1086
|
-
label: string;
|
|
1087
1086
|
key: string;
|
|
1087
|
+
label: string;
|
|
1088
1088
|
description?: string | undefined;
|
|
1089
1089
|
example?: string | undefined;
|
|
1090
1090
|
helpUrl?: string | undefined;
|
|
@@ -1098,8 +1098,8 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1098
1098
|
estimatedTimeText?: string | undefined;
|
|
1099
1099
|
}, {
|
|
1100
1100
|
fields?: {
|
|
1101
|
-
label: string;
|
|
1102
1101
|
key: string;
|
|
1102
|
+
label: string;
|
|
1103
1103
|
description?: string | undefined;
|
|
1104
1104
|
example?: string | undefined;
|
|
1105
1105
|
helpUrl?: string | undefined;
|
|
@@ -1161,12 +1161,12 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1161
1161
|
label: z.ZodString;
|
|
1162
1162
|
description: z.ZodOptional<z.ZodString>;
|
|
1163
1163
|
}, "strip", z.ZodTypeAny, {
|
|
1164
|
-
label: string;
|
|
1165
1164
|
key: string;
|
|
1165
|
+
label: string;
|
|
1166
1166
|
description?: string | undefined;
|
|
1167
1167
|
}, {
|
|
1168
|
-
label: string;
|
|
1169
1168
|
key: string;
|
|
1169
|
+
label: string;
|
|
1170
1170
|
description?: string | undefined;
|
|
1171
1171
|
}>, "many">>;
|
|
1172
1172
|
primaryUseCases: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1232,8 +1232,8 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1232
1232
|
summary?: string | undefined;
|
|
1233
1233
|
headline?: string | undefined;
|
|
1234
1234
|
targetUsers?: {
|
|
1235
|
-
label: string;
|
|
1236
1235
|
key: string;
|
|
1236
|
+
label: string;
|
|
1237
1237
|
description?: string | undefined;
|
|
1238
1238
|
}[] | undefined;
|
|
1239
1239
|
primaryUseCases?: {
|
|
@@ -1263,8 +1263,8 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1263
1263
|
summary?: string | undefined;
|
|
1264
1264
|
headline?: string | undefined;
|
|
1265
1265
|
targetUsers?: {
|
|
1266
|
-
label: string;
|
|
1267
1266
|
key: string;
|
|
1267
|
+
label: string;
|
|
1268
1268
|
description?: string | undefined;
|
|
1269
1269
|
}[] | undefined;
|
|
1270
1270
|
primaryUseCases?: {
|
|
@@ -1301,8 +1301,8 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1301
1301
|
summary: string;
|
|
1302
1302
|
headline: string;
|
|
1303
1303
|
targetUsers: {
|
|
1304
|
-
label: string;
|
|
1305
1304
|
key: string;
|
|
1305
|
+
label: string;
|
|
1306
1306
|
description?: string | undefined;
|
|
1307
1307
|
}[];
|
|
1308
1308
|
primaryUseCases: {
|
|
@@ -1332,13 +1332,13 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1332
1332
|
pricingNote?: string | undefined;
|
|
1333
1333
|
categories?: string[] | undefined;
|
|
1334
1334
|
capabilities?: {
|
|
1335
|
-
label: string;
|
|
1336
1335
|
key: string;
|
|
1336
|
+
label: string;
|
|
1337
1337
|
description?: string | undefined;
|
|
1338
1338
|
}[] | undefined;
|
|
1339
1339
|
surfaces?: {
|
|
1340
|
-
label: string;
|
|
1341
1340
|
key: string;
|
|
1341
|
+
label: string;
|
|
1342
1342
|
description?: string | undefined;
|
|
1343
1343
|
}[] | undefined;
|
|
1344
1344
|
relationships?: {
|
|
@@ -1349,8 +1349,8 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1349
1349
|
}[] | undefined;
|
|
1350
1350
|
setupOverview?: {
|
|
1351
1351
|
fields?: {
|
|
1352
|
-
label: string;
|
|
1353
1352
|
key: string;
|
|
1353
|
+
label: string;
|
|
1354
1354
|
description?: string | undefined;
|
|
1355
1355
|
example?: string | undefined;
|
|
1356
1356
|
helpUrl?: string | undefined;
|
|
@@ -1368,8 +1368,8 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1368
1368
|
summary?: string | undefined;
|
|
1369
1369
|
headline?: string | undefined;
|
|
1370
1370
|
targetUsers?: {
|
|
1371
|
-
label: string;
|
|
1372
1371
|
key: string;
|
|
1372
|
+
label: string;
|
|
1373
1373
|
description?: string | undefined;
|
|
1374
1374
|
}[] | undefined;
|
|
1375
1375
|
primaryUseCases?: {
|
|
@@ -1406,8 +1406,8 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1406
1406
|
summary: string;
|
|
1407
1407
|
headline: string;
|
|
1408
1408
|
targetUsers: {
|
|
1409
|
-
label: string;
|
|
1410
1409
|
key: string;
|
|
1410
|
+
label: string;
|
|
1411
1411
|
description?: string | undefined;
|
|
1412
1412
|
}[];
|
|
1413
1413
|
primaryUseCases: {
|
|
@@ -1437,13 +1437,13 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1437
1437
|
pricingNote?: string | undefined;
|
|
1438
1438
|
categories?: string[] | undefined;
|
|
1439
1439
|
capabilities?: {
|
|
1440
|
-
label: string;
|
|
1441
1440
|
key: string;
|
|
1441
|
+
label: string;
|
|
1442
1442
|
description?: string | undefined;
|
|
1443
1443
|
}[] | undefined;
|
|
1444
1444
|
surfaces?: {
|
|
1445
|
-
label: string;
|
|
1446
1445
|
key: string;
|
|
1446
|
+
label: string;
|
|
1447
1447
|
description?: string | undefined;
|
|
1448
1448
|
}[] | undefined;
|
|
1449
1449
|
relationships?: {
|
|
@@ -1454,8 +1454,8 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1454
1454
|
}[] | undefined;
|
|
1455
1455
|
setupOverview?: {
|
|
1456
1456
|
fields?: {
|
|
1457
|
-
label: string;
|
|
1458
1457
|
key: string;
|
|
1458
|
+
label: string;
|
|
1459
1459
|
description?: string | undefined;
|
|
1460
1460
|
example?: string | undefined;
|
|
1461
1461
|
helpUrl?: string | undefined;
|
|
@@ -1473,8 +1473,8 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1473
1473
|
summary?: string | undefined;
|
|
1474
1474
|
headline?: string | undefined;
|
|
1475
1475
|
targetUsers?: {
|
|
1476
|
-
label: string;
|
|
1477
1476
|
key: string;
|
|
1477
|
+
label: string;
|
|
1478
1478
|
description?: string | undefined;
|
|
1479
1479
|
}[] | undefined;
|
|
1480
1480
|
primaryUseCases?: {
|
|
@@ -1513,8 +1513,8 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1513
1513
|
summary: string;
|
|
1514
1514
|
headline: string;
|
|
1515
1515
|
targetUsers: {
|
|
1516
|
-
label: string;
|
|
1517
1516
|
key: string;
|
|
1517
|
+
label: string;
|
|
1518
1518
|
description?: string | undefined;
|
|
1519
1519
|
}[];
|
|
1520
1520
|
primaryUseCases: {
|
|
@@ -1544,13 +1544,13 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1544
1544
|
pricingNote?: string | undefined;
|
|
1545
1545
|
categories?: string[] | undefined;
|
|
1546
1546
|
capabilities?: {
|
|
1547
|
-
label: string;
|
|
1548
1547
|
key: string;
|
|
1548
|
+
label: string;
|
|
1549
1549
|
description?: string | undefined;
|
|
1550
1550
|
}[] | undefined;
|
|
1551
1551
|
surfaces?: {
|
|
1552
|
-
label: string;
|
|
1553
1552
|
key: string;
|
|
1553
|
+
label: string;
|
|
1554
1554
|
description?: string | undefined;
|
|
1555
1555
|
}[] | undefined;
|
|
1556
1556
|
relationships?: {
|
|
@@ -1561,8 +1561,8 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1561
1561
|
}[] | undefined;
|
|
1562
1562
|
setupOverview?: {
|
|
1563
1563
|
fields?: {
|
|
1564
|
-
label: string;
|
|
1565
1564
|
key: string;
|
|
1565
|
+
label: string;
|
|
1566
1566
|
description?: string | undefined;
|
|
1567
1567
|
example?: string | undefined;
|
|
1568
1568
|
helpUrl?: string | undefined;
|
|
@@ -1580,8 +1580,8 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1580
1580
|
summary?: string | undefined;
|
|
1581
1581
|
headline?: string | undefined;
|
|
1582
1582
|
targetUsers?: {
|
|
1583
|
-
label: string;
|
|
1584
1583
|
key: string;
|
|
1584
|
+
label: string;
|
|
1585
1585
|
description?: string | undefined;
|
|
1586
1586
|
}[] | undefined;
|
|
1587
1587
|
primaryUseCases?: {
|
|
@@ -1620,8 +1620,8 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1620
1620
|
summary: string;
|
|
1621
1621
|
headline: string;
|
|
1622
1622
|
targetUsers: {
|
|
1623
|
-
label: string;
|
|
1624
1623
|
key: string;
|
|
1624
|
+
label: string;
|
|
1625
1625
|
description?: string | undefined;
|
|
1626
1626
|
}[];
|
|
1627
1627
|
primaryUseCases: {
|
|
@@ -1651,13 +1651,13 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1651
1651
|
pricingNote?: string | undefined;
|
|
1652
1652
|
categories?: string[] | undefined;
|
|
1653
1653
|
capabilities?: {
|
|
1654
|
-
label: string;
|
|
1655
1654
|
key: string;
|
|
1655
|
+
label: string;
|
|
1656
1656
|
description?: string | undefined;
|
|
1657
1657
|
}[] | undefined;
|
|
1658
1658
|
surfaces?: {
|
|
1659
|
-
label: string;
|
|
1660
1659
|
key: string;
|
|
1660
|
+
label: string;
|
|
1661
1661
|
description?: string | undefined;
|
|
1662
1662
|
}[] | undefined;
|
|
1663
1663
|
relationships?: {
|
|
@@ -1668,8 +1668,8 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1668
1668
|
}[] | undefined;
|
|
1669
1669
|
setupOverview?: {
|
|
1670
1670
|
fields?: {
|
|
1671
|
-
label: string;
|
|
1672
1671
|
key: string;
|
|
1672
|
+
label: string;
|
|
1673
1673
|
description?: string | undefined;
|
|
1674
1674
|
example?: string | undefined;
|
|
1675
1675
|
helpUrl?: string | undefined;
|
|
@@ -1687,8 +1687,8 @@ export declare const GetStoreProfileOutputSchema: z.ZodObject<{
|
|
|
1687
1687
|
summary?: string | undefined;
|
|
1688
1688
|
headline?: string | undefined;
|
|
1689
1689
|
targetUsers?: {
|
|
1690
|
-
label: string;
|
|
1691
1690
|
key: string;
|
|
1691
|
+
label: string;
|
|
1692
1692
|
description?: string | undefined;
|
|
1693
1693
|
}[] | undefined;
|
|
1694
1694
|
primaryUseCases?: {
|
package/dist/extensions/wms.d.ts
CHANGED
|
@@ -890,21 +890,21 @@ export declare const CancelWmsOrderInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
890
890
|
orderIds: z.ZodOptional<z.ZodString>;
|
|
891
891
|
reason: z.ZodOptional<z.ZodString>;
|
|
892
892
|
}, "strip", z.ZodTypeAny, {
|
|
893
|
+
reason?: string | undefined;
|
|
893
894
|
orderIds?: string | undefined;
|
|
894
895
|
orderId?: string | undefined;
|
|
895
|
-
reason?: string | undefined;
|
|
896
896
|
}, {
|
|
897
|
+
reason?: string | undefined;
|
|
897
898
|
orderIds?: string | undefined;
|
|
898
899
|
orderId?: string | undefined;
|
|
899
|
-
reason?: string | undefined;
|
|
900
900
|
}>, {
|
|
901
|
+
reason?: string | undefined;
|
|
901
902
|
orderIds?: string | undefined;
|
|
902
903
|
orderId?: string | undefined;
|
|
903
|
-
reason?: string | undefined;
|
|
904
904
|
}, {
|
|
905
|
+
reason?: string | undefined;
|
|
905
906
|
orderIds?: string | undefined;
|
|
906
907
|
orderId?: string | undefined;
|
|
907
|
-
reason?: string | undefined;
|
|
908
908
|
}>;
|
|
909
909
|
export type CancelWmsOrderInput = ProtoBacked<z.infer<typeof CancelWmsOrderInputSchema>, ProtoWmsOrderStateRequest>;
|
|
910
910
|
export declare const ReturnWmsOrderInputSchema: z.ZodEffects<z.ZodObject<{
|
|
@@ -914,24 +914,24 @@ export declare const ReturnWmsOrderInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
914
914
|
reason: z.ZodOptional<z.ZodString>;
|
|
915
915
|
memo: z.ZodOptional<z.ZodString>;
|
|
916
916
|
}, "strip", z.ZodTypeAny, {
|
|
917
|
+
reason?: string | undefined;
|
|
917
918
|
orderIds?: string | undefined;
|
|
918
919
|
orderId?: string | undefined;
|
|
919
|
-
reason?: string | undefined;
|
|
920
920
|
memo?: string | undefined;
|
|
921
921
|
}, {
|
|
922
|
+
reason?: string | undefined;
|
|
922
923
|
orderIds?: string | undefined;
|
|
923
924
|
orderId?: string | undefined;
|
|
924
|
-
reason?: string | undefined;
|
|
925
925
|
memo?: string | undefined;
|
|
926
926
|
}>, {
|
|
927
|
+
reason?: string | undefined;
|
|
927
928
|
orderIds?: string | undefined;
|
|
928
929
|
orderId?: string | undefined;
|
|
929
|
-
reason?: string | undefined;
|
|
930
930
|
memo?: string | undefined;
|
|
931
931
|
}, {
|
|
932
|
+
reason?: string | undefined;
|
|
932
933
|
orderIds?: string | undefined;
|
|
933
934
|
orderId?: string | undefined;
|
|
934
|
-
reason?: string | undefined;
|
|
935
935
|
memo?: string | undefined;
|
|
936
936
|
}>;
|
|
937
937
|
export type ReturnWmsOrderInput = ProtoBacked<z.infer<typeof ReturnWmsOrderInputSchema>, ProtoWmsOrderStateRequest>;
|
|
@@ -942,24 +942,24 @@ export declare const ExchangeWmsOrderInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
942
942
|
reason: z.ZodOptional<z.ZodString>;
|
|
943
943
|
memo: z.ZodOptional<z.ZodString>;
|
|
944
944
|
}, "strip", z.ZodTypeAny, {
|
|
945
|
+
reason?: string | undefined;
|
|
945
946
|
orderIds?: string | undefined;
|
|
946
947
|
orderId?: string | undefined;
|
|
947
|
-
reason?: string | undefined;
|
|
948
948
|
memo?: string | undefined;
|
|
949
949
|
}, {
|
|
950
|
+
reason?: string | undefined;
|
|
950
951
|
orderIds?: string | undefined;
|
|
951
952
|
orderId?: string | undefined;
|
|
952
|
-
reason?: string | undefined;
|
|
953
953
|
memo?: string | undefined;
|
|
954
954
|
}>, {
|
|
955
|
+
reason?: string | undefined;
|
|
955
956
|
orderIds?: string | undefined;
|
|
956
957
|
orderId?: string | undefined;
|
|
957
|
-
reason?: string | undefined;
|
|
958
958
|
memo?: string | undefined;
|
|
959
959
|
}, {
|
|
960
|
+
reason?: string | undefined;
|
|
960
961
|
orderIds?: string | undefined;
|
|
961
962
|
orderId?: string | undefined;
|
|
962
|
-
reason?: string | undefined;
|
|
963
963
|
memo?: string | undefined;
|
|
964
964
|
}>;
|
|
965
965
|
export type ExchangeWmsOrderInput = ProtoBacked<z.infer<typeof ExchangeWmsOrderInputSchema>, ProtoWmsOrderStateRequest>;
|