@channel.io/app-sdk-core 0.24.2 → 0.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/dist/extensions/apikey.d.ts +2 -2
  2. package/dist/extensions/commerce.d.ts +766 -196
  3. package/dist/extensions/commerce.d.ts.map +1 -1
  4. package/dist/extensions/commerce.js +89 -5
  5. package/dist/extensions/commerce.js.map +1 -1
  6. package/dist/extensions/config.d.ts +53 -1
  7. package/dist/extensions/config.d.ts.map +1 -1
  8. package/dist/extensions/config.js +14 -0
  9. package/dist/extensions/config.js.map +1 -1
  10. package/dist/extensions/datasource.d.ts +22 -22
  11. package/dist/extensions/function-schemas.d.ts.map +1 -1
  12. package/dist/extensions/function-schemas.js +12 -1
  13. package/dist/extensions/function-schemas.js.map +1 -1
  14. package/dist/extensions/hook.d.ts +295 -4
  15. package/dist/extensions/hook.d.ts.map +1 -1
  16. package/dist/extensions/hook.js +48 -1
  17. package/dist/extensions/hook.js.map +1 -1
  18. package/dist/extensions/index.d.ts +4 -3
  19. package/dist/extensions/index.d.ts.map +1 -1
  20. package/dist/extensions/index.js +5 -3
  21. package/dist/extensions/index.js.map +1 -1
  22. package/dist/extensions/interfaces/index.d.ts +1 -0
  23. package/dist/extensions/interfaces/index.d.ts.map +1 -1
  24. package/dist/extensions/interfaces/index.js +1 -0
  25. package/dist/extensions/interfaces/index.js.map +1 -1
  26. package/dist/extensions/interfaces/suggestion.d.ts +12 -0
  27. package/dist/extensions/interfaces/suggestion.d.ts.map +1 -0
  28. package/dist/extensions/interfaces/suggestion.js +4 -0
  29. package/dist/extensions/interfaces/suggestion.js.map +1 -0
  30. package/dist/extensions/oauth.d.ts +2 -2
  31. package/dist/extensions/order.d.ts +96 -96
  32. package/dist/extensions/order.d.ts.map +1 -1
  33. package/dist/extensions/order.js +18 -6
  34. package/dist/extensions/order.js.map +1 -1
  35. package/dist/extensions/proto-contracts.d.ts +7 -1
  36. package/dist/extensions/proto-contracts.d.ts.map +1 -1
  37. package/dist/extensions/suggestion.d.ts +48 -0
  38. package/dist/extensions/suggestion.d.ts.map +1 -0
  39. package/dist/extensions/suggestion.js +61 -0
  40. package/dist/extensions/suggestion.js.map +1 -0
  41. package/dist/gen/channel/app/sdk/v1/common.zod.d.ts +6 -6
  42. package/dist/gen/channel/app/sdk/v1/context.d.ts +12 -0
  43. package/dist/gen/channel/app/sdk/v1/context.d.ts.map +1 -1
  44. package/dist/gen/channel/app/sdk/v1/context.zod.d.ts +67 -6
  45. package/dist/gen/channel/app/sdk/v1/context.zod.d.ts.map +1 -1
  46. package/dist/gen/channel/app/sdk/v1/context.zod.js +9 -0
  47. package/dist/gen/channel/app/sdk/v1/context.zod.js.map +1 -1
  48. package/dist/gen/channel/app/sdk/v1/extension.d.ts +182 -3
  49. package/dist/gen/channel/app/sdk/v1/extension.d.ts.map +1 -1
  50. package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts +718 -55
  51. package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts.map +1 -1
  52. package/dist/gen/channel/app/sdk/v1/extension.zod.js +69 -0
  53. package/dist/gen/channel/app/sdk/v1/extension.zod.js.map +1 -1
  54. package/dist/gen/channel/app/sdk/v1/function.zod.d.ts +66 -12
  55. package/dist/gen/channel/app/sdk/v1/function.zod.d.ts.map +1 -1
  56. package/dist/gen/channel/app/sdk/v1/native.d.ts +25 -0
  57. package/dist/gen/channel/app/sdk/v1/native.d.ts.map +1 -1
  58. package/dist/gen/channel/app/sdk/v1/native.zod.d.ts +167 -12
  59. package/dist/gen/channel/app/sdk/v1/native.zod.d.ts.map +1 -1
  60. package/dist/gen/channel/app/sdk/v1/native.zod.js +22 -0
  61. package/dist/gen/channel/app/sdk/v1/native.zod.js.map +1 -1
  62. package/dist/schemas/context.d.ts +25 -0
  63. package/dist/schemas/context.d.ts.map +1 -0
  64. package/dist/schemas/context.js +13 -0
  65. package/dist/schemas/context.js.map +1 -0
  66. package/dist/schemas/index.d.ts +1 -0
  67. package/dist/schemas/index.d.ts.map +1 -1
  68. package/dist/schemas/index.js +1 -0
  69. package/dist/schemas/index.js.map +1 -1
  70. package/dist/schemas/native.d.ts +153 -0
  71. package/dist/schemas/native.d.ts.map +1 -1
  72. package/dist/schemas/native.js +42 -0
  73. package/dist/schemas/native.js.map +1 -1
  74. package/dist/schemas/redirect.d.ts +4 -0
  75. package/dist/schemas/redirect.d.ts.map +1 -0
  76. package/dist/schemas/redirect.js +18 -0
  77. package/dist/schemas/redirect.js.map +1 -0
  78. package/dist/types/context.d.ts +11 -2
  79. package/dist/types/context.d.ts.map +1 -1
  80. package/dist/types/native.d.ts +34 -0
  81. package/dist/types/native.d.ts.map +1 -1
  82. package/package.json +1 -1
@@ -87,9 +87,9 @@ export declare const ApiKeyGetAuthConfigOutputProtoSchema: z.ZodObject<{
87
87
  }>>, "many">>;
88
88
  providerName: z.ZodOptional<z.ZodString>;
89
89
  }, "strip", z.ZodTypeAny, {
90
+ authScope?: string | undefined;
90
91
  providerName?: string | undefined;
91
92
  authType?: string | undefined;
92
- authScope?: string | undefined;
93
93
  fields?: {
94
94
  name?: string | undefined;
95
95
  description?: string | undefined;
@@ -101,9 +101,9 @@ export declare const ApiKeyGetAuthConfigOutputProtoSchema: z.ZodObject<{
101
101
  validationRegex?: string | undefined;
102
102
  }[] | undefined;
103
103
  }, {
104
+ authScope?: string | undefined;
104
105
  providerName?: string | undefined;
105
106
  authType?: string | undefined;
106
- authScope?: string | undefined;
107
107
  fields?: {
108
108
  name?: string | undefined;
109
109
  description?: string | undefined;
@@ -4609,6 +4609,7 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
4609
4609
  successMessage: z.ZodOptional<z.ZodString>;
4610
4610
  showInOverviewMenu: z.ZodOptional<z.ZodBoolean>;
4611
4611
  hidden: z.ZodOptional<z.ZodBoolean>;
4612
+ redirectOrigins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4612
4613
  }, "strip", z.ZodTypeAny, {
4613
4614
  params?: Record<string, any> | undefined;
4614
4615
  type?: string | undefined;
@@ -5014,6 +5015,7 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
5014
5015
  validationFieldKeys?: string[] | undefined;
5015
5016
  saveBeforeRun?: boolean | undefined;
5016
5017
  afterSuccess?: string[] | undefined;
5018
+ redirectOrigins?: string[] | undefined;
5017
5019
  showInOverviewMenu?: boolean | undefined;
5018
5020
  }, {
5019
5021
  params?: Record<string, any> | undefined;
@@ -5420,6 +5422,7 @@ export declare const ConfigBlockProtoSchema: z.ZodObject<{
5420
5422
  validationFieldKeys?: string[] | undefined;
5421
5423
  saveBeforeRun?: boolean | undefined;
5422
5424
  afterSuccess?: string[] | undefined;
5425
+ redirectOrigins?: string[] | undefined;
5423
5426
  showInOverviewMenu?: boolean | undefined;
5424
5427
  }>;
5425
5428
  export type ConfigBlockProto = z.infer<typeof ConfigBlockProtoSchema>;
@@ -7189,6 +7192,7 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
7189
7192
  successMessage: z.ZodOptional<z.ZodString>;
7190
7193
  showInOverviewMenu: z.ZodOptional<z.ZodBoolean>;
7191
7194
  hidden: z.ZodOptional<z.ZodBoolean>;
7195
+ redirectOrigins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7192
7196
  }, "strip", z.ZodTypeAny, {
7193
7197
  params?: Record<string, any> | undefined;
7194
7198
  type?: string | undefined;
@@ -7594,6 +7598,7 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
7594
7598
  validationFieldKeys?: string[] | undefined;
7595
7599
  saveBeforeRun?: boolean | undefined;
7596
7600
  afterSuccess?: string[] | undefined;
7601
+ redirectOrigins?: string[] | undefined;
7597
7602
  showInOverviewMenu?: boolean | undefined;
7598
7603
  }, {
7599
7604
  params?: Record<string, any> | undefined;
@@ -8000,6 +8005,7 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
8000
8005
  validationFieldKeys?: string[] | undefined;
8001
8006
  saveBeforeRun?: boolean | undefined;
8002
8007
  afterSuccess?: string[] | undefined;
8008
+ redirectOrigins?: string[] | undefined;
8003
8009
  showInOverviewMenu?: boolean | undefined;
8004
8010
  }>>, "many">>;
8005
8011
  supportsMultiple: z.ZodOptional<z.ZodBoolean>;
@@ -9188,6 +9194,7 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
9188
9194
  validationFieldKeys?: string[] | undefined;
9189
9195
  saveBeforeRun?: boolean | undefined;
9190
9196
  afterSuccess?: string[] | undefined;
9197
+ redirectOrigins?: string[] | undefined;
9191
9198
  showInOverviewMenu?: boolean | undefined;
9192
9199
  }[] | undefined;
9193
9200
  supportsMultiple?: boolean | undefined;
@@ -9759,6 +9766,7 @@ export declare const ConfigGetConfigSchemaOutputProtoSchema: z.ZodObject<{
9759
9766
  validationFieldKeys?: string[] | undefined;
9760
9767
  saveBeforeRun?: boolean | undefined;
9761
9768
  afterSuccess?: string[] | undefined;
9769
+ redirectOrigins?: string[] | undefined;
9762
9770
  showInOverviewMenu?: boolean | undefined;
9763
9771
  }[] | undefined;
9764
9772
  supportsMultiple?: boolean | undefined;
@@ -11178,8 +11186,8 @@ export declare const OAuthConfigProtoSchema: z.ZodObject<{
11178
11186
  } | undefined;
11179
11187
  }>>>;
11180
11188
  }, "strip", z.ZodTypeAny, {
11181
- authType?: string | undefined;
11182
11189
  authScope?: string | undefined;
11190
+ authType?: string | undefined;
11183
11191
  oauthProvider?: {
11184
11192
  providerName?: string | undefined;
11185
11193
  providerDescription?: string | undefined;
@@ -11211,8 +11219,8 @@ export declare const OAuthConfigProtoSchema: z.ZodObject<{
11211
11219
  } | undefined;
11212
11220
  } | undefined;
11213
11221
  }, {
11214
- authType?: string | undefined;
11215
11222
  authScope?: string | undefined;
11223
+ authType?: string | undefined;
11216
11224
  oauthProvider?: {
11217
11225
  providerName?: string | undefined;
11218
11226
  providerDescription?: string | undefined;
@@ -12756,9 +12764,13 @@ export declare const HookConfigProtoSchema: z.ZodObject<{
12756
12764
  endpointToken?: string | undefined;
12757
12765
  executionScope?: string | undefined;
12758
12766
  }>>>;
12767
+ redirectOrigins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
12768
+ authScope: z.ZodOptional<z.ZodString>;
12759
12769
  }, "strip", z.ZodTypeAny, {
12760
12770
  systemVersion?: string | undefined;
12761
12771
  type?: string | undefined;
12772
+ authScope?: string | undefined;
12773
+ redirectOrigins?: string[] | undefined;
12762
12774
  actionFunctionName?: string | undefined;
12763
12775
  targetId?: string | undefined;
12764
12776
  webhook?: {
@@ -12768,6 +12780,8 @@ export declare const HookConfigProtoSchema: z.ZodObject<{
12768
12780
  }, {
12769
12781
  systemVersion?: string | undefined;
12770
12782
  type?: string | undefined;
12783
+ authScope?: string | undefined;
12784
+ redirectOrigins?: string[] | undefined;
12771
12785
  actionFunctionName?: string | undefined;
12772
12786
  targetId?: string | undefined;
12773
12787
  webhook?: {
@@ -12776,6 +12790,31 @@ export declare const HookConfigProtoSchema: z.ZodObject<{
12776
12790
  } | undefined;
12777
12791
  }>;
12778
12792
  export type HookConfigProto = z.infer<typeof HookConfigProtoSchema>;
12793
+ export declare const OAuthFlowHookInputProtoSchema: z.ZodObject<{
12794
+ flowId: z.ZodOptional<z.ZodString>;
12795
+ resumeUrl: z.ZodOptional<z.ZodString>;
12796
+ expiresAt: z.ZodOptional<z.ZodString>;
12797
+ }, "strip", z.ZodTypeAny, {
12798
+ expiresAt?: string | undefined;
12799
+ flowId?: string | undefined;
12800
+ resumeUrl?: string | undefined;
12801
+ }, {
12802
+ expiresAt?: string | undefined;
12803
+ flowId?: string | undefined;
12804
+ resumeUrl?: string | undefined;
12805
+ }>;
12806
+ export type OAuthFlowHookInputProto = z.infer<typeof OAuthFlowHookInputProtoSchema>;
12807
+ export declare const OAuthFlowHookResultProtoSchema: z.ZodObject<{
12808
+ type: z.ZodOptional<z.ZodString>;
12809
+ url: z.ZodOptional<z.ZodString>;
12810
+ }, "strip", z.ZodTypeAny, {
12811
+ type?: string | undefined;
12812
+ url?: string | undefined;
12813
+ }, {
12814
+ type?: string | undefined;
12815
+ url?: string | undefined;
12816
+ }>;
12817
+ export type OAuthFlowHookResultProto = z.infer<typeof OAuthFlowHookResultProtoSchema>;
12779
12818
  export declare const HookGetHooksInputProtoSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
12780
12819
  export type HookGetHooksInputProto = z.infer<typeof HookGetHooksInputProtoSchema>;
12781
12820
  export declare const HookGetHooksOutputProtoSchema: z.ZodObject<{
@@ -12794,9 +12833,13 @@ export declare const HookGetHooksOutputProtoSchema: z.ZodObject<{
12794
12833
  endpointToken?: string | undefined;
12795
12834
  executionScope?: string | undefined;
12796
12835
  }>>>;
12836
+ redirectOrigins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
12837
+ authScope: z.ZodOptional<z.ZodString>;
12797
12838
  }, "strip", z.ZodTypeAny, {
12798
12839
  systemVersion?: string | undefined;
12799
12840
  type?: string | undefined;
12841
+ authScope?: string | undefined;
12842
+ redirectOrigins?: string[] | undefined;
12800
12843
  actionFunctionName?: string | undefined;
12801
12844
  targetId?: string | undefined;
12802
12845
  webhook?: {
@@ -12806,6 +12849,8 @@ export declare const HookGetHooksOutputProtoSchema: z.ZodObject<{
12806
12849
  }, {
12807
12850
  systemVersion?: string | undefined;
12808
12851
  type?: string | undefined;
12852
+ authScope?: string | undefined;
12853
+ redirectOrigins?: string[] | undefined;
12809
12854
  actionFunctionName?: string | undefined;
12810
12855
  targetId?: string | undefined;
12811
12856
  webhook?: {
@@ -12817,6 +12862,8 @@ export declare const HookGetHooksOutputProtoSchema: z.ZodObject<{
12817
12862
  hooks?: {
12818
12863
  systemVersion?: string | undefined;
12819
12864
  type?: string | undefined;
12865
+ authScope?: string | undefined;
12866
+ redirectOrigins?: string[] | undefined;
12820
12867
  actionFunctionName?: string | undefined;
12821
12868
  targetId?: string | undefined;
12822
12869
  webhook?: {
@@ -12828,6 +12875,8 @@ export declare const HookGetHooksOutputProtoSchema: z.ZodObject<{
12828
12875
  hooks?: {
12829
12876
  systemVersion?: string | undefined;
12830
12877
  type?: string | undefined;
12878
+ authScope?: string | undefined;
12879
+ redirectOrigins?: string[] | undefined;
12831
12880
  actionFunctionName?: string | undefined;
12832
12881
  targetId?: string | undefined;
12833
12882
  webhook?: {
@@ -12933,6 +12982,42 @@ export declare const PollingGetTargetChannelsOutputProtoSchema: z.ZodObject<{
12933
12982
  hasNextPage?: boolean | undefined;
12934
12983
  }>;
12935
12984
  export type PollingGetTargetChannelsOutputProto = z.infer<typeof PollingGetTargetChannelsOutputProtoSchema>;
12985
+ export declare const SuggestionTriggersProtoSchema: z.ZodObject<{
12986
+ urls: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
12987
+ keywords: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12988
+ }, "strip", z.ZodTypeAny, {
12989
+ urls?: string[] | undefined;
12990
+ keywords?: Record<string, any> | undefined;
12991
+ }, {
12992
+ urls?: string[] | undefined;
12993
+ keywords?: Record<string, any> | undefined;
12994
+ }>;
12995
+ export type SuggestionTriggersProto = z.infer<typeof SuggestionTriggersProtoSchema>;
12996
+ export declare const SuggestionGetTriggersInputProtoSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
12997
+ export type SuggestionGetTriggersInputProto = z.infer<typeof SuggestionGetTriggersInputProtoSchema>;
12998
+ export declare const SuggestionGetTriggersOutputProtoSchema: z.ZodObject<{
12999
+ triggers: z.ZodOptional<z.ZodLazy<z.ZodObject<{
13000
+ urls: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
13001
+ keywords: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
13002
+ }, "strip", z.ZodTypeAny, {
13003
+ urls?: string[] | undefined;
13004
+ keywords?: Record<string, any> | undefined;
13005
+ }, {
13006
+ urls?: string[] | undefined;
13007
+ keywords?: Record<string, any> | undefined;
13008
+ }>>>;
13009
+ }, "strip", z.ZodTypeAny, {
13010
+ triggers?: {
13011
+ urls?: string[] | undefined;
13012
+ keywords?: Record<string, any> | undefined;
13013
+ } | undefined;
13014
+ }, {
13015
+ triggers?: {
13016
+ urls?: string[] | undefined;
13017
+ keywords?: Record<string, any> | undefined;
13018
+ } | undefined;
13019
+ }>;
13020
+ export type SuggestionGetTriggersOutputProto = z.infer<typeof SuggestionGetTriggersOutputProtoSchema>;
12936
13021
  export declare const MailRelayHeaderProtoSchema: z.ZodObject<{
12937
13022
  name: z.ZodOptional<z.ZodString>;
12938
13023
  value: z.ZodOptional<z.ZodString>;
@@ -18900,6 +18985,7 @@ export declare const CommerceOrderProtoSchema: z.ZodObject<{
18900
18985
  }>>, "many">>;
18901
18986
  marketId: z.ZodOptional<z.ZodString>;
18902
18987
  marketOrderNo: z.ZodOptional<z.ZodString>;
18988
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
18903
18989
  }, "strip", z.ZodTypeAny, {
18904
18990
  id?: string | undefined;
18905
18991
  title?: string | undefined;
@@ -18972,6 +19058,7 @@ export declare const CommerceOrderProtoSchema: z.ZodObject<{
18972
19058
  shippingCode?: string | undefined;
18973
19059
  }[] | undefined;
18974
19060
  confirmed?: boolean | undefined;
19061
+ tags?: string[] | undefined;
18975
19062
  payment?: {
18976
19063
  state?: string | undefined;
18977
19064
  currency?: string | undefined;
@@ -19163,6 +19250,7 @@ export declare const CommerceOrderProtoSchema: z.ZodObject<{
19163
19250
  shippingCode?: string | undefined;
19164
19251
  }[] | undefined;
19165
19252
  confirmed?: boolean | undefined;
19253
+ tags?: string[] | undefined;
19166
19254
  payment?: {
19167
19255
  state?: string | undefined;
19168
19256
  currency?: string | undefined;
@@ -19906,6 +19994,7 @@ export declare const CommerceGetOrdersOutputProtoSchema: z.ZodObject<{
19906
19994
  }>>, "many">>;
19907
19995
  marketId: z.ZodOptional<z.ZodString>;
19908
19996
  marketOrderNo: z.ZodOptional<z.ZodString>;
19997
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
19909
19998
  }, "strip", z.ZodTypeAny, {
19910
19999
  id?: string | undefined;
19911
20000
  title?: string | undefined;
@@ -19978,6 +20067,7 @@ export declare const CommerceGetOrdersOutputProtoSchema: z.ZodObject<{
19978
20067
  shippingCode?: string | undefined;
19979
20068
  }[] | undefined;
19980
20069
  confirmed?: boolean | undefined;
20070
+ tags?: string[] | undefined;
19981
20071
  payment?: {
19982
20072
  state?: string | undefined;
19983
20073
  currency?: string | undefined;
@@ -20169,6 +20259,7 @@ export declare const CommerceGetOrdersOutputProtoSchema: z.ZodObject<{
20169
20259
  shippingCode?: string | undefined;
20170
20260
  }[] | undefined;
20171
20261
  confirmed?: boolean | undefined;
20262
+ tags?: string[] | undefined;
20172
20263
  payment?: {
20173
20264
  state?: string | undefined;
20174
20265
  currency?: string | undefined;
@@ -20364,6 +20455,7 @@ export declare const CommerceGetOrdersOutputProtoSchema: z.ZodObject<{
20364
20455
  shippingCode?: string | undefined;
20365
20456
  }[] | undefined;
20366
20457
  confirmed?: boolean | undefined;
20458
+ tags?: string[] | undefined;
20367
20459
  payment?: {
20368
20460
  state?: string | undefined;
20369
20461
  currency?: string | undefined;
@@ -20558,6 +20650,7 @@ export declare const CommerceGetOrdersOutputProtoSchema: z.ZodObject<{
20558
20650
  shippingCode?: string | undefined;
20559
20651
  }[] | undefined;
20560
20652
  confirmed?: boolean | undefined;
20653
+ tags?: string[] | undefined;
20561
20654
  payment?: {
20562
20655
  state?: string | undefined;
20563
20656
  currency?: string | undefined;
@@ -21005,6 +21098,60 @@ export declare const CommerceAppCapabilitiesProtoSchema: z.ZodObject<{
21005
21098
  }[] | undefined;
21006
21099
  }> | undefined;
21007
21100
  }>>>;
21101
+ getProductsOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
21102
+ required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
21103
+ optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
21104
+ fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
21105
+ type: z.ZodOptional<z.ZodString>;
21106
+ allowedValues: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
21107
+ value: z.ZodOptional<z.ZodString>;
21108
+ label: z.ZodOptional<z.ZodString>;
21109
+ }, "strip", z.ZodTypeAny, {
21110
+ value?: string | undefined;
21111
+ label?: string | undefined;
21112
+ }, {
21113
+ value?: string | undefined;
21114
+ label?: string | undefined;
21115
+ }>>, "many">>;
21116
+ description: z.ZodOptional<z.ZodString>;
21117
+ }, "strip", z.ZodTypeAny, {
21118
+ type?: string | undefined;
21119
+ description?: string | undefined;
21120
+ allowedValues?: {
21121
+ value?: string | undefined;
21122
+ label?: string | undefined;
21123
+ }[] | undefined;
21124
+ }, {
21125
+ type?: string | undefined;
21126
+ description?: string | undefined;
21127
+ allowedValues?: {
21128
+ value?: string | undefined;
21129
+ label?: string | undefined;
21130
+ }[] | undefined;
21131
+ }>>>>;
21132
+ }, "strip", z.ZodTypeAny, {
21133
+ required?: string[] | undefined;
21134
+ optional?: string[] | undefined;
21135
+ fieldConfigs?: Record<string, {
21136
+ type?: string | undefined;
21137
+ description?: string | undefined;
21138
+ allowedValues?: {
21139
+ value?: string | undefined;
21140
+ label?: string | undefined;
21141
+ }[] | undefined;
21142
+ }> | undefined;
21143
+ }, {
21144
+ required?: string[] | undefined;
21145
+ optional?: string[] | undefined;
21146
+ fieldConfigs?: Record<string, {
21147
+ type?: string | undefined;
21148
+ description?: string | undefined;
21149
+ allowedValues?: {
21150
+ value?: string | undefined;
21151
+ label?: string | undefined;
21152
+ }[] | undefined;
21153
+ }> | undefined;
21154
+ }>>>;
21008
21155
  }, "strip", z.ZodTypeAny, {
21009
21156
  getOrdersOptions?: {
21010
21157
  required?: string[] | undefined;
@@ -21078,6 +21225,18 @@ export declare const CommerceAppCapabilitiesProtoSchema: z.ZodObject<{
21078
21225
  }[] | undefined;
21079
21226
  }> | undefined;
21080
21227
  } | undefined;
21228
+ getProductsOptions?: {
21229
+ required?: string[] | undefined;
21230
+ optional?: string[] | undefined;
21231
+ fieldConfigs?: Record<string, {
21232
+ type?: string | undefined;
21233
+ description?: string | undefined;
21234
+ allowedValues?: {
21235
+ value?: string | undefined;
21236
+ label?: string | undefined;
21237
+ }[] | undefined;
21238
+ }> | undefined;
21239
+ } | undefined;
21081
21240
  }, {
21082
21241
  getOrdersOptions?: {
21083
21242
  required?: string[] | undefined;
@@ -21151,6 +21310,18 @@ export declare const CommerceAppCapabilitiesProtoSchema: z.ZodObject<{
21151
21310
  }[] | undefined;
21152
21311
  }> | undefined;
21153
21312
  } | undefined;
21313
+ getProductsOptions?: {
21314
+ required?: string[] | undefined;
21315
+ optional?: string[] | undefined;
21316
+ fieldConfigs?: Record<string, {
21317
+ type?: string | undefined;
21318
+ description?: string | undefined;
21319
+ allowedValues?: {
21320
+ value?: string | undefined;
21321
+ label?: string | undefined;
21322
+ }[] | undefined;
21323
+ }> | undefined;
21324
+ } | undefined;
21154
21325
  }>;
21155
21326
  export type CommerceAppCapabilitiesProto = z.infer<typeof CommerceAppCapabilitiesProtoSchema>;
21156
21327
  export declare const CommerceGetAppConfigsInputProtoSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
@@ -21481,6 +21652,60 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
21481
21652
  }[] | undefined;
21482
21653
  }> | undefined;
21483
21654
  }>>>;
21655
+ getProductsOptions: z.ZodOptional<z.ZodLazy<z.ZodObject<{
21656
+ required: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
21657
+ optional: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
21658
+ fieldConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodLazy<z.ZodObject<{
21659
+ type: z.ZodOptional<z.ZodString>;
21660
+ allowedValues: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
21661
+ value: z.ZodOptional<z.ZodString>;
21662
+ label: z.ZodOptional<z.ZodString>;
21663
+ }, "strip", z.ZodTypeAny, {
21664
+ value?: string | undefined;
21665
+ label?: string | undefined;
21666
+ }, {
21667
+ value?: string | undefined;
21668
+ label?: string | undefined;
21669
+ }>>, "many">>;
21670
+ description: z.ZodOptional<z.ZodString>;
21671
+ }, "strip", z.ZodTypeAny, {
21672
+ type?: string | undefined;
21673
+ description?: string | undefined;
21674
+ allowedValues?: {
21675
+ value?: string | undefined;
21676
+ label?: string | undefined;
21677
+ }[] | undefined;
21678
+ }, {
21679
+ type?: string | undefined;
21680
+ description?: string | undefined;
21681
+ allowedValues?: {
21682
+ value?: string | undefined;
21683
+ label?: string | undefined;
21684
+ }[] | undefined;
21685
+ }>>>>;
21686
+ }, "strip", z.ZodTypeAny, {
21687
+ required?: string[] | undefined;
21688
+ optional?: string[] | undefined;
21689
+ fieldConfigs?: Record<string, {
21690
+ type?: string | undefined;
21691
+ description?: string | undefined;
21692
+ allowedValues?: {
21693
+ value?: string | undefined;
21694
+ label?: string | undefined;
21695
+ }[] | undefined;
21696
+ }> | undefined;
21697
+ }, {
21698
+ required?: string[] | undefined;
21699
+ optional?: string[] | undefined;
21700
+ fieldConfigs?: Record<string, {
21701
+ type?: string | undefined;
21702
+ description?: string | undefined;
21703
+ allowedValues?: {
21704
+ value?: string | undefined;
21705
+ label?: string | undefined;
21706
+ }[] | undefined;
21707
+ }> | undefined;
21708
+ }>>>;
21484
21709
  }, "strip", z.ZodTypeAny, {
21485
21710
  getOrdersOptions?: {
21486
21711
  required?: string[] | undefined;
@@ -21554,6 +21779,18 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
21554
21779
  }[] | undefined;
21555
21780
  }> | undefined;
21556
21781
  } | undefined;
21782
+ getProductsOptions?: {
21783
+ required?: string[] | undefined;
21784
+ optional?: string[] | undefined;
21785
+ fieldConfigs?: Record<string, {
21786
+ type?: string | undefined;
21787
+ description?: string | undefined;
21788
+ allowedValues?: {
21789
+ value?: string | undefined;
21790
+ label?: string | undefined;
21791
+ }[] | undefined;
21792
+ }> | undefined;
21793
+ } | undefined;
21557
21794
  }, {
21558
21795
  getOrdersOptions?: {
21559
21796
  required?: string[] | undefined;
@@ -21627,6 +21864,18 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
21627
21864
  }[] | undefined;
21628
21865
  }> | undefined;
21629
21866
  } | undefined;
21867
+ getProductsOptions?: {
21868
+ required?: string[] | undefined;
21869
+ optional?: string[] | undefined;
21870
+ fieldConfigs?: Record<string, {
21871
+ type?: string | undefined;
21872
+ description?: string | undefined;
21873
+ allowedValues?: {
21874
+ value?: string | undefined;
21875
+ label?: string | undefined;
21876
+ }[] | undefined;
21877
+ }> | undefined;
21878
+ } | undefined;
21630
21879
  }>>>;
21631
21880
  }, "strip", z.ZodTypeAny, {
21632
21881
  appCapabilities?: {
@@ -21702,6 +21951,18 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
21702
21951
  }[] | undefined;
21703
21952
  }> | undefined;
21704
21953
  } | undefined;
21954
+ getProductsOptions?: {
21955
+ required?: string[] | undefined;
21956
+ optional?: string[] | undefined;
21957
+ fieldConfigs?: Record<string, {
21958
+ type?: string | undefined;
21959
+ description?: string | undefined;
21960
+ allowedValues?: {
21961
+ value?: string | undefined;
21962
+ label?: string | undefined;
21963
+ }[] | undefined;
21964
+ }> | undefined;
21965
+ } | undefined;
21705
21966
  } | undefined;
21706
21967
  }, {
21707
21968
  appCapabilities?: {
@@ -21777,6 +22038,18 @@ export declare const CommerceGetAppConfigsOutputProtoSchema: z.ZodObject<{
21777
22038
  }[] | undefined;
21778
22039
  }> | undefined;
21779
22040
  } | undefined;
22041
+ getProductsOptions?: {
22042
+ required?: string[] | undefined;
22043
+ optional?: string[] | undefined;
22044
+ fieldConfigs?: Record<string, {
22045
+ type?: string | undefined;
22046
+ description?: string | undefined;
22047
+ allowedValues?: {
22048
+ value?: string | undefined;
22049
+ label?: string | undefined;
22050
+ }[] | undefined;
22051
+ }> | undefined;
22052
+ } | undefined;
21780
22053
  } | undefined;
21781
22054
  }>;
21782
22055
  export type CommerceGetAppConfigsOutputProto = z.infer<typeof CommerceGetAppConfigsOutputProtoSchema>;
@@ -22783,41 +23056,391 @@ export declare const CommerceChangeShippingAddressInputProtoSchema: z.ZodObject<
22783
23056
  } | undefined;
22784
23057
  }>;
22785
23058
  export type CommerceChangeShippingAddressInputProto = z.infer<typeof CommerceChangeShippingAddressInputProtoSchema>;
22786
- export declare const WmsShippingInfoProtoSchema: z.ZodObject<{
22787
- name: z.ZodOptional<z.ZodString>;
22788
- firstName: z.ZodOptional<z.ZodString>;
22789
- lastName: z.ZodOptional<z.ZodString>;
22790
- mobileNumber: z.ZodOptional<z.ZodString>;
22791
- landlineNumber: z.ZodOptional<z.ZodString>;
22792
- zipcode: z.ZodOptional<z.ZodString>;
22793
- address1: z.ZodOptional<z.ZodString>;
22794
- address2: z.ZodOptional<z.ZodString>;
22795
- country: z.ZodOptional<z.ZodString>;
22796
- province: z.ZodOptional<z.ZodString>;
22797
- message: z.ZodOptional<z.ZodString>;
23059
+ export declare const CommerceGetProductsInputProtoSchema: z.ZodObject<{
23060
+ searchFilter: z.ZodOptional<z.ZodAny>;
23061
+ since: z.ZodOptional<z.ZodString>;
23062
+ limit: z.ZodOptional<z.ZodNumber>;
22798
23063
  }, "strip", z.ZodTypeAny, {
22799
- message?: string | undefined;
22800
- name?: string | undefined;
22801
- address1?: string | undefined;
22802
- address2?: string | undefined;
22803
- firstName?: string | undefined;
22804
- lastName?: string | undefined;
22805
- zipcode?: string | undefined;
22806
- country?: string | undefined;
22807
- province?: string | undefined;
22808
- mobileNumber?: string | undefined;
22809
- landlineNumber?: string | undefined;
23064
+ limit?: number | undefined;
23065
+ searchFilter?: any;
23066
+ since?: string | undefined;
22810
23067
  }, {
22811
- message?: string | undefined;
22812
- name?: string | undefined;
22813
- address1?: string | undefined;
22814
- address2?: string | undefined;
22815
- firstName?: string | undefined;
22816
- lastName?: string | undefined;
22817
- zipcode?: string | undefined;
22818
- country?: string | undefined;
22819
- province?: string | undefined;
22820
- mobileNumber?: string | undefined;
23068
+ limit?: number | undefined;
23069
+ searchFilter?: any;
23070
+ since?: string | undefined;
23071
+ }>;
23072
+ export type CommerceGetProductsInputProto = z.infer<typeof CommerceGetProductsInputProtoSchema>;
23073
+ export declare const CommerceGetProductsOutputProtoSchema: z.ZodObject<{
23074
+ products: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
23075
+ id: z.ZodOptional<z.ZodString>;
23076
+ name: z.ZodOptional<z.ZodString>;
23077
+ price: z.ZodOptional<z.ZodNumber>;
23078
+ originalPrice: z.ZodOptional<z.ZodNumber>;
23079
+ currency: z.ZodOptional<z.ZodString>;
23080
+ state: z.ZodOptional<z.ZodString>;
23081
+ imageUrl: z.ZodOptional<z.ZodString>;
23082
+ images: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
23083
+ productUrl: z.ZodOptional<z.ZodString>;
23084
+ description: z.ZodOptional<z.ZodString>;
23085
+ summary: z.ZodOptional<z.ZodString>;
23086
+ vendor: z.ZodOptional<z.ZodString>;
23087
+ productType: z.ZodOptional<z.ZodString>;
23088
+ categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
23089
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
23090
+ createdAt: z.ZodOptional<z.ZodNumber>;
23091
+ updatedAt: z.ZodOptional<z.ZodNumber>;
23092
+ variants: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
23093
+ id: z.ZodOptional<z.ZodString>;
23094
+ price: z.ZodOptional<z.ZodNumber>;
23095
+ stockQuantity: z.ZodOptional<z.ZodNumber>;
23096
+ options: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
23097
+ name: z.ZodOptional<z.ZodString>;
23098
+ value: z.ZodOptional<z.ZodString>;
23099
+ }, "strip", z.ZodTypeAny, {
23100
+ value?: string | undefined;
23101
+ name?: string | undefined;
23102
+ }, {
23103
+ value?: string | undefined;
23104
+ name?: string | undefined;
23105
+ }>>, "many">>;
23106
+ sku: z.ZodOptional<z.ZodString>;
23107
+ }, "strip", z.ZodTypeAny, {
23108
+ options?: {
23109
+ value?: string | undefined;
23110
+ name?: string | undefined;
23111
+ }[] | undefined;
23112
+ id?: string | undefined;
23113
+ sku?: string | undefined;
23114
+ stockQuantity?: number | undefined;
23115
+ price?: number | undefined;
23116
+ }, {
23117
+ options?: {
23118
+ value?: string | undefined;
23119
+ name?: string | undefined;
23120
+ }[] | undefined;
23121
+ id?: string | undefined;
23122
+ sku?: string | undefined;
23123
+ stockQuantity?: number | undefined;
23124
+ price?: number | undefined;
23125
+ }>>, "many">>;
23126
+ productCode: z.ZodOptional<z.ZodString>;
23127
+ sellerProductCode: z.ZodOptional<z.ZodString>;
23128
+ }, "strip", z.ZodTypeAny, {
23129
+ name?: string | undefined;
23130
+ description?: string | undefined;
23131
+ id?: string | undefined;
23132
+ updatedAt?: number | undefined;
23133
+ imageUrl?: string | undefined;
23134
+ state?: string | undefined;
23135
+ images?: string[] | undefined;
23136
+ tags?: string[] | undefined;
23137
+ createdAt?: number | undefined;
23138
+ currency?: string | undefined;
23139
+ productCode?: string | undefined;
23140
+ variants?: {
23141
+ options?: {
23142
+ value?: string | undefined;
23143
+ name?: string | undefined;
23144
+ }[] | undefined;
23145
+ id?: string | undefined;
23146
+ sku?: string | undefined;
23147
+ stockQuantity?: number | undefined;
23148
+ price?: number | undefined;
23149
+ }[] | undefined;
23150
+ price?: number | undefined;
23151
+ originalPrice?: number | undefined;
23152
+ productUrl?: string | undefined;
23153
+ summary?: string | undefined;
23154
+ vendor?: string | undefined;
23155
+ productType?: string | undefined;
23156
+ categories?: string[] | undefined;
23157
+ sellerProductCode?: string | undefined;
23158
+ }, {
23159
+ name?: string | undefined;
23160
+ description?: string | undefined;
23161
+ id?: string | undefined;
23162
+ updatedAt?: number | undefined;
23163
+ imageUrl?: string | undefined;
23164
+ state?: string | undefined;
23165
+ images?: string[] | undefined;
23166
+ tags?: string[] | undefined;
23167
+ createdAt?: number | undefined;
23168
+ currency?: string | undefined;
23169
+ productCode?: string | undefined;
23170
+ variants?: {
23171
+ options?: {
23172
+ value?: string | undefined;
23173
+ name?: string | undefined;
23174
+ }[] | undefined;
23175
+ id?: string | undefined;
23176
+ sku?: string | undefined;
23177
+ stockQuantity?: number | undefined;
23178
+ price?: number | undefined;
23179
+ }[] | undefined;
23180
+ price?: number | undefined;
23181
+ originalPrice?: number | undefined;
23182
+ productUrl?: string | undefined;
23183
+ summary?: string | undefined;
23184
+ vendor?: string | undefined;
23185
+ productType?: string | undefined;
23186
+ categories?: string[] | undefined;
23187
+ sellerProductCode?: string | undefined;
23188
+ }>>, "many">>;
23189
+ next: z.ZodOptional<z.ZodString>;
23190
+ }, "strip", z.ZodTypeAny, {
23191
+ next?: string | undefined;
23192
+ products?: {
23193
+ name?: string | undefined;
23194
+ description?: string | undefined;
23195
+ id?: string | undefined;
23196
+ updatedAt?: number | undefined;
23197
+ imageUrl?: string | undefined;
23198
+ state?: string | undefined;
23199
+ images?: string[] | undefined;
23200
+ tags?: string[] | undefined;
23201
+ createdAt?: number | undefined;
23202
+ currency?: string | undefined;
23203
+ productCode?: string | undefined;
23204
+ variants?: {
23205
+ options?: {
23206
+ value?: string | undefined;
23207
+ name?: string | undefined;
23208
+ }[] | undefined;
23209
+ id?: string | undefined;
23210
+ sku?: string | undefined;
23211
+ stockQuantity?: number | undefined;
23212
+ price?: number | undefined;
23213
+ }[] | undefined;
23214
+ price?: number | undefined;
23215
+ originalPrice?: number | undefined;
23216
+ productUrl?: string | undefined;
23217
+ summary?: string | undefined;
23218
+ vendor?: string | undefined;
23219
+ productType?: string | undefined;
23220
+ categories?: string[] | undefined;
23221
+ sellerProductCode?: string | undefined;
23222
+ }[] | undefined;
23223
+ }, {
23224
+ next?: string | undefined;
23225
+ products?: {
23226
+ name?: string | undefined;
23227
+ description?: string | undefined;
23228
+ id?: string | undefined;
23229
+ updatedAt?: number | undefined;
23230
+ imageUrl?: string | undefined;
23231
+ state?: string | undefined;
23232
+ images?: string[] | undefined;
23233
+ tags?: string[] | undefined;
23234
+ createdAt?: number | undefined;
23235
+ currency?: string | undefined;
23236
+ productCode?: string | undefined;
23237
+ variants?: {
23238
+ options?: {
23239
+ value?: string | undefined;
23240
+ name?: string | undefined;
23241
+ }[] | undefined;
23242
+ id?: string | undefined;
23243
+ sku?: string | undefined;
23244
+ stockQuantity?: number | undefined;
23245
+ price?: number | undefined;
23246
+ }[] | undefined;
23247
+ price?: number | undefined;
23248
+ originalPrice?: number | undefined;
23249
+ productUrl?: string | undefined;
23250
+ summary?: string | undefined;
23251
+ vendor?: string | undefined;
23252
+ productType?: string | undefined;
23253
+ categories?: string[] | undefined;
23254
+ sellerProductCode?: string | undefined;
23255
+ }[] | undefined;
23256
+ }>;
23257
+ export type CommerceGetProductsOutputProto = z.infer<typeof CommerceGetProductsOutputProtoSchema>;
23258
+ export declare const CommerceProductProtoSchema: z.ZodObject<{
23259
+ id: z.ZodOptional<z.ZodString>;
23260
+ name: z.ZodOptional<z.ZodString>;
23261
+ price: z.ZodOptional<z.ZodNumber>;
23262
+ originalPrice: z.ZodOptional<z.ZodNumber>;
23263
+ currency: z.ZodOptional<z.ZodString>;
23264
+ state: z.ZodOptional<z.ZodString>;
23265
+ imageUrl: z.ZodOptional<z.ZodString>;
23266
+ images: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
23267
+ productUrl: z.ZodOptional<z.ZodString>;
23268
+ description: z.ZodOptional<z.ZodString>;
23269
+ summary: z.ZodOptional<z.ZodString>;
23270
+ vendor: z.ZodOptional<z.ZodString>;
23271
+ productType: z.ZodOptional<z.ZodString>;
23272
+ categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
23273
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
23274
+ createdAt: z.ZodOptional<z.ZodNumber>;
23275
+ updatedAt: z.ZodOptional<z.ZodNumber>;
23276
+ variants: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
23277
+ id: z.ZodOptional<z.ZodString>;
23278
+ price: z.ZodOptional<z.ZodNumber>;
23279
+ stockQuantity: z.ZodOptional<z.ZodNumber>;
23280
+ options: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
23281
+ name: z.ZodOptional<z.ZodString>;
23282
+ value: z.ZodOptional<z.ZodString>;
23283
+ }, "strip", z.ZodTypeAny, {
23284
+ value?: string | undefined;
23285
+ name?: string | undefined;
23286
+ }, {
23287
+ value?: string | undefined;
23288
+ name?: string | undefined;
23289
+ }>>, "many">>;
23290
+ sku: z.ZodOptional<z.ZodString>;
23291
+ }, "strip", z.ZodTypeAny, {
23292
+ options?: {
23293
+ value?: string | undefined;
23294
+ name?: string | undefined;
23295
+ }[] | undefined;
23296
+ id?: string | undefined;
23297
+ sku?: string | undefined;
23298
+ stockQuantity?: number | undefined;
23299
+ price?: number | undefined;
23300
+ }, {
23301
+ options?: {
23302
+ value?: string | undefined;
23303
+ name?: string | undefined;
23304
+ }[] | undefined;
23305
+ id?: string | undefined;
23306
+ sku?: string | undefined;
23307
+ stockQuantity?: number | undefined;
23308
+ price?: number | undefined;
23309
+ }>>, "many">>;
23310
+ productCode: z.ZodOptional<z.ZodString>;
23311
+ sellerProductCode: z.ZodOptional<z.ZodString>;
23312
+ }, "strip", z.ZodTypeAny, {
23313
+ name?: string | undefined;
23314
+ description?: string | undefined;
23315
+ id?: string | undefined;
23316
+ updatedAt?: number | undefined;
23317
+ imageUrl?: string | undefined;
23318
+ state?: string | undefined;
23319
+ images?: string[] | undefined;
23320
+ tags?: string[] | undefined;
23321
+ createdAt?: number | undefined;
23322
+ currency?: string | undefined;
23323
+ productCode?: string | undefined;
23324
+ variants?: {
23325
+ options?: {
23326
+ value?: string | undefined;
23327
+ name?: string | undefined;
23328
+ }[] | undefined;
23329
+ id?: string | undefined;
23330
+ sku?: string | undefined;
23331
+ stockQuantity?: number | undefined;
23332
+ price?: number | undefined;
23333
+ }[] | undefined;
23334
+ price?: number | undefined;
23335
+ originalPrice?: number | undefined;
23336
+ productUrl?: string | undefined;
23337
+ summary?: string | undefined;
23338
+ vendor?: string | undefined;
23339
+ productType?: string | undefined;
23340
+ categories?: string[] | undefined;
23341
+ sellerProductCode?: string | undefined;
23342
+ }, {
23343
+ name?: string | undefined;
23344
+ description?: string | undefined;
23345
+ id?: string | undefined;
23346
+ updatedAt?: number | undefined;
23347
+ imageUrl?: string | undefined;
23348
+ state?: string | undefined;
23349
+ images?: string[] | undefined;
23350
+ tags?: string[] | undefined;
23351
+ createdAt?: number | undefined;
23352
+ currency?: string | undefined;
23353
+ productCode?: string | undefined;
23354
+ variants?: {
23355
+ options?: {
23356
+ value?: string | undefined;
23357
+ name?: string | undefined;
23358
+ }[] | undefined;
23359
+ id?: string | undefined;
23360
+ sku?: string | undefined;
23361
+ stockQuantity?: number | undefined;
23362
+ price?: number | undefined;
23363
+ }[] | undefined;
23364
+ price?: number | undefined;
23365
+ originalPrice?: number | undefined;
23366
+ productUrl?: string | undefined;
23367
+ summary?: string | undefined;
23368
+ vendor?: string | undefined;
23369
+ productType?: string | undefined;
23370
+ categories?: string[] | undefined;
23371
+ sellerProductCode?: string | undefined;
23372
+ }>;
23373
+ export type CommerceProductProto = z.infer<typeof CommerceProductProtoSchema>;
23374
+ export declare const CommerceProductVariantProtoSchema: z.ZodObject<{
23375
+ id: z.ZodOptional<z.ZodString>;
23376
+ price: z.ZodOptional<z.ZodNumber>;
23377
+ stockQuantity: z.ZodOptional<z.ZodNumber>;
23378
+ options: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
23379
+ name: z.ZodOptional<z.ZodString>;
23380
+ value: z.ZodOptional<z.ZodString>;
23381
+ }, "strip", z.ZodTypeAny, {
23382
+ value?: string | undefined;
23383
+ name?: string | undefined;
23384
+ }, {
23385
+ value?: string | undefined;
23386
+ name?: string | undefined;
23387
+ }>>, "many">>;
23388
+ sku: z.ZodOptional<z.ZodString>;
23389
+ }, "strip", z.ZodTypeAny, {
23390
+ options?: {
23391
+ value?: string | undefined;
23392
+ name?: string | undefined;
23393
+ }[] | undefined;
23394
+ id?: string | undefined;
23395
+ sku?: string | undefined;
23396
+ stockQuantity?: number | undefined;
23397
+ price?: number | undefined;
23398
+ }, {
23399
+ options?: {
23400
+ value?: string | undefined;
23401
+ name?: string | undefined;
23402
+ }[] | undefined;
23403
+ id?: string | undefined;
23404
+ sku?: string | undefined;
23405
+ stockQuantity?: number | undefined;
23406
+ price?: number | undefined;
23407
+ }>;
23408
+ export type CommerceProductVariantProto = z.infer<typeof CommerceProductVariantProtoSchema>;
23409
+ export declare const WmsShippingInfoProtoSchema: z.ZodObject<{
23410
+ name: z.ZodOptional<z.ZodString>;
23411
+ firstName: z.ZodOptional<z.ZodString>;
23412
+ lastName: z.ZodOptional<z.ZodString>;
23413
+ mobileNumber: z.ZodOptional<z.ZodString>;
23414
+ landlineNumber: z.ZodOptional<z.ZodString>;
23415
+ zipcode: z.ZodOptional<z.ZodString>;
23416
+ address1: z.ZodOptional<z.ZodString>;
23417
+ address2: z.ZodOptional<z.ZodString>;
23418
+ country: z.ZodOptional<z.ZodString>;
23419
+ province: z.ZodOptional<z.ZodString>;
23420
+ message: z.ZodOptional<z.ZodString>;
23421
+ }, "strip", z.ZodTypeAny, {
23422
+ message?: string | undefined;
23423
+ name?: string | undefined;
23424
+ address1?: string | undefined;
23425
+ address2?: string | undefined;
23426
+ firstName?: string | undefined;
23427
+ lastName?: string | undefined;
23428
+ zipcode?: string | undefined;
23429
+ country?: string | undefined;
23430
+ province?: string | undefined;
23431
+ mobileNumber?: string | undefined;
23432
+ landlineNumber?: string | undefined;
23433
+ }, {
23434
+ message?: string | undefined;
23435
+ name?: string | undefined;
23436
+ address1?: string | undefined;
23437
+ address2?: string | undefined;
23438
+ firstName?: string | undefined;
23439
+ lastName?: string | undefined;
23440
+ zipcode?: string | undefined;
23441
+ country?: string | undefined;
23442
+ province?: string | undefined;
23443
+ mobileNumber?: string | undefined;
22821
23444
  landlineNumber?: string | undefined;
22822
23445
  }>;
22823
23446
  export type WmsShippingInfoProto = z.infer<typeof WmsShippingInfoProtoSchema>;
@@ -26034,20 +26657,20 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
26034
26657
  amassedPersons: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
26035
26658
  }, "strip", z.ZodTypeAny, {
26036
26659
  id?: string | undefined;
26660
+ mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
26037
26661
  state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
26038
26662
  country?: string | undefined;
26039
26663
  call?: Record<string, any> | undefined;
26040
- mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
26041
26664
  recording?: Record<string, any> | undefined;
26042
26665
  managerIds?: string[] | undefined;
26043
26666
  roomStartedAt?: string | undefined;
26044
26667
  amassedPersons?: string[] | undefined;
26045
26668
  }, {
26046
26669
  id?: string | undefined;
26670
+ mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
26047
26671
  state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
26048
26672
  country?: string | undefined;
26049
26673
  call?: Record<string, any> | undefined;
26050
- mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
26051
26674
  recording?: Record<string, any> | undefined;
26052
26675
  managerIds?: string[] | undefined;
26053
26676
  roomStartedAt?: string | undefined;
@@ -26148,10 +26771,10 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
26148
26771
  log?: Record<string, any> | undefined;
26149
26772
  meet?: {
26150
26773
  id?: string | undefined;
26774
+ mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
26151
26775
  state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
26152
26776
  country?: string | undefined;
26153
26777
  call?: Record<string, any> | undefined;
26154
- mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
26155
26778
  recording?: Record<string, any> | undefined;
26156
26779
  managerIds?: string[] | undefined;
26157
26780
  roomStartedAt?: string | undefined;
@@ -26211,10 +26834,10 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
26211
26834
  log?: Record<string, any> | undefined;
26212
26835
  meet?: {
26213
26836
  id?: string | undefined;
26837
+ mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
26214
26838
  state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
26215
26839
  country?: string | undefined;
26216
26840
  call?: Record<string, any> | undefined;
26217
- mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
26218
26841
  recording?: Record<string, any> | undefined;
26219
26842
  managerIds?: string[] | undefined;
26220
26843
  roomStartedAt?: string | undefined;
@@ -26338,10 +26961,10 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
26338
26961
  log?: Record<string, any> | undefined;
26339
26962
  meet?: {
26340
26963
  id?: string | undefined;
26964
+ mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
26341
26965
  state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
26342
26966
  country?: string | undefined;
26343
26967
  call?: Record<string, any> | undefined;
26344
- mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
26345
26968
  recording?: Record<string, any> | undefined;
26346
26969
  managerIds?: string[] | undefined;
26347
26970
  roomStartedAt?: string | undefined;
@@ -26465,10 +27088,10 @@ export declare const MessagingOnMediumMessageCreatedInputProtoSchema: z.ZodObjec
26465
27088
  log?: Record<string, any> | undefined;
26466
27089
  meet?: {
26467
27090
  id?: string | undefined;
27091
+ mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
26468
27092
  state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
26469
27093
  country?: string | undefined;
26470
27094
  call?: Record<string, any> | undefined;
26471
- mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
26472
27095
  recording?: Record<string, any> | undefined;
26473
27096
  managerIds?: string[] | undefined;
26474
27097
  roomStartedAt?: string | undefined;
@@ -27643,20 +28266,20 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
27643
28266
  amassedPersons: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
27644
28267
  }, "strip", z.ZodTypeAny, {
27645
28268
  id?: string | undefined;
28269
+ mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
27646
28270
  state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
27647
28271
  country?: string | undefined;
27648
28272
  call?: Record<string, any> | undefined;
27649
- mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
27650
28273
  recording?: Record<string, any> | undefined;
27651
28274
  managerIds?: string[] | undefined;
27652
28275
  roomStartedAt?: string | undefined;
27653
28276
  amassedPersons?: string[] | undefined;
27654
28277
  }, {
27655
28278
  id?: string | undefined;
28279
+ mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
27656
28280
  state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
27657
28281
  country?: string | undefined;
27658
28282
  call?: Record<string, any> | undefined;
27659
- mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
27660
28283
  recording?: Record<string, any> | undefined;
27661
28284
  managerIds?: string[] | undefined;
27662
28285
  roomStartedAt?: string | undefined;
@@ -27757,10 +28380,10 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
27757
28380
  log?: Record<string, any> | undefined;
27758
28381
  meet?: {
27759
28382
  id?: string | undefined;
28383
+ mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
27760
28384
  state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
27761
28385
  country?: string | undefined;
27762
28386
  call?: Record<string, any> | undefined;
27763
- mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
27764
28387
  recording?: Record<string, any> | undefined;
27765
28388
  managerIds?: string[] | undefined;
27766
28389
  roomStartedAt?: string | undefined;
@@ -27820,10 +28443,10 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
27820
28443
  log?: Record<string, any> | undefined;
27821
28444
  meet?: {
27822
28445
  id?: string | undefined;
28446
+ mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
27823
28447
  state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
27824
28448
  country?: string | undefined;
27825
28449
  call?: Record<string, any> | undefined;
27826
- mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
27827
28450
  recording?: Record<string, any> | undefined;
27828
28451
  managerIds?: string[] | undefined;
27829
28452
  roomStartedAt?: string | undefined;
@@ -27983,10 +28606,10 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
27983
28606
  log?: Record<string, any> | undefined;
27984
28607
  meet?: {
27985
28608
  id?: string | undefined;
28609
+ mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
27986
28610
  state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
27987
28611
  country?: string | undefined;
27988
28612
  call?: Record<string, any> | undefined;
27989
- mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
27990
28613
  recording?: Record<string, any> | undefined;
27991
28614
  managerIds?: string[] | undefined;
27992
28615
  roomStartedAt?: string | undefined;
@@ -28149,10 +28772,10 @@ export declare const MessagingInboxGetCustomEditorWamInputProtoSchema: z.ZodObje
28149
28772
  log?: Record<string, any> | undefined;
28150
28773
  meet?: {
28151
28774
  id?: string | undefined;
28775
+ mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
28152
28776
  state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
28153
28777
  country?: string | undefined;
28154
28778
  call?: Record<string, any> | undefined;
28155
- mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
28156
28779
  recording?: Record<string, any> | undefined;
28157
28780
  managerIds?: string[] | undefined;
28158
28781
  roomStartedAt?: string | undefined;
@@ -28597,20 +29220,20 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
28597
29220
  amassedPersons: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
28598
29221
  }, "strip", z.ZodTypeAny, {
28599
29222
  id?: string | undefined;
29223
+ mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
28600
29224
  state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
28601
29225
  country?: string | undefined;
28602
29226
  call?: Record<string, any> | undefined;
28603
- mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
28604
29227
  recording?: Record<string, any> | undefined;
28605
29228
  managerIds?: string[] | undefined;
28606
29229
  roomStartedAt?: string | undefined;
28607
29230
  amassedPersons?: string[] | undefined;
28608
29231
  }, {
28609
29232
  id?: string | undefined;
29233
+ mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
28610
29234
  state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
28611
29235
  country?: string | undefined;
28612
29236
  call?: Record<string, any> | undefined;
28613
- mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
28614
29237
  recording?: Record<string, any> | undefined;
28615
29238
  managerIds?: string[] | undefined;
28616
29239
  roomStartedAt?: string | undefined;
@@ -28711,10 +29334,10 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
28711
29334
  log?: Record<string, any> | undefined;
28712
29335
  meet?: {
28713
29336
  id?: string | undefined;
29337
+ mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
28714
29338
  state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
28715
29339
  country?: string | undefined;
28716
29340
  call?: Record<string, any> | undefined;
28717
- mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
28718
29341
  recording?: Record<string, any> | undefined;
28719
29342
  managerIds?: string[] | undefined;
28720
29343
  roomStartedAt?: string | undefined;
@@ -28774,10 +29397,10 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
28774
29397
  log?: Record<string, any> | undefined;
28775
29398
  meet?: {
28776
29399
  id?: string | undefined;
29400
+ mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
28777
29401
  state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
28778
29402
  country?: string | undefined;
28779
29403
  call?: Record<string, any> | undefined;
28780
- mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
28781
29404
  recording?: Record<string, any> | undefined;
28782
29405
  managerIds?: string[] | undefined;
28783
29406
  roomStartedAt?: string | undefined;
@@ -28901,10 +29524,10 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
28901
29524
  log?: Record<string, any> | undefined;
28902
29525
  meet?: {
28903
29526
  id?: string | undefined;
29527
+ mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
28904
29528
  state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
28905
29529
  country?: string | undefined;
28906
29530
  call?: Record<string, any> | undefined;
28907
- mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
28908
29531
  recording?: Record<string, any> | undefined;
28909
29532
  managerIds?: string[] | undefined;
28910
29533
  roomStartedAt?: string | undefined;
@@ -29028,10 +29651,10 @@ export declare const MessagingInboxGetMediumMessageErrorReasonInputProtoSchema:
29028
29651
  log?: Record<string, any> | undefined;
29029
29652
  meet?: {
29030
29653
  id?: string | undefined;
29654
+ mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
29031
29655
  state?: "MESSAGE_MEET_STATE_UNSPECIFIED" | "MESSAGE_MEET_STATE_LIVE" | "MESSAGE_MEET_STATE_ENDED" | "MESSAGE_MEET_STATE_TRANSCRIBING" | "MESSAGE_MEET_STATE_TRANSCRIBED" | "MESSAGE_MEET_STATE_TRANSCRIBE_FAILED" | undefined;
29032
29656
  country?: string | undefined;
29033
29657
  call?: Record<string, any> | undefined;
29034
- mode?: "MEET_MODE_UNSPECIFIED" | "MEET_MODE_AUDIO" | "MEET_MODE_VIDEO" | undefined;
29035
29658
  recording?: Record<string, any> | undefined;
29036
29659
  managerIds?: string[] | undefined;
29037
29660
  roomStartedAt?: string | undefined;
@@ -30343,4 +30966,44 @@ export declare const DataSourceManagerPermissionProtoSchema: z.ZodObject<{
30343
30966
  scope?: string | undefined;
30344
30967
  }>;
30345
30968
  export type DataSourceManagerPermissionProto = z.infer<typeof DataSourceManagerPermissionProtoSchema>;
30969
+ export declare const ConfigActionRedirectProtoSchema: z.ZodObject<{
30970
+ url: z.ZodOptional<z.ZodString>;
30971
+ mode: z.ZodOptional<z.ZodString>;
30972
+ }, "strip", z.ZodTypeAny, {
30973
+ url?: string | undefined;
30974
+ mode?: string | undefined;
30975
+ }, {
30976
+ url?: string | undefined;
30977
+ mode?: string | undefined;
30978
+ }>;
30979
+ export type ConfigActionRedirectProto = z.infer<typeof ConfigActionRedirectProtoSchema>;
30980
+ export declare const ConfigActionResultProtoSchema: z.ZodObject<{
30981
+ valuesPatch: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
30982
+ message: z.ZodOptional<z.ZodString>;
30983
+ redirect: z.ZodOptional<z.ZodLazy<z.ZodObject<{
30984
+ url: z.ZodOptional<z.ZodString>;
30985
+ mode: z.ZodOptional<z.ZodString>;
30986
+ }, "strip", z.ZodTypeAny, {
30987
+ url?: string | undefined;
30988
+ mode?: string | undefined;
30989
+ }, {
30990
+ url?: string | undefined;
30991
+ mode?: string | undefined;
30992
+ }>>>;
30993
+ }, "strip", z.ZodTypeAny, {
30994
+ message?: string | undefined;
30995
+ valuesPatch?: Record<string, any> | undefined;
30996
+ redirect?: {
30997
+ url?: string | undefined;
30998
+ mode?: string | undefined;
30999
+ } | undefined;
31000
+ }, {
31001
+ message?: string | undefined;
31002
+ valuesPatch?: Record<string, any> | undefined;
31003
+ redirect?: {
31004
+ url?: string | undefined;
31005
+ mode?: string | undefined;
31006
+ } | undefined;
31007
+ }>;
31008
+ export type ConfigActionResultProto = z.infer<typeof ConfigActionResultProtoSchema>;
30346
31009
  //# sourceMappingURL=extension.zod.d.ts.map