@husar.ai/cli 0.3.4 → 0.3.5

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/src/zeus/index.ts CHANGED
@@ -709,8 +709,8 @@ export const InternalArgsBuilt = ({
709
709
  };
710
710
 
711
711
  export const resolverFor = <X, T extends keyof ResolverInputTypes, Z extends keyof ResolverInputTypes[T]>(
712
- type: T,
713
- field: Z,
712
+ _type: T,
713
+ _field: Z,
714
714
  fn: (
715
715
  args: Required<ResolverInputTypes[T]>[Z] extends [infer Input, any] ? Input : any,
716
716
  source: any,
@@ -767,7 +767,7 @@ type IsInterfaced<SRC extends DeepAnify<DST>, DST, SCLR extends ScalarDefinition
767
767
  Pick<
768
768
  SRC,
769
769
  {
770
- [P in keyof DST]: SRC[P] extends '__union' & infer R ? never : P;
770
+ [P in keyof DST]: SRC[P] extends '__union' & infer _R ? never : P;
771
771
  }[keyof DST]
772
772
  >,
773
773
  '__typename'
@@ -931,50 +931,58 @@ export type ValueTypes = {
931
931
  content?:boolean | `@${string}`,
932
932
  contentForClient?:boolean | `@${string}`,
933
933
  compiledForIframe?:boolean | `@${string}`,
934
- __typename?: boolean | `@${string}`
934
+ __typename?: boolean | `@${string}`,
935
+ ['...on TailwindConfiguration']?: Omit<ValueTypes["TailwindConfiguration"], "...on TailwindConfiguration">
935
936
  }>;
936
937
  ["VersionField"]: AliasType<{
937
938
  name?:boolean | `@${string}`,
938
939
  from?:boolean | `@${string}`,
939
940
  to?:boolean | `@${string}`,
940
- __typename?: boolean | `@${string}`
941
+ __typename?: boolean | `@${string}`,
942
+ ['...on VersionField']?: Omit<ValueTypes["VersionField"], "...on VersionField">
941
943
  }>;
942
944
  ["RangeField"]: AliasType<{
943
945
  min?:boolean | `@${string}`,
944
946
  max?:boolean | `@${string}`,
945
- __typename?: boolean | `@${string}`
947
+ __typename?: boolean | `@${string}`,
948
+ ['...on RangeField']?: Omit<ValueTypes["RangeField"], "...on RangeField">
946
949
  }>;
947
950
  ["ImageField"]: AliasType<{
948
951
  url?:boolean | `@${string}`,
949
952
  thumbnail?:boolean | `@${string}`,
950
953
  alt?:boolean | `@${string}`,
951
- __typename?: boolean | `@${string}`
954
+ __typename?: boolean | `@${string}`,
955
+ ['...on ImageField']?: Omit<ValueTypes["ImageField"], "...on ImageField">
952
956
  }>;
953
957
  ["VideoField"]: AliasType<{
954
958
  url?:boolean | `@${string}`,
955
959
  previewImage?:boolean | `@${string}`,
956
960
  alt?:boolean | `@${string}`,
957
- __typename?: boolean | `@${string}`
961
+ __typename?: boolean | `@${string}`,
962
+ ['...on VideoField']?: Omit<ValueTypes["VideoField"], "...on VideoField">
958
963
  }>;
959
964
  ["InternalLink"]: AliasType<{
960
965
  _id?:boolean | `@${string}`,
961
966
  keys?:boolean | `@${string}`,
962
967
  href?:boolean | `@${string}`,
963
- __typename?: boolean | `@${string}`
968
+ __typename?: boolean | `@${string}`,
969
+ ['...on InternalLink']?: Omit<ValueTypes["InternalLink"], "...on InternalLink">
964
970
  }>;
965
971
  ["Sort"]:Sort;
966
972
  ["RootCMSParam"]: AliasType<{
967
973
  name?:boolean | `@${string}`,
968
974
  options?:boolean | `@${string}`,
969
975
  default?:boolean | `@${string}`,
970
- __typename?: boolean | `@${string}`
976
+ __typename?: boolean | `@${string}`,
977
+ ['...on RootCMSParam']?: Omit<ValueTypes["RootCMSParam"], "...on RootCMSParam">
971
978
  }>;
972
979
  ["ModelNavigation"]: AliasType<{
973
980
  name?:boolean | `@${string}`,
974
981
  display?:boolean | `@${string}`,
975
982
  fields?:ValueTypes["CMSField"],
976
983
  fieldSet?:boolean | `@${string}`,
977
- __typename?: boolean | `@${string}`
984
+ __typename?: boolean | `@${string}`,
985
+ ['...on ModelNavigation']?: Omit<ValueTypes["ModelNavigation"], "...on ModelNavigation">
978
986
  }>;
979
987
  ["CMSField"]: AliasType<{
980
988
  name?:boolean | `@${string}`,
@@ -992,7 +1000,8 @@ export type ValueTypes = {
992
1000
  visual?:ValueTypes["Visual"],
993
1001
  conditions?:ValueTypes["Condition"],
994
1002
  nonTranslatable?:boolean | `@${string}`,
995
- __typename?: boolean | `@${string}`
1003
+ __typename?: boolean | `@${string}`,
1004
+ ['...on CMSField']?: Omit<ValueTypes["CMSField"], "...on CMSField">
996
1005
  }>;
997
1006
  ["ConditionSetOperator"]:ConditionSetOperator;
998
1007
  ["ConditionOperator"]:ConditionOperator;
@@ -1004,29 +1013,34 @@ export type ValueTypes = {
1004
1013
  setOperator?:boolean | `@${string}`,
1005
1014
  value?:boolean | `@${string}`,
1006
1015
  children?:ValueTypes["Condition"],
1007
- __typename?: boolean | `@${string}`
1016
+ __typename?: boolean | `@${string}`,
1017
+ ['...on Condition']?: Omit<ValueTypes["Condition"], "...on Condition">
1008
1018
  }>;
1009
1019
  ["ActionType"]:ActionType;
1010
1020
  ["Action"]: AliasType<{
1011
1021
  path?:boolean | `@${string}`,
1012
1022
  type?:boolean | `@${string}`,
1013
1023
  value?:boolean | `@${string}`,
1014
- __typename?: boolean | `@${string}`
1024
+ __typename?: boolean | `@${string}`,
1025
+ ['...on Action']?: Omit<ValueTypes["Action"], "...on Action">
1015
1026
  }>;
1016
1027
  ["Rule"]: AliasType<{
1017
1028
  conditions?:ValueTypes["Condition"],
1018
1029
  actions?:ValueTypes["Action"],
1019
- __typename?: boolean | `@${string}`
1030
+ __typename?: boolean | `@${string}`,
1031
+ ['...on Rule']?: Omit<ValueTypes["Rule"], "...on Rule">
1020
1032
  }>;
1021
1033
  ["Visual"]: AliasType<{
1022
1034
  className?:boolean | `@${string}`,
1023
1035
  component?:boolean | `@${string}`,
1024
- __typename?: boolean | `@${string}`
1036
+ __typename?: boolean | `@${string}`,
1037
+ ['...on Visual']?: Omit<ValueTypes["Visual"], "...on Visual">
1025
1038
  }>;
1026
1039
  ["PageInfo"]: AliasType<{
1027
1040
  total?:boolean | `@${string}`,
1028
1041
  hasNext?:boolean | `@${string}`,
1029
- __typename?: boolean | `@${string}`
1042
+ __typename?: boolean | `@${string}`,
1043
+ ['...on PageInfo']?: Omit<ValueTypes["PageInfo"], "...on PageInfo">
1030
1044
  }>;
1031
1045
  ["PageInput"]: {
1032
1046
  limit: number | Variable<any, string>,
@@ -1046,14 +1060,16 @@ export type ValueTypes = {
1046
1060
  prompt?:boolean | `@${string}`,
1047
1061
  promptResponse?:ValueTypes["AiComponent"],
1048
1062
  fields?:ValueTypes["CMSField"],
1049
- __typename?: boolean | `@${string}`
1063
+ __typename?: boolean | `@${string}`,
1064
+ ['...on Shape']?: Omit<ValueTypes["Shape"], "...on Shape">
1050
1065
  }>;
1051
1066
  ["View"]: AliasType<{
1052
1067
  name?:boolean | `@${string}`,
1053
1068
  fields?:ValueTypes["CMSField"],
1054
1069
  slug?:boolean | `@${string}`,
1055
1070
  display?:boolean | `@${string}`,
1056
- __typename?: boolean | `@${string}`
1071
+ __typename?: boolean | `@${string}`,
1072
+ ['...on View']?: Omit<ValueTypes["View"], "...on View">
1057
1073
  }>;
1058
1074
  ["AiComponent"]: AliasType<{
1059
1075
  name?:boolean | `@${string}`,
@@ -1061,13 +1077,15 @@ export type ValueTypes = {
1061
1077
  className?:boolean | `@${string}`,
1062
1078
  textContent?:boolean | `@${string}`,
1063
1079
  children?:ValueTypes["AiComponent"],
1064
- __typename?: boolean | `@${string}`
1080
+ __typename?: boolean | `@${string}`,
1081
+ ['...on AiComponent']?: Omit<ValueTypes["AiComponent"], "...on AiComponent">
1065
1082
  }>;
1066
1083
  ["FormFieldVisual"]: AliasType<{
1067
1084
  className?:boolean | `@${string}`,
1068
1085
  component?:boolean | `@${string}`,
1069
1086
  rules?:ValueTypes["Rule"],
1070
- __typename?: boolean | `@${string}`
1087
+ __typename?: boolean | `@${string}`,
1088
+ ['...on FormFieldVisual']?: Omit<ValueTypes["FormFieldVisual"], "...on FormFieldVisual">
1071
1089
  }>;
1072
1090
  ["FormField"]: AliasType<{
1073
1091
  name?:boolean | `@${string}`,
@@ -1081,98 +1099,118 @@ export type ValueTypes = {
1081
1099
  options?:boolean | `@${string}`,
1082
1100
  builtIn?:boolean | `@${string}`,
1083
1101
  nonTranslatable?:boolean | `@${string}`,
1084
- __typename?: boolean | `@${string}`
1102
+ __typename?: boolean | `@${string}`,
1103
+ ['...on FormField']?: Omit<ValueTypes["FormField"], "...on FormField">
1085
1104
  }>;
1086
1105
  ["FormFieldType"]:FormFieldType;
1087
1106
  ["Form"]: AliasType<{
1088
1107
  name?:boolean | `@${string}`,
1089
1108
  display?:boolean | `@${string}`,
1090
1109
  fields?:ValueTypes["FormField"],
1091
- __typename?: boolean | `@${string}`
1110
+ __typename?: boolean | `@${string}`,
1111
+ ['...on Form']?: Omit<ValueTypes["Form"], "...on Form">
1092
1112
  }>;
1093
1113
  ["FormTextField"]: AliasType<{
1094
1114
  label?:boolean | `@${string}`,
1095
1115
  placeholder?:boolean | `@${string}`,
1096
1116
  type?:boolean | `@${string}`,
1097
1117
  defaultValue?:boolean | `@${string}`,
1098
- __typename?: boolean | `@${string}`
1118
+ __typename?: boolean | `@${string}`,
1119
+ ['...on FormTextField']?: Omit<ValueTypes["FormTextField"], "...on FormTextField">
1099
1120
  }>;
1100
1121
  ["FormBooleanField"]: AliasType<{
1101
1122
  label?:boolean | `@${string}`,
1102
- __typename?: boolean | `@${string}`
1123
+ __typename?: boolean | `@${string}`,
1124
+ ['...on FormBooleanField']?: Omit<ValueTypes["FormBooleanField"], "...on FormBooleanField">
1103
1125
  }>;
1104
1126
  ["FormContentField"]: AliasType<{
1105
1127
  label?:boolean | `@${string}`,
1106
1128
  placeholder?:boolean | `@${string}`,
1107
1129
  content?:boolean | `@${string}`,
1108
- __typename?: boolean | `@${string}`
1130
+ __typename?: boolean | `@${string}`,
1131
+ ['...on FormContentField']?: Omit<ValueTypes["FormContentField"], "...on FormContentField">
1109
1132
  }>;
1110
1133
  ["FormRadioField"]: AliasType<{
1111
1134
  label?:boolean | `@${string}`,
1112
- __typename?: boolean | `@${string}`
1135
+ __typename?: boolean | `@${string}`,
1136
+ ['...on FormRadioField']?: Omit<ValueTypes["FormRadioField"], "...on FormRadioField">
1113
1137
  }>;
1114
1138
  ["FormStepField"]: AliasType<{
1115
1139
  label?:boolean | `@${string}`,
1116
- __typename?: boolean | `@${string}`
1140
+ __typename?: boolean | `@${string}`,
1141
+ ['...on FormStepField']?: Omit<ValueTypes["FormStepField"], "...on FormStepField">
1117
1142
  }>;
1118
1143
  ["FormTextareaField"]: AliasType<{
1119
1144
  label?:boolean | `@${string}`,
1120
1145
  placeholder?:boolean | `@${string}`,
1121
- __typename?: boolean | `@${string}`
1146
+ __typename?: boolean | `@${string}`,
1147
+ ['...on FormTextareaField']?: Omit<ValueTypes["FormTextareaField"], "...on FormTextareaField">
1122
1148
  }>;
1123
1149
  ["FormGroupField"]: AliasType<{
1124
1150
  label?:boolean | `@${string}`,
1125
- __typename?: boolean | `@${string}`
1151
+ __typename?: boolean | `@${string}`,
1152
+ ['...on FormGroupField']?: Omit<ValueTypes["FormGroupField"], "...on FormGroupField">
1126
1153
  }>;
1127
1154
  ["FormArrayStepField"]: AliasType<{
1128
1155
  label?:boolean | `@${string}`,
1129
- __typename?: boolean | `@${string}`
1156
+ __typename?: boolean | `@${string}`,
1157
+ ['...on FormArrayStepField']?: Omit<ValueTypes["FormArrayStepField"], "...on FormArrayStepField">
1130
1158
  }>;
1131
1159
  ["FormRouteField"]: AliasType<{
1132
1160
  label?:boolean | `@${string}`,
1133
1161
  portal?:boolean | `@${string}`,
1134
- __typename?: boolean | `@${string}`
1162
+ __typename?: boolean | `@${string}`,
1163
+ ['...on FormRouteField']?: Omit<ValueTypes["FormRouteField"], "...on FormRouteField">
1135
1164
  }>;
1136
1165
  ["FormPortalField"]: AliasType<{
1137
1166
  label?:boolean | `@${string}`,
1138
- __typename?: boolean | `@${string}`
1167
+ __typename?: boolean | `@${string}`,
1168
+ ['...on FormPortalField']?: Omit<ValueTypes["FormPortalField"], "...on FormPortalField">
1139
1169
  }>;
1140
1170
  ["FormSubmitField"]: AliasType<{
1141
1171
  label?:boolean | `@${string}`,
1142
- __typename?: boolean | `@${string}`
1172
+ __typename?: boolean | `@${string}`,
1173
+ ['...on FormSubmitField']?: Omit<ValueTypes["FormSubmitField"], "...on FormSubmitField">
1143
1174
  }>;
1144
1175
  ["FormNumberField"]: AliasType<{
1145
1176
  label?:boolean | `@${string}`,
1146
- __typename?: boolean | `@${string}`
1177
+ __typename?: boolean | `@${string}`,
1178
+ ['...on FormNumberField']?: Omit<ValueTypes["FormNumberField"], "...on FormNumberField">
1147
1179
  }>;
1148
1180
  ["FormRadioTextField"]: AliasType<{
1149
1181
  label?:boolean | `@${string}`,
1150
1182
  options?:boolean | `@${string}`,
1151
- __typename?: boolean | `@${string}`
1183
+ __typename?: boolean | `@${string}`,
1184
+ ['...on FormRadioTextField']?: Omit<ValueTypes["FormRadioTextField"], "...on FormRadioTextField">
1152
1185
  }>;
1153
1186
  ["FormCheckboxField"]: AliasType<{
1154
1187
  label?:boolean | `@${string}`,
1155
- __typename?: boolean | `@${string}`
1188
+ __typename?: boolean | `@${string}`,
1189
+ ['...on FormCheckboxField']?: Omit<ValueTypes["FormCheckboxField"], "...on FormCheckboxField">
1156
1190
  }>;
1157
1191
  ["FormButtonField"]: AliasType<{
1158
1192
  label?:boolean | `@${string}`,
1159
- __typename?: boolean | `@${string}`
1193
+ __typename?: boolean | `@${string}`,
1194
+ ['...on FormButtonField']?: Omit<ValueTypes["FormButtonField"], "...on FormButtonField">
1160
1195
  }>;
1161
1196
  ["FormProductField"]: AliasType<{
1162
1197
  label?:boolean | `@${string}`,
1163
1198
  name?:boolean | `@${string}`,
1164
- __typename?: boolean | `@${string}`
1199
+ __typename?: boolean | `@${string}`,
1200
+ ['...on FormProductField']?: Omit<ValueTypes["FormProductField"], "...on FormProductField">
1165
1201
  }>;
1166
1202
  ["FormVariableField"]: AliasType<{
1167
1203
  label?:boolean | `@${string}`,
1168
1204
  name?:boolean | `@${string}`,
1169
1205
  defaultValue?:boolean | `@${string}`,
1170
- __typename?: boolean | `@${string}`
1206
+ __typename?: boolean | `@${string}`,
1207
+ ['...on FormVariableField']?: Omit<ValueTypes["FormVariableField"], "...on FormVariableField">
1171
1208
  }>;
1172
1209
  ["FormDisplayField"]: AliasType<{
1173
1210
  label?:boolean | `@${string}`,
1174
1211
  path?:boolean | `@${string}`,
1175
- __typename?: boolean | `@${string}`
1212
+ __typename?: boolean | `@${string}`,
1213
+ ['...on FormDisplayField']?: Omit<ValueTypes["FormDisplayField"], "...on FormDisplayField">
1176
1214
  }>;
1177
1215
  ["GenerateHusarShapeImplementorInput"]: {
1178
1216
  prompt: string | Variable<any, string>,
@@ -1180,6 +1218,13 @@ export type ValueTypes = {
1180
1218
  backendGraphQlContent?: string | undefined | null | Variable<any, string>,
1181
1219
  includeShapes?: Array<string> | undefined | null | Variable<any, string>
1182
1220
  };
1221
+ ["ShapeLibrary"]: AliasType<{
1222
+ name?:boolean | `@${string}`,
1223
+ shapes?:ValueTypes["Shape"],
1224
+ description?:boolean | `@${string}`,
1225
+ __typename?: boolean | `@${string}`,
1226
+ ['...on ShapeLibrary']?: Omit<ValueTypes["ShapeLibrary"], "...on ShapeLibrary">
1227
+ }>;
1183
1228
  /** This enum is defined externally and injected via federation */
1184
1229
  ["CMSType"]:CMSType;
1185
1230
  ["Query"]: AliasType<{
@@ -1191,6 +1236,7 @@ export type ValueTypes = {
1191
1236
  listShapes?:ValueTypes["Shape"],
1192
1237
  tailwind?:ValueTypes["TailwindConfiguration"],
1193
1238
  listForms?:ValueTypes["Form"],
1239
+ shapeLibraries?:ValueTypes["ShapeLibrary"],
1194
1240
  listPaginateddocs?: [{ page: ValueTypes["PageInput"] | Variable<any, string>, rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>, search?: string | undefined | null | Variable<any, string>, sort?: ValueTypes["docsSortInput"] | undefined | null | Variable<any, string>, filter?: Array<ValueTypes["docsFilterInput"] | undefined | null> | undefined | null | Variable<any, string>},ValueTypes["docs__Connection"]],
1195
1241
  onedocsBySlug?: [{ slug: string | Variable<any, string>, rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},ValueTypes["docs"]],
1196
1242
  oneAsScalardocsBySlug?: [{ slug: string | Variable<any, string>, rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},boolean | `@${string}`],
@@ -1226,10 +1272,18 @@ variantsdocsBySlug?: [{ slug: string | Variable<any, string>},ValueTypes["docs"]
1226
1272
  modelShapefeaturepresentation?:boolean | `@${string}`,
1227
1273
  previewFieldsShapefeaturepresentation?:boolean | `@${string}`,
1228
1274
  oneShapefeaturepresentation?:ValueTypes["Shapefeaturepresentation"],
1275
+ fieldSetShapefeaturesv2?:boolean | `@${string}`,
1276
+ modelShapefeaturesv2?:boolean | `@${string}`,
1277
+ previewFieldsShapefeaturesv2?:boolean | `@${string}`,
1278
+ oneShapefeaturesv2?:ValueTypes["Shapefeaturesv2"],
1229
1279
  fieldSetShapefoot?:boolean | `@${string}`,
1230
1280
  modelShapefoot?:boolean | `@${string}`,
1231
1281
  previewFieldsShapefoot?:boolean | `@${string}`,
1232
1282
  oneShapefoot?:ValueTypes["Shapefoot"],
1283
+ fieldSetShapeheading?:boolean | `@${string}`,
1284
+ modelShapeheading?:boolean | `@${string}`,
1285
+ previewFieldsShapeheading?:boolean | `@${string}`,
1286
+ oneShapeheading?:ValueTypes["Shapeheading"],
1233
1287
  fieldSetShapehero?:boolean | `@${string}`,
1234
1288
  modelShapehero?:boolean | `@${string}`,
1235
1289
  previewFieldsShapehero?:boolean | `@${string}`,
@@ -1250,14 +1304,14 @@ variantsdocsBySlug?: [{ slug: string | Variable<any, string>},ValueTypes["docs"]
1250
1304
  modelShapenewshape?:boolean | `@${string}`,
1251
1305
  previewFieldsShapenewshape?:boolean | `@${string}`,
1252
1306
  oneShapenewshape?:ValueTypes["Shapenewshape"],
1253
- fieldSetShapepricing_table?:boolean | `@${string}`,
1254
- modelShapepricing_table?:boolean | `@${string}`,
1255
- previewFieldsShapepricing_table?:boolean | `@${string}`,
1256
- oneShapepricing_table?:ValueTypes["Shapepricing_table"],
1257
1307
  fieldSetShapepricingv1?:boolean | `@${string}`,
1258
1308
  modelShapepricingv1?:boolean | `@${string}`,
1259
1309
  previewFieldsShapepricingv1?:boolean | `@${string}`,
1260
1310
  oneShapepricingv1?:ValueTypes["Shapepricingv1"],
1311
+ fieldSetShapepricingv2?:boolean | `@${string}`,
1312
+ modelShapepricingv2?:boolean | `@${string}`,
1313
+ previewFieldsShapepricingv2?:boolean | `@${string}`,
1314
+ oneShapepricingv2?:ValueTypes["Shapepricingv2"],
1261
1315
  fieldSetShapeprofile_info?:boolean | `@${string}`,
1262
1316
  modelShapeprofile_info?:boolean | `@${string}`,
1263
1317
  previewFieldsShapeprofile_info?:boolean | `@${string}`,
@@ -1266,6 +1320,10 @@ variantsdocsBySlug?: [{ slug: string | Variable<any, string>},ValueTypes["docs"]
1266
1320
  modelShapesecondary_cta?:boolean | `@${string}`,
1267
1321
  previewFieldsShapesecondary_cta?:boolean | `@${string}`,
1268
1322
  oneShapesecondary_cta?:ValueTypes["Shapesecondary_cta"],
1323
+ fieldSetShapesubheading?:boolean | `@${string}`,
1324
+ modelShapesubheading?:boolean | `@${string}`,
1325
+ previewFieldsShapesubheading?:boolean | `@${string}`,
1326
+ oneShapesubheading?:ValueTypes["Shapesubheading"],
1269
1327
  fieldSetShapesupport?:boolean | `@${string}`,
1270
1328
  modelShapesupport?:boolean | `@${string}`,
1271
1329
  previewFieldsShapesupport?:boolean | `@${string}`,
@@ -1302,12 +1360,12 @@ oneAsScalarViewhomepage?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefi
1302
1360
  previewFieldsViewhowitworks?:boolean | `@${string}`,
1303
1361
  oneViewhowitworks?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},ValueTypes["Viewhowitworks"]],
1304
1362
  oneAsScalarViewhowitworks?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},boolean | `@${string}`],
1305
- variantsViewpricing?:ValueTypes["Viewpricing"],
1306
- fieldSetViewpricing?:boolean | `@${string}`,
1307
- modelViewpricing?:boolean | `@${string}`,
1308
- previewFieldsViewpricing?:boolean | `@${string}`,
1309
- oneViewpricing?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},ValueTypes["Viewpricing"]],
1310
- oneAsScalarViewpricing?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},boolean | `@${string}`],
1363
+ variantsViewpricing_component?:ValueTypes["Viewpricing_component"],
1364
+ fieldSetViewpricing_component?:boolean | `@${string}`,
1365
+ modelViewpricing_component?:boolean | `@${string}`,
1366
+ previewFieldsViewpricing_component?:boolean | `@${string}`,
1367
+ oneViewpricing_component?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},ValueTypes["Viewpricing_component"]],
1368
+ oneAsScalarViewpricing_component?: [{ rootParams?: ValueTypes["RootParamsInput"] | undefined | null | Variable<any, string>},boolean | `@${string}`],
1311
1369
  variantsViewttt?:ValueTypes["Viewttt"],
1312
1370
  fieldSetViewttt?:boolean | `@${string}`,
1313
1371
  modelViewttt?:boolean | `@${string}`,
@@ -1332,7 +1390,8 @@ responseFieldSetFormregister?: [{ id: string | Variable<any, string>},boolean |
1332
1390
  responsesFormtest?: [{ filter?: ValueTypes["ResponsesFormtestFilter"] | undefined | null | Variable<any, string>, skip?: number | undefined | null | Variable<any, string>, take?: number | undefined | null | Variable<any, string>},ValueTypes["SearchResponsesFormtest"]],
1333
1391
  responseFormtest?: [{ id: string | Variable<any, string>},ValueTypes["ResponseFormtest"]],
1334
1392
  responseFieldSetFormtest?: [{ id: string | Variable<any, string>},boolean | `@${string}`],
1335
- __typename?: boolean | `@${string}`
1393
+ __typename?: boolean | `@${string}`,
1394
+ ['...on Query']?: Omit<ValueTypes["Query"], "...on Query">
1336
1395
  }>;
1337
1396
  ["Mutation"]: AliasType<{
1338
1397
  heartbeat?:boolean | `@${string}`,
@@ -1340,12 +1399,14 @@ submitResponseFormregister?: [{ input?: ValueTypes["SubmitFormregister"] | undef
1340
1399
  removeResponseFormregister?: [{ id: string | Variable<any, string>},boolean | `@${string}`],
1341
1400
  submitResponseFormtest?: [{ input?: ValueTypes["SubmitFormtest"] | undefined | null | Variable<any, string>},boolean | `@${string}`],
1342
1401
  removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${string}`],
1343
- __typename?: boolean | `@${string}`
1402
+ __typename?: boolean | `@${string}`,
1403
+ ['...on Mutation']?: Omit<ValueTypes["Mutation"], "...on Mutation">
1344
1404
  }>;
1345
1405
  ["RootParamsType"]: AliasType<{
1346
1406
  _version?:boolean | `@${string}`,
1347
1407
  locale?:boolean | `@${string}`,
1348
- __typename?: boolean | `@${string}`
1408
+ __typename?: boolean | `@${string}`,
1409
+ ['...on RootParamsType']?: Omit<ValueTypes["RootParamsType"], "...on RootParamsType">
1349
1410
  }>;
1350
1411
  ["ModelEnum"]:ModelEnum;
1351
1412
  ["ViewEnum"]:ViewEnum;
@@ -1354,7 +1415,8 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
1354
1415
  ["docs__Connection"]: AliasType<{
1355
1416
  items?:ValueTypes["docs"],
1356
1417
  pageInfo?:ValueTypes["PageInfo"],
1357
- __typename?: boolean | `@${string}`
1418
+ __typename?: boolean | `@${string}`,
1419
+ ['...on docs__Connection']?: Omit<ValueTypes["docs__Connection"], "...on docs__Connection">
1358
1420
  }>;
1359
1421
  ["docs"]: AliasType<{
1360
1422
  _version?:ValueTypes["VersionField"],
@@ -1372,12 +1434,14 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
1372
1434
  updatedAt?:boolean | `@${string}`,
1373
1435
  draft_version?:boolean | `@${string}`,
1374
1436
  json_ld?:boolean | `@${string}`,
1375
- __typename?: boolean | `@${string}`
1437
+ __typename?: boolean | `@${string}`,
1438
+ ['...on docs']?: Omit<ValueTypes["docs"], "...on docs">
1376
1439
  }>;
1377
1440
  ["ViewaccountMain"]: AliasType<{
1378
1441
  profile?:ValueTypes["Shapeprofile_info"],
1379
1442
  projects?:ValueTypes["Shapelista_projektow"],
1380
- __typename?: boolean | `@${string}`
1443
+ __typename?: boolean | `@${string}`,
1444
+ ['...on ViewaccountMain']?: Omit<ValueTypes["ViewaccountMain"], "...on ViewaccountMain">
1381
1445
  }>;
1382
1446
  ["Viewaccount"]: AliasType<{
1383
1447
  _version?:ValueTypes["VersionField"],
@@ -1389,12 +1453,14 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
1389
1453
  updatedAt?:boolean | `@${string}`,
1390
1454
  draft_version?:boolean | `@${string}`,
1391
1455
  json_ld?:boolean | `@${string}`,
1392
- __typename?: boolean | `@${string}`
1456
+ __typename?: boolean | `@${string}`,
1457
+ ['...on Viewaccount']?: Omit<ValueTypes["Viewaccount"], "...on Viewaccount">
1393
1458
  }>;
1394
1459
  ["ViewfeaturesMain"]: AliasType<{
1395
1460
  auto_translation?:ValueTypes["Shapefeaturepresentation"],
1396
1461
  ai_component?:ValueTypes["Shapefeaturepresentation"],
1397
- __typename?: boolean | `@${string}`
1462
+ __typename?: boolean | `@${string}`,
1463
+ ['...on ViewfeaturesMain']?: Omit<ValueTypes["ViewfeaturesMain"], "...on ViewfeaturesMain">
1398
1464
  }>;
1399
1465
  ["Viewfeatures"]: AliasType<{
1400
1466
  _version?:ValueTypes["VersionField"],
@@ -1406,25 +1472,28 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
1406
1472
  updatedAt?:boolean | `@${string}`,
1407
1473
  draft_version?:boolean | `@${string}`,
1408
1474
  json_ld?:boolean | `@${string}`,
1409
- __typename?: boolean | `@${string}`
1475
+ __typename?: boolean | `@${string}`,
1476
+ ['...on Viewfeatures']?: Omit<ValueTypes["Viewfeatures"], "...on Viewfeatures">
1410
1477
  }>;
1411
1478
  ["ViewhomepageCotContain"]: AliasType<{
1412
1479
  header?:ValueTypes["Shapetitle_desc"],
1413
- __typename?: boolean | `@${string}`
1480
+ __typename?: boolean | `@${string}`,
1481
+ ['...on ViewhomepageCotContain']?: Omit<ValueTypes["ViewhomepageCotContain"], "...on ViewhomepageCotContain">
1414
1482
  }>;
1415
1483
  ["ViewhomepageCotFeatures"]: AliasType<{
1416
1484
  feat?:ValueTypes["Shapefeaturepresentation"],
1417
- __typename?: boolean | `@${string}`
1485
+ __typename?: boolean | `@${string}`,
1486
+ ['...on ViewhomepageCotFeatures']?: Omit<ValueTypes["ViewhomepageCotFeatures"], "...on ViewhomepageCotFeatures">
1418
1487
  }>;
1419
1488
  ["ViewhomepageCot"]: AliasType<{
1420
1489
  contain?:ValueTypes["ViewhomepageCotContain"],
1421
1490
  features?:ValueTypes["ViewhomepageCotFeatures"],
1422
- __typename?: boolean | `@${string}`
1491
+ __typename?: boolean | `@${string}`,
1492
+ ['...on ViewhomepageCot']?: Omit<ValueTypes["ViewhomepageCot"], "...on ViewhomepageCot">
1423
1493
  }>;
1424
1494
  ["Viewhomepage"]: AliasType<{
1425
1495
  _version?:ValueTypes["VersionField"],
1426
1496
  nav?:ValueTypes["Shapenav"],
1427
- main?:ValueTypes["Shapehero"],
1428
1497
  hero?:ValueTypes["Shapeherox"],
1429
1498
  cot?:ValueTypes["ViewhomepageCot"],
1430
1499
  pricing?:ValueTypes["Shapepricingv1"],
@@ -1436,13 +1505,15 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
1436
1505
  updatedAt?:boolean | `@${string}`,
1437
1506
  draft_version?:boolean | `@${string}`,
1438
1507
  json_ld?:boolean | `@${string}`,
1439
- __typename?: boolean | `@${string}`
1508
+ __typename?: boolean | `@${string}`,
1509
+ ['...on Viewhomepage']?: Omit<ValueTypes["Viewhomepage"], "...on Viewhomepage">
1440
1510
  }>;
1441
1511
  ["ViewhowitworksFeature_control"]: AliasType<{
1442
1512
  title?:boolean | `@${string}`,
1443
1513
  description?:boolean | `@${string}`,
1444
1514
  image?:ValueTypes["ImageField"],
1445
- __typename?: boolean | `@${string}`
1515
+ __typename?: boolean | `@${string}`,
1516
+ ['...on ViewhowitworksFeature_control']?: Omit<ValueTypes["ViewhowitworksFeature_control"], "...on ViewhowitworksFeature_control">
1446
1517
  }>;
1447
1518
  ["Viewhowitworks"]: AliasType<{
1448
1519
  _version?:ValueTypes["VersionField"],
@@ -1455,13 +1526,11 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
1455
1526
  updatedAt?:boolean | `@${string}`,
1456
1527
  draft_version?:boolean | `@${string}`,
1457
1528
  json_ld?:boolean | `@${string}`,
1458
- __typename?: boolean | `@${string}`
1529
+ __typename?: boolean | `@${string}`,
1530
+ ['...on Viewhowitworks']?: Omit<ValueTypes["Viewhowitworks"], "...on Viewhowitworks">
1459
1531
  }>;
1460
- ["Viewpricing"]: AliasType<{
1532
+ ["Viewpricing_component"]: AliasType<{
1461
1533
  _version?:ValueTypes["VersionField"],
1462
- pricing?:ValueTypes["Shapepricingv1"],
1463
- table?:ValueTypes["Shapepricing_table"],
1464
- cta?:ValueTypes["Shapenewshape"],
1465
1534
  locale?:boolean | `@${string}`,
1466
1535
  slug?:boolean | `@${string}`,
1467
1536
  _id?:boolean | `@${string}`,
@@ -1469,7 +1538,8 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
1469
1538
  updatedAt?:boolean | `@${string}`,
1470
1539
  draft_version?:boolean | `@${string}`,
1471
1540
  json_ld?:boolean | `@${string}`,
1472
- __typename?: boolean | `@${string}`
1541
+ __typename?: boolean | `@${string}`,
1542
+ ['...on Viewpricing_component']?: Omit<ValueTypes["Viewpricing_component"], "...on Viewpricing_component">
1473
1543
  }>;
1474
1544
  ["Viewttt"]: AliasType<{
1475
1545
  _version?:ValueTypes["VersionField"],
@@ -1480,64 +1550,76 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
1480
1550
  updatedAt?:boolean | `@${string}`,
1481
1551
  draft_version?:boolean | `@${string}`,
1482
1552
  json_ld?:boolean | `@${string}`,
1483
- __typename?: boolean | `@${string}`
1553
+ __typename?: boolean | `@${string}`,
1554
+ ['...on Viewttt']?: Omit<ValueTypes["Viewttt"], "...on Viewttt">
1484
1555
  }>;
1485
1556
  ["Shapeaplikacja_gNavbarMenu"]: AliasType<{
1486
1557
  name?:boolean | `@${string}`,
1487
1558
  href?:boolean | `@${string}`,
1488
- __typename?: boolean | `@${string}`
1559
+ __typename?: boolean | `@${string}`,
1560
+ ['...on Shapeaplikacja_gNavbarMenu']?: Omit<ValueTypes["Shapeaplikacja_gNavbarMenu"], "...on Shapeaplikacja_gNavbarMenu">
1489
1561
  }>;
1490
1562
  ["Shapeaplikacja_gNavbar"]: AliasType<{
1491
1563
  logo?:boolean | `@${string}`,
1492
1564
  menu?:ValueTypes["Shapeaplikacja_gNavbarMenu"],
1493
- __typename?: boolean | `@${string}`
1565
+ __typename?: boolean | `@${string}`,
1566
+ ['...on Shapeaplikacja_gNavbar']?: Omit<ValueTypes["Shapeaplikacja_gNavbar"], "...on Shapeaplikacja_gNavbar">
1494
1567
  }>;
1495
1568
  ["Shapeaplikacja_gHero"]: AliasType<{
1496
1569
  heading?:boolean | `@${string}`,
1497
1570
  subheading?:boolean | `@${string}`,
1498
- __typename?: boolean | `@${string}`
1571
+ __typename?: boolean | `@${string}`,
1572
+ ['...on Shapeaplikacja_gHero']?: Omit<ValueTypes["Shapeaplikacja_gHero"], "...on Shapeaplikacja_gHero">
1499
1573
  }>;
1500
1574
  ["Shapeaplikacja_gExplainer_video"]: AliasType<{
1501
1575
  title?:boolean | `@${string}`,
1502
1576
  description?:boolean | `@${string}`,
1503
1577
  video?:ValueTypes["VideoField"],
1504
- __typename?: boolean | `@${string}`
1578
+ __typename?: boolean | `@${string}`,
1579
+ ['...on Shapeaplikacja_gExplainer_video']?: Omit<ValueTypes["Shapeaplikacja_gExplainer_video"], "...on Shapeaplikacja_gExplainer_video">
1505
1580
  }>;
1506
1581
  ["Shapeaplikacja_gVideo_list"]: AliasType<{
1507
1582
  title?:boolean | `@${string}`,
1508
1583
  description?:boolean | `@${string}`,
1509
1584
  video?:ValueTypes["VideoField"],
1510
- __typename?: boolean | `@${string}`
1585
+ __typename?: boolean | `@${string}`,
1586
+ ['...on Shapeaplikacja_gVideo_list']?: Omit<ValueTypes["Shapeaplikacja_gVideo_list"], "...on Shapeaplikacja_gVideo_list">
1511
1587
  }>;
1512
1588
  ["Shapeaplikacja_gStatsItems"]: AliasType<{
1513
1589
  label?:boolean | `@${string}`,
1514
1590
  value?:boolean | `@${string}`,
1515
- __typename?: boolean | `@${string}`
1591
+ __typename?: boolean | `@${string}`,
1592
+ ['...on Shapeaplikacja_gStatsItems']?: Omit<ValueTypes["Shapeaplikacja_gStatsItems"], "...on Shapeaplikacja_gStatsItems">
1516
1593
  }>;
1517
1594
  ["Shapeaplikacja_gStats"]: AliasType<{
1518
1595
  items?:ValueTypes["Shapeaplikacja_gStatsItems"],
1519
- __typename?: boolean | `@${string}`
1596
+ __typename?: boolean | `@${string}`,
1597
+ ['...on Shapeaplikacja_gStats']?: Omit<ValueTypes["Shapeaplikacja_gStats"], "...on Shapeaplikacja_gStats">
1520
1598
  }>;
1521
1599
  ["Shapeaplikacja_gTestimonials"]: AliasType<{
1522
1600
  name?:boolean | `@${string}`,
1523
1601
  text?:boolean | `@${string}`,
1524
- __typename?: boolean | `@${string}`
1602
+ __typename?: boolean | `@${string}`,
1603
+ ['...on Shapeaplikacja_gTestimonials']?: Omit<ValueTypes["Shapeaplikacja_gTestimonials"], "...on Shapeaplikacja_gTestimonials">
1525
1604
  }>;
1526
1605
  ["Shapeaplikacja_gCall_to_action"]: AliasType<{
1527
1606
  heading?:boolean | `@${string}`,
1528
1607
  description?:boolean | `@${string}`,
1529
1608
  button_text?:boolean | `@${string}`,
1530
- __typename?: boolean | `@${string}`
1609
+ __typename?: boolean | `@${string}`,
1610
+ ['...on Shapeaplikacja_gCall_to_action']?: Omit<ValueTypes["Shapeaplikacja_gCall_to_action"], "...on Shapeaplikacja_gCall_to_action">
1531
1611
  }>;
1532
1612
  ["Shapeaplikacja_gFooterLinks"]: AliasType<{
1533
1613
  label?:boolean | `@${string}`,
1534
1614
  href?:boolean | `@${string}`,
1535
- __typename?: boolean | `@${string}`
1615
+ __typename?: boolean | `@${string}`,
1616
+ ['...on Shapeaplikacja_gFooterLinks']?: Omit<ValueTypes["Shapeaplikacja_gFooterLinks"], "...on Shapeaplikacja_gFooterLinks">
1536
1617
  }>;
1537
1618
  ["Shapeaplikacja_gFooter"]: AliasType<{
1538
1619
  copyright?:boolean | `@${string}`,
1539
1620
  links?:ValueTypes["Shapeaplikacja_gFooterLinks"],
1540
- __typename?: boolean | `@${string}`
1621
+ __typename?: boolean | `@${string}`,
1622
+ ['...on Shapeaplikacja_gFooter']?: Omit<ValueTypes["Shapeaplikacja_gFooter"], "...on Shapeaplikacja_gFooter">
1541
1623
  }>;
1542
1624
  ["Shapeaplikacja_g"]: AliasType<{
1543
1625
  navbar?:ValueTypes["Shapeaplikacja_gNavbar"],
@@ -1551,62 +1633,74 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
1551
1633
  _id?:boolean | `@${string}`,
1552
1634
  createdAt?:boolean | `@${string}`,
1553
1635
  updatedAt?:boolean | `@${string}`,
1554
- __typename?: boolean | `@${string}`
1636
+ __typename?: boolean | `@${string}`,
1637
+ ['...on Shapeaplikacja_g']?: Omit<ValueTypes["Shapeaplikacja_g"], "...on Shapeaplikacja_g">
1555
1638
  }>;
1556
1639
  ["Shapecloud_sidebarSidebarMenuCategoryPage"]: AliasType<{
1557
1640
  name?:boolean | `@${string}`,
1558
1641
  link?:boolean | `@${string}`,
1559
- __typename?: boolean | `@${string}`
1642
+ __typename?: boolean | `@${string}`,
1643
+ ['...on Shapecloud_sidebarSidebarMenuCategoryPage']?: Omit<ValueTypes["Shapecloud_sidebarSidebarMenuCategoryPage"], "...on Shapecloud_sidebarSidebarMenuCategoryPage">
1560
1644
  }>;
1561
1645
  ["Shapecloud_sidebarSidebarMenuCategory"]: AliasType<{
1562
1646
  page?:ValueTypes["Shapecloud_sidebarSidebarMenuCategoryPage"],
1563
- __typename?: boolean | `@${string}`
1647
+ __typename?: boolean | `@${string}`,
1648
+ ['...on Shapecloud_sidebarSidebarMenuCategory']?: Omit<ValueTypes["Shapecloud_sidebarSidebarMenuCategory"], "...on Shapecloud_sidebarSidebarMenuCategory">
1564
1649
  }>;
1565
1650
  ["Shapecloud_sidebarSidebarMenu"]: AliasType<{
1566
1651
  logo?:ValueTypes["ImageField"],
1567
1652
  category?:ValueTypes["Shapecloud_sidebarSidebarMenuCategory"],
1568
- __typename?: boolean | `@${string}`
1653
+ __typename?: boolean | `@${string}`,
1654
+ ['...on Shapecloud_sidebarSidebarMenu']?: Omit<ValueTypes["Shapecloud_sidebarSidebarMenu"], "...on Shapecloud_sidebarSidebarMenu">
1569
1655
  }>;
1570
1656
  ["Shapecloud_sidebarSidebarBottom_menuLogout"]: AliasType<{
1571
1657
  name?:boolean | `@${string}`,
1572
1658
  link?:boolean | `@${string}`,
1573
- __typename?: boolean | `@${string}`
1659
+ __typename?: boolean | `@${string}`,
1660
+ ['...on Shapecloud_sidebarSidebarBottom_menuLogout']?: Omit<ValueTypes["Shapecloud_sidebarSidebarBottom_menuLogout"], "...on Shapecloud_sidebarSidebarBottom_menuLogout">
1574
1661
  }>;
1575
1662
  ["Shapecloud_sidebarSidebarBottom_menu"]: AliasType<{
1576
1663
  logout?:ValueTypes["Shapecloud_sidebarSidebarBottom_menuLogout"],
1577
- __typename?: boolean | `@${string}`
1664
+ __typename?: boolean | `@${string}`,
1665
+ ['...on Shapecloud_sidebarSidebarBottom_menu']?: Omit<ValueTypes["Shapecloud_sidebarSidebarBottom_menu"], "...on Shapecloud_sidebarSidebarBottom_menu">
1578
1666
  }>;
1579
1667
  ["Shapecloud_sidebarSidebar"]: AliasType<{
1580
1668
  menu?:ValueTypes["Shapecloud_sidebarSidebarMenu"],
1581
1669
  bottom_menu?:ValueTypes["Shapecloud_sidebarSidebarBottom_menu"],
1582
- __typename?: boolean | `@${string}`
1670
+ __typename?: boolean | `@${string}`,
1671
+ ['...on Shapecloud_sidebarSidebar']?: Omit<ValueTypes["Shapecloud_sidebarSidebar"], "...on Shapecloud_sidebarSidebar">
1583
1672
  }>;
1584
1673
  ["Shapecloud_sidebar"]: AliasType<{
1585
1674
  sidebar?:ValueTypes["Shapecloud_sidebarSidebar"],
1586
1675
  _id?:boolean | `@${string}`,
1587
1676
  createdAt?:boolean | `@${string}`,
1588
1677
  updatedAt?:boolean | `@${string}`,
1589
- __typename?: boolean | `@${string}`
1678
+ __typename?: boolean | `@${string}`,
1679
+ ['...on Shapecloud_sidebar']?: Omit<ValueTypes["Shapecloud_sidebar"], "...on Shapecloud_sidebar">
1590
1680
  }>;
1591
1681
  ["Shapecta_boomSectionContentCentered_contentBadge"]: AliasType<{
1592
1682
  dot?:boolean | `@${string}`,
1593
1683
  badge_text?:boolean | `@${string}`,
1594
- __typename?: boolean | `@${string}`
1684
+ __typename?: boolean | `@${string}`,
1685
+ ['...on Shapecta_boomSectionContentCentered_contentBadge']?: Omit<ValueTypes["Shapecta_boomSectionContentCentered_contentBadge"], "...on Shapecta_boomSectionContentCentered_contentBadge">
1595
1686
  }>;
1596
1687
  ["Shapecta_boomSectionContentCentered_contentCta_blockCta_primary"]: AliasType<{
1597
1688
  cta?:boolean | `@${string}`,
1598
1689
  href?:boolean | `@${string}`,
1599
- __typename?: boolean | `@${string}`
1690
+ __typename?: boolean | `@${string}`,
1691
+ ['...on Shapecta_boomSectionContentCentered_contentCta_blockCta_primary']?: Omit<ValueTypes["Shapecta_boomSectionContentCentered_contentCta_blockCta_primary"], "...on Shapecta_boomSectionContentCentered_contentCta_blockCta_primary">
1600
1692
  }>;
1601
1693
  ["Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary"]: AliasType<{
1602
1694
  cta?:boolean | `@${string}`,
1603
1695
  href?:boolean | `@${string}`,
1604
- __typename?: boolean | `@${string}`
1696
+ __typename?: boolean | `@${string}`,
1697
+ ['...on Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary']?: Omit<ValueTypes["Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary"], "...on Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary">
1605
1698
  }>;
1606
1699
  ["Shapecta_boomSectionContentCentered_contentCta_block"]: AliasType<{
1607
1700
  cta_primary?:ValueTypes["Shapecta_boomSectionContentCentered_contentCta_blockCta_primary"],
1608
1701
  cta_secondary?:ValueTypes["Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary"],
1609
- __typename?: boolean | `@${string}`
1702
+ __typename?: boolean | `@${string}`,
1703
+ ['...on Shapecta_boomSectionContentCentered_contentCta_block']?: Omit<ValueTypes["Shapecta_boomSectionContentCentered_contentCta_block"], "...on Shapecta_boomSectionContentCentered_contentCta_block">
1610
1704
  }>;
1611
1705
  ["Shapecta_boomSectionContentCentered_content"]: AliasType<{
1612
1706
  badge?:ValueTypes["Shapecta_boomSectionContentCentered_contentBadge"],
@@ -1615,216 +1709,271 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
1615
1709
  description?:boolean | `@${string}`,
1616
1710
  cta_block?:ValueTypes["Shapecta_boomSectionContentCentered_contentCta_block"],
1617
1711
  footer_note?:boolean | `@${string}`,
1618
- __typename?: boolean | `@${string}`
1712
+ __typename?: boolean | `@${string}`,
1713
+ ['...on Shapecta_boomSectionContentCentered_content']?: Omit<ValueTypes["Shapecta_boomSectionContentCentered_content"], "...on Shapecta_boomSectionContentCentered_content">
1619
1714
  }>;
1620
1715
  ["Shapecta_boomSectionContent"]: AliasType<{
1621
1716
  centered_content?:ValueTypes["Shapecta_boomSectionContentCentered_content"],
1622
- __typename?: boolean | `@${string}`
1717
+ __typename?: boolean | `@${string}`,
1718
+ ['...on Shapecta_boomSectionContent']?: Omit<ValueTypes["Shapecta_boomSectionContent"], "...on Shapecta_boomSectionContent">
1623
1719
  }>;
1624
1720
  ["Shapecta_boomSection"]: AliasType<{
1625
1721
  content?:ValueTypes["Shapecta_boomSectionContent"],
1626
- __typename?: boolean | `@${string}`
1722
+ __typename?: boolean | `@${string}`,
1723
+ ['...on Shapecta_boomSection']?: Omit<ValueTypes["Shapecta_boomSection"], "...on Shapecta_boomSection">
1627
1724
  }>;
1628
1725
  ["Shapecta_boom"]: AliasType<{
1629
1726
  section?:ValueTypes["Shapecta_boomSection"],
1630
1727
  _id?:boolean | `@${string}`,
1631
1728
  createdAt?:boolean | `@${string}`,
1632
1729
  updatedAt?:boolean | `@${string}`,
1633
- __typename?: boolean | `@${string}`
1730
+ __typename?: boolean | `@${string}`,
1731
+ ['...on Shapecta_boom']?: Omit<ValueTypes["Shapecta_boom"], "...on Shapecta_boom">
1634
1732
  }>;
1635
1733
  ["Shapectabutton"]: AliasType<{
1636
1734
  cta?:boolean | `@${string}`,
1637
1735
  _id?:boolean | `@${string}`,
1638
1736
  createdAt?:boolean | `@${string}`,
1639
1737
  updatedAt?:boolean | `@${string}`,
1640
- __typename?: boolean | `@${string}`
1738
+ __typename?: boolean | `@${string}`,
1739
+ ['...on Shapectabutton']?: Omit<ValueTypes["Shapectabutton"], "...on Shapectabutton">
1641
1740
  }>;
1642
1741
  ["Shapedocs_contentDocumentation_pageContent_containerDoc_content"]: AliasType<{
1643
1742
  content?:boolean | `@${string}`,
1644
- __typename?: boolean | `@${string}`
1743
+ __typename?: boolean | `@${string}`,
1744
+ ['...on Shapedocs_contentDocumentation_pageContent_containerDoc_content']?: Omit<ValueTypes["Shapedocs_contentDocumentation_pageContent_containerDoc_content"], "...on Shapedocs_contentDocumentation_pageContent_containerDoc_content">
1645
1745
  }>;
1646
1746
  ["Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"]: AliasType<{
1647
1747
  scrollspy_title?:boolean | `@${string}`,
1648
1748
  scrollspy_list?:boolean | `@${string}`,
1649
- __typename?: boolean | `@${string}`
1749
+ __typename?: boolean | `@${string}`,
1750
+ ['...on Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container']?: Omit<ValueTypes["Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"], "...on Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container">
1650
1751
  }>;
1651
1752
  ["Shapedocs_contentDocumentation_pageContent_containerScrollspy"]: AliasType<{
1652
1753
  scrollspy_container?:ValueTypes["Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"],
1653
- __typename?: boolean | `@${string}`
1754
+ __typename?: boolean | `@${string}`,
1755
+ ['...on Shapedocs_contentDocumentation_pageContent_containerScrollspy']?: Omit<ValueTypes["Shapedocs_contentDocumentation_pageContent_containerScrollspy"], "...on Shapedocs_contentDocumentation_pageContent_containerScrollspy">
1654
1756
  }>;
1655
1757
  ["Shapedocs_contentDocumentation_pageContent_container"]: AliasType<{
1656
1758
  doc_content?:ValueTypes["Shapedocs_contentDocumentation_pageContent_containerDoc_content"],
1657
1759
  scrollspy?:ValueTypes["Shapedocs_contentDocumentation_pageContent_containerScrollspy"],
1658
- __typename?: boolean | `@${string}`
1760
+ __typename?: boolean | `@${string}`,
1761
+ ['...on Shapedocs_contentDocumentation_pageContent_container']?: Omit<ValueTypes["Shapedocs_contentDocumentation_pageContent_container"], "...on Shapedocs_contentDocumentation_pageContent_container">
1659
1762
  }>;
1660
1763
  ["Shapedocs_contentDocumentation_page"]: AliasType<{
1661
1764
  content_container?:ValueTypes["Shapedocs_contentDocumentation_pageContent_container"],
1662
- __typename?: boolean | `@${string}`
1765
+ __typename?: boolean | `@${string}`,
1766
+ ['...on Shapedocs_contentDocumentation_page']?: Omit<ValueTypes["Shapedocs_contentDocumentation_page"], "...on Shapedocs_contentDocumentation_page">
1663
1767
  }>;
1664
1768
  ["Shapedocs_content"]: AliasType<{
1665
1769
  documentation_page?:ValueTypes["Shapedocs_contentDocumentation_page"],
1666
1770
  _id?:boolean | `@${string}`,
1667
1771
  createdAt?:boolean | `@${string}`,
1668
1772
  updatedAt?:boolean | `@${string}`,
1669
- __typename?: boolean | `@${string}`
1773
+ __typename?: boolean | `@${string}`,
1774
+ ['...on Shapedocs_content']?: Omit<ValueTypes["Shapedocs_content"], "...on Shapedocs_content">
1670
1775
  }>;
1671
1776
  ["Shapedocs_navMainListChildrenCategory"]: AliasType<{
1672
1777
  name?:boolean | `@${string}`,
1673
1778
  link?:boolean | `@${string}`,
1674
- __typename?: boolean | `@${string}`
1779
+ __typename?: boolean | `@${string}`,
1780
+ ['...on Shapedocs_navMainListChildrenCategory']?: Omit<ValueTypes["Shapedocs_navMainListChildrenCategory"], "...on Shapedocs_navMainListChildrenCategory">
1675
1781
  }>;
1676
1782
  ["Shapedocs_navMainListChildren"]: AliasType<{
1677
1783
  category?:ValueTypes["Shapedocs_navMainListChildrenCategory"],
1678
- __typename?: boolean | `@${string}`
1784
+ __typename?: boolean | `@${string}`,
1785
+ ['...on Shapedocs_navMainListChildren']?: Omit<ValueTypes["Shapedocs_navMainListChildren"], "...on Shapedocs_navMainListChildren">
1679
1786
  }>;
1680
1787
  ["Shapedocs_navMainList"]: AliasType<{
1681
1788
  title?:boolean | `@${string}`,
1682
1789
  children?:ValueTypes["Shapedocs_navMainListChildren"],
1683
- __typename?: boolean | `@${string}`
1790
+ __typename?: boolean | `@${string}`,
1791
+ ['...on Shapedocs_navMainList']?: Omit<ValueTypes["Shapedocs_navMainList"], "...on Shapedocs_navMainList">
1684
1792
  }>;
1685
1793
  ["Shapedocs_navMain"]: AliasType<{
1686
1794
  list?:ValueTypes["Shapedocs_navMainList"],
1687
- __typename?: boolean | `@${string}`
1795
+ __typename?: boolean | `@${string}`,
1796
+ ['...on Shapedocs_navMain']?: Omit<ValueTypes["Shapedocs_navMain"], "...on Shapedocs_navMain">
1688
1797
  }>;
1689
1798
  ["Shapedocs_nav"]: AliasType<{
1690
1799
  main?:ValueTypes["Shapedocs_navMain"],
1691
1800
  _id?:boolean | `@${string}`,
1692
1801
  createdAt?:boolean | `@${string}`,
1693
1802
  updatedAt?:boolean | `@${string}`,
1694
- __typename?: boolean | `@${string}`
1803
+ __typename?: boolean | `@${string}`,
1804
+ ['...on Shapedocs_nav']?: Omit<ValueTypes["Shapedocs_nav"], "...on Shapedocs_nav">
1695
1805
  }>;
1696
1806
  ["ShapefeaturepresentationMain"]: AliasType<{
1697
1807
  title?:boolean | `@${string}`,
1698
1808
  subtitle?:boolean | `@${string}`,
1699
1809
  content?:boolean | `@${string}`,
1700
- __typename?: boolean | `@${string}`
1810
+ __typename?: boolean | `@${string}`,
1811
+ ['...on ShapefeaturepresentationMain']?: Omit<ValueTypes["ShapefeaturepresentationMain"], "...on ShapefeaturepresentationMain">
1701
1812
  }>;
1702
1813
  ["Shapefeaturepresentation"]: AliasType<{
1703
1814
  main?:ValueTypes["ShapefeaturepresentationMain"],
1704
1815
  _id?:boolean | `@${string}`,
1705
1816
  createdAt?:boolean | `@${string}`,
1706
1817
  updatedAt?:boolean | `@${string}`,
1707
- __typename?: boolean | `@${string}`
1818
+ __typename?: boolean | `@${string}`,
1819
+ ['...on Shapefeaturepresentation']?: Omit<ValueTypes["Shapefeaturepresentation"], "...on Shapefeaturepresentation">
1820
+ }>;
1821
+ ["Shapefeaturesv2"]: AliasType<{
1822
+ _id?:boolean | `@${string}`,
1823
+ createdAt?:boolean | `@${string}`,
1824
+ updatedAt?:boolean | `@${string}`,
1825
+ __typename?: boolean | `@${string}`,
1826
+ ['...on Shapefeaturesv2']?: Omit<ValueTypes["Shapefeaturesv2"], "...on Shapefeaturesv2">
1708
1827
  }>;
1709
1828
  ["ShapefootFooterFooter_containerFooter_links"]: AliasType<{
1710
1829
  privacy_policy?:boolean | `@${string}`,
1711
1830
  terms_of_service?:boolean | `@${string}`,
1712
1831
  contact_us?:boolean | `@${string}`,
1713
- __typename?: boolean | `@${string}`
1832
+ __typename?: boolean | `@${string}`,
1833
+ ['...on ShapefootFooterFooter_containerFooter_links']?: Omit<ValueTypes["ShapefootFooterFooter_containerFooter_links"], "...on ShapefootFooterFooter_containerFooter_links">
1714
1834
  }>;
1715
1835
  ["ShapefootFooterFooter_container"]: AliasType<{
1716
1836
  footer_logo?:boolean | `@${string}`,
1717
1837
  footer_links?:ValueTypes["ShapefootFooterFooter_containerFooter_links"],
1718
1838
  footer_copy?:boolean | `@${string}`,
1719
- __typename?: boolean | `@${string}`
1839
+ __typename?: boolean | `@${string}`,
1840
+ ['...on ShapefootFooterFooter_container']?: Omit<ValueTypes["ShapefootFooterFooter_container"], "...on ShapefootFooterFooter_container">
1720
1841
  }>;
1721
1842
  ["ShapefootFooter"]: AliasType<{
1722
1843
  footer_container?:ValueTypes["ShapefootFooterFooter_container"],
1723
- __typename?: boolean | `@${string}`
1844
+ __typename?: boolean | `@${string}`,
1845
+ ['...on ShapefootFooter']?: Omit<ValueTypes["ShapefootFooter"], "...on ShapefootFooter">
1724
1846
  }>;
1725
1847
  ["Shapefoot"]: AliasType<{
1726
1848
  footer?:ValueTypes["ShapefootFooter"],
1727
1849
  _id?:boolean | `@${string}`,
1728
1850
  createdAt?:boolean | `@${string}`,
1729
1851
  updatedAt?:boolean | `@${string}`,
1730
- __typename?: boolean | `@${string}`
1852
+ __typename?: boolean | `@${string}`,
1853
+ ['...on Shapefoot']?: Omit<ValueTypes["Shapefoot"], "...on Shapefoot">
1854
+ }>;
1855
+ ["Shapeheading"]: AliasType<{
1856
+ text?:boolean | `@${string}`,
1857
+ _id?:boolean | `@${string}`,
1858
+ createdAt?:boolean | `@${string}`,
1859
+ updatedAt?:boolean | `@${string}`,
1860
+ __typename?: boolean | `@${string}`,
1861
+ ['...on Shapeheading']?: Omit<ValueTypes["Shapeheading"], "...on Shapeheading">
1731
1862
  }>;
1732
1863
  ["ShapeheroHero_componentSlogan_parent"]: AliasType<{
1733
1864
  slogan?:boolean | `@${string}`,
1734
- __typename?: boolean | `@${string}`
1865
+ __typename?: boolean | `@${string}`,
1866
+ ['...on ShapeheroHero_componentSlogan_parent']?: Omit<ValueTypes["ShapeheroHero_componentSlogan_parent"], "...on ShapeheroHero_componentSlogan_parent">
1735
1867
  }>;
1736
1868
  ["ShapeheroHero_component"]: AliasType<{
1737
1869
  logoplace?:boolean | `@${string}`,
1738
1870
  logo?:boolean | `@${string}`,
1739
1871
  slogan_parent?:ValueTypes["ShapeheroHero_componentSlogan_parent"],
1740
1872
  subslogan?:boolean | `@${string}`,
1741
- __typename?: boolean | `@${string}`
1873
+ __typename?: boolean | `@${string}`,
1874
+ ['...on ShapeheroHero_component']?: Omit<ValueTypes["ShapeheroHero_component"], "...on ShapeheroHero_component">
1742
1875
  }>;
1743
1876
  ["Shapehero"]: AliasType<{
1744
1877
  hero_component?:ValueTypes["ShapeheroHero_component"],
1745
1878
  _id?:boolean | `@${string}`,
1746
1879
  createdAt?:boolean | `@${string}`,
1747
1880
  updatedAt?:boolean | `@${string}`,
1748
- __typename?: boolean | `@${string}`
1881
+ __typename?: boolean | `@${string}`,
1882
+ ['...on Shapehero']?: Omit<ValueTypes["Shapehero"], "...on Shapehero">
1749
1883
  }>;
1750
1884
  ["ShapeheroxHero_sectionHero_containerText_wrapperFeatures"]: AliasType<{
1751
1885
  feature?:boolean | `@${string}`,
1752
- __typename?: boolean | `@${string}`
1886
+ __typename?: boolean | `@${string}`,
1887
+ ['...on ShapeheroxHero_sectionHero_containerText_wrapperFeatures']?: Omit<ValueTypes["ShapeheroxHero_sectionHero_containerText_wrapperFeatures"], "...on ShapeheroxHero_sectionHero_containerText_wrapperFeatures">
1753
1888
  }>;
1754
1889
  ["ShapeheroxHero_sectionHero_containerText_wrapper"]: AliasType<{
1755
1890
  title?:boolean | `@${string}`,
1756
1891
  description?:boolean | `@${string}`,
1757
1892
  features?:ValueTypes["ShapeheroxHero_sectionHero_containerText_wrapperFeatures"],
1758
- __typename?: boolean | `@${string}`
1893
+ __typename?: boolean | `@${string}`,
1894
+ ['...on ShapeheroxHero_sectionHero_containerText_wrapper']?: Omit<ValueTypes["ShapeheroxHero_sectionHero_containerText_wrapper"], "...on ShapeheroxHero_sectionHero_containerText_wrapper">
1759
1895
  }>;
1760
1896
  ["ShapeheroxHero_sectionHero_containerImage_wrapper"]: AliasType<{
1761
1897
  hero_image?:ValueTypes["ImageField"],
1762
- __typename?: boolean | `@${string}`
1898
+ __typename?: boolean | `@${string}`,
1899
+ ['...on ShapeheroxHero_sectionHero_containerImage_wrapper']?: Omit<ValueTypes["ShapeheroxHero_sectionHero_containerImage_wrapper"], "...on ShapeheroxHero_sectionHero_containerImage_wrapper">
1763
1900
  }>;
1764
1901
  ["ShapeheroxHero_sectionHero_containerPresentation"]: AliasType<{
1765
1902
  video?:ValueTypes["VideoField"],
1766
- __typename?: boolean | `@${string}`
1903
+ __typename?: boolean | `@${string}`,
1904
+ ['...on ShapeheroxHero_sectionHero_containerPresentation']?: Omit<ValueTypes["ShapeheroxHero_sectionHero_containerPresentation"], "...on ShapeheroxHero_sectionHero_containerPresentation">
1767
1905
  }>;
1768
1906
  ["ShapeheroxHero_sectionHero_container"]: AliasType<{
1769
1907
  text_wrapper?:ValueTypes["ShapeheroxHero_sectionHero_containerText_wrapper"],
1770
1908
  image_wrapper?:ValueTypes["ShapeheroxHero_sectionHero_containerImage_wrapper"],
1771
1909
  presentation?:ValueTypes["ShapeheroxHero_sectionHero_containerPresentation"],
1772
- __typename?: boolean | `@${string}`
1910
+ __typename?: boolean | `@${string}`,
1911
+ ['...on ShapeheroxHero_sectionHero_container']?: Omit<ValueTypes["ShapeheroxHero_sectionHero_container"], "...on ShapeheroxHero_sectionHero_container">
1773
1912
  }>;
1774
1913
  ["ShapeheroxHero_section"]: AliasType<{
1775
1914
  hero_container?:ValueTypes["ShapeheroxHero_sectionHero_container"],
1776
- __typename?: boolean | `@${string}`
1915
+ __typename?: boolean | `@${string}`,
1916
+ ['...on ShapeheroxHero_section']?: Omit<ValueTypes["ShapeheroxHero_section"], "...on ShapeheroxHero_section">
1777
1917
  }>;
1778
1918
  ["Shapeherox"]: AliasType<{
1779
1919
  hero_section?:ValueTypes["ShapeheroxHero_section"],
1780
1920
  _id?:boolean | `@${string}`,
1781
1921
  createdAt?:boolean | `@${string}`,
1782
1922
  updatedAt?:boolean | `@${string}`,
1783
- __typename?: boolean | `@${string}`
1923
+ __typename?: boolean | `@${string}`,
1924
+ ['...on Shapeherox']?: Omit<ValueTypes["Shapeherox"], "...on Shapeherox">
1784
1925
  }>;
1785
1926
  ["Shapelista_projektowListProjectsInstance"]: AliasType<{
1786
1927
  title?:boolean | `@${string}`,
1787
1928
  link?:boolean | `@${string}`,
1788
1929
  remove_button?:boolean | `@${string}`,
1789
- __typename?: boolean | `@${string}`
1930
+ __typename?: boolean | `@${string}`,
1931
+ ['...on Shapelista_projektowListProjectsInstance']?: Omit<ValueTypes["Shapelista_projektowListProjectsInstance"], "...on Shapelista_projektowListProjectsInstance">
1790
1932
  }>;
1791
1933
  ["Shapelista_projektowListProjects"]: AliasType<{
1792
1934
  instance?:ValueTypes["Shapelista_projektowListProjectsInstance"],
1793
- __typename?: boolean | `@${string}`
1935
+ __typename?: boolean | `@${string}`,
1936
+ ['...on Shapelista_projektowListProjects']?: Omit<ValueTypes["Shapelista_projektowListProjects"], "...on Shapelista_projektowListProjects">
1794
1937
  }>;
1795
1938
  ["Shapelista_projektowList"]: AliasType<{
1796
1939
  title?:boolean | `@${string}`,
1797
1940
  subtitle?:boolean | `@${string}`,
1798
1941
  projects?:ValueTypes["Shapelista_projektowListProjects"],
1799
- __typename?: boolean | `@${string}`
1942
+ __typename?: boolean | `@${string}`,
1943
+ ['...on Shapelista_projektowList']?: Omit<ValueTypes["Shapelista_projektowList"], "...on Shapelista_projektowList">
1800
1944
  }>;
1801
1945
  ["Shapelista_projektow"]: AliasType<{
1802
1946
  list?:ValueTypes["Shapelista_projektowList"],
1803
1947
  _id?:boolean | `@${string}`,
1804
1948
  createdAt?:boolean | `@${string}`,
1805
1949
  updatedAt?:boolean | `@${string}`,
1806
- __typename?: boolean | `@${string}`
1950
+ __typename?: boolean | `@${string}`,
1951
+ ['...on Shapelista_projektow']?: Omit<ValueTypes["Shapelista_projektow"], "...on Shapelista_projektow">
1807
1952
  }>;
1808
1953
  ["ShapenavNavigationNavigation_linksLink"]: AliasType<{
1809
1954
  display?:boolean | `@${string}`,
1810
1955
  href?:boolean | `@${string}`,
1811
- __typename?: boolean | `@${string}`
1956
+ __typename?: boolean | `@${string}`,
1957
+ ['...on ShapenavNavigationNavigation_linksLink']?: Omit<ValueTypes["ShapenavNavigationNavigation_linksLink"], "...on ShapenavNavigationNavigation_linksLink">
1812
1958
  }>;
1813
1959
  ["ShapenavNavigationNavigation_links"]: AliasType<{
1814
1960
  link?:ValueTypes["ShapenavNavigationNavigation_linksLink"],
1815
- __typename?: boolean | `@${string}`
1961
+ __typename?: boolean | `@${string}`,
1962
+ ['...on ShapenavNavigationNavigation_links']?: Omit<ValueTypes["ShapenavNavigationNavigation_links"], "...on ShapenavNavigationNavigation_links">
1816
1963
  }>;
1817
1964
  ["ShapenavNavigation"]: AliasType<{
1818
1965
  logo?:boolean | `@${string}`,
1819
1966
  navigation_links?:ValueTypes["ShapenavNavigationNavigation_links"],
1820
- __typename?: boolean | `@${string}`
1967
+ __typename?: boolean | `@${string}`,
1968
+ ['...on ShapenavNavigation']?: Omit<ValueTypes["ShapenavNavigation"], "...on ShapenavNavigation">
1821
1969
  }>;
1822
1970
  ["Shapenav"]: AliasType<{
1823
1971
  navigation?:ValueTypes["ShapenavNavigation"],
1824
1972
  _id?:boolean | `@${string}`,
1825
1973
  createdAt?:boolean | `@${string}`,
1826
1974
  updatedAt?:boolean | `@${string}`,
1827
- __typename?: boolean | `@${string}`
1975
+ __typename?: boolean | `@${string}`,
1976
+ ['...on Shapenav']?: Omit<ValueTypes["Shapenav"], "...on Shapenav">
1828
1977
  }>;
1829
1978
  ["ShapenewshapeBackgroundContent"]: AliasType<{
1830
1979
  badge?:boolean | `@${string}`,
@@ -1832,63 +1981,34 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
1832
1981
  subheadline?:boolean | `@${string}`,
1833
1982
  cta_label?:boolean | `@${string}`,
1834
1983
  cta_href?:boolean | `@${string}`,
1835
- __typename?: boolean | `@${string}`
1984
+ __typename?: boolean | `@${string}`,
1985
+ ['...on ShapenewshapeBackgroundContent']?: Omit<ValueTypes["ShapenewshapeBackgroundContent"], "...on ShapenewshapeBackgroundContent">
1836
1986
  }>;
1837
1987
  ["ShapenewshapeBackground"]: AliasType<{
1838
1988
  overlay_gradient?:boolean | `@${string}`,
1839
1989
  content?:ValueTypes["ShapenewshapeBackgroundContent"],
1840
1990
  hero_image?:ValueTypes["ImageField"],
1841
- __typename?: boolean | `@${string}`
1991
+ __typename?: boolean | `@${string}`,
1992
+ ['...on ShapenewshapeBackground']?: Omit<ValueTypes["ShapenewshapeBackground"], "...on ShapenewshapeBackground">
1842
1993
  }>;
1843
1994
  ["Shapenewshape"]: AliasType<{
1844
1995
  background?:ValueTypes["ShapenewshapeBackground"],
1845
1996
  _id?:boolean | `@${string}`,
1846
1997
  createdAt?:boolean | `@${string}`,
1847
1998
  updatedAt?:boolean | `@${string}`,
1848
- __typename?: boolean | `@${string}`
1849
- }>;
1850
- ["Shapepricing_tablePricing_sectionHeader_wrapper"]: AliasType<{
1851
- title?:boolean | `@${string}`,
1852
- description?:boolean | `@${string}`,
1853
- __typename?: boolean | `@${string}`
1854
- }>;
1855
- ["Shapepricing_tablePricing_sectionPricing_tableTable_head"]: AliasType<{
1856
- feature?:boolean | `@${string}`,
1857
- unit?:boolean | `@${string}`,
1858
- price?:boolean | `@${string}`,
1859
- __typename?: boolean | `@${string}`
1860
- }>;
1861
- ["Shapepricing_tablePricing_sectionPricing_tableRows"]: AliasType<{
1862
- feature?:boolean | `@${string}`,
1863
- unit?:boolean | `@${string}`,
1864
- price?:boolean | `@${string}`,
1865
- __typename?: boolean | `@${string}`
1866
- }>;
1867
- ["Shapepricing_tablePricing_sectionPricing_table"]: AliasType<{
1868
- table_head?:ValueTypes["Shapepricing_tablePricing_sectionPricing_tableTable_head"],
1869
- rows?:ValueTypes["Shapepricing_tablePricing_sectionPricing_tableRows"],
1870
- __typename?: boolean | `@${string}`
1871
- }>;
1872
- ["Shapepricing_tablePricing_section"]: AliasType<{
1873
- header_wrapper?:ValueTypes["Shapepricing_tablePricing_sectionHeader_wrapper"],
1874
- pricing_table?:ValueTypes["Shapepricing_tablePricing_sectionPricing_table"],
1875
- __typename?: boolean | `@${string}`
1876
- }>;
1877
- ["Shapepricing_table"]: AliasType<{
1878
- pricing_section?:ValueTypes["Shapepricing_tablePricing_section"],
1879
- _id?:boolean | `@${string}`,
1880
- createdAt?:boolean | `@${string}`,
1881
- updatedAt?:boolean | `@${string}`,
1882
- __typename?: boolean | `@${string}`
1999
+ __typename?: boolean | `@${string}`,
2000
+ ['...on Shapenewshape']?: Omit<ValueTypes["Shapenewshape"], "...on Shapenewshape">
1883
2001
  }>;
1884
2002
  ["Shapepricingv1Pricing_sectionHeader_wrapper"]: AliasType<{
1885
2003
  title?:boolean | `@${string}`,
1886
2004
  description?:boolean | `@${string}`,
1887
- __typename?: boolean | `@${string}`
2005
+ __typename?: boolean | `@${string}`,
2006
+ ['...on Shapepricingv1Pricing_sectionHeader_wrapper']?: Omit<ValueTypes["Shapepricingv1Pricing_sectionHeader_wrapper"], "...on Shapepricingv1Pricing_sectionHeader_wrapper">
1888
2007
  }>;
1889
2008
  ["Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list"]: AliasType<{
1890
2009
  feature?:boolean | `@${string}`,
1891
- __typename?: boolean | `@${string}`
2010
+ __typename?: boolean | `@${string}`,
2011
+ ['...on Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list']?: Omit<ValueTypes["Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list"], "...on Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list">
1892
2012
  }>;
1893
2013
  ["Shapepricingv1Pricing_sectionPlans_gridFree_plan"]: AliasType<{
1894
2014
  plan_name?:boolean | `@${string}`,
@@ -1896,11 +2016,13 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
1896
2016
  plan_description?:boolean | `@${string}`,
1897
2017
  feature_list?:ValueTypes["Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list"],
1898
2018
  cta?:ValueTypes["Shapesecondary_cta"],
1899
- __typename?: boolean | `@${string}`
2019
+ __typename?: boolean | `@${string}`,
2020
+ ['...on Shapepricingv1Pricing_sectionPlans_gridFree_plan']?: Omit<ValueTypes["Shapepricingv1Pricing_sectionPlans_gridFree_plan"], "...on Shapepricingv1Pricing_sectionPlans_gridFree_plan">
1900
2021
  }>;
1901
2022
  ["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"]: AliasType<{
1902
2023
  feature?:boolean | `@${string}`,
1903
- __typename?: boolean | `@${string}`
2024
+ __typename?: boolean | `@${string}`,
2025
+ ['...on Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list']?: Omit<ValueTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"], "...on Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list">
1904
2026
  }>;
1905
2027
  ["Shapepricingv1Pricing_sectionPlans_gridPaid_plan"]: AliasType<{
1906
2028
  plan_name?:boolean | `@${string}`,
@@ -1908,134 +2030,218 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
1908
2030
  plan_description?:boolean | `@${string}`,
1909
2031
  feature_list?:ValueTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"],
1910
2032
  cta?:ValueTypes["Shapectabutton"],
1911
- __typename?: boolean | `@${string}`
2033
+ __typename?: boolean | `@${string}`,
2034
+ ['...on Shapepricingv1Pricing_sectionPlans_gridPaid_plan']?: Omit<ValueTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_plan"], "...on Shapepricingv1Pricing_sectionPlans_gridPaid_plan">
1912
2035
  }>;
1913
2036
  ["Shapepricingv1Pricing_sectionPlans_grid"]: AliasType<{
1914
2037
  free_plan?:ValueTypes["Shapepricingv1Pricing_sectionPlans_gridFree_plan"],
1915
2038
  paid_plan?:ValueTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_plan"],
1916
- __typename?: boolean | `@${string}`
2039
+ __typename?: boolean | `@${string}`,
2040
+ ['...on Shapepricingv1Pricing_sectionPlans_grid']?: Omit<ValueTypes["Shapepricingv1Pricing_sectionPlans_grid"], "...on Shapepricingv1Pricing_sectionPlans_grid">
1917
2041
  }>;
1918
2042
  ["Shapepricingv1Pricing_section"]: AliasType<{
1919
2043
  header_wrapper?:ValueTypes["Shapepricingv1Pricing_sectionHeader_wrapper"],
1920
2044
  plans_grid?:ValueTypes["Shapepricingv1Pricing_sectionPlans_grid"],
1921
- __typename?: boolean | `@${string}`
2045
+ __typename?: boolean | `@${string}`,
2046
+ ['...on Shapepricingv1Pricing_section']?: Omit<ValueTypes["Shapepricingv1Pricing_section"], "...on Shapepricingv1Pricing_section">
1922
2047
  }>;
1923
2048
  ["Shapepricingv1"]: AliasType<{
1924
2049
  pricing_section?:ValueTypes["Shapepricingv1Pricing_section"],
1925
2050
  _id?:boolean | `@${string}`,
1926
2051
  createdAt?:boolean | `@${string}`,
1927
2052
  updatedAt?:boolean | `@${string}`,
1928
- __typename?: boolean | `@${string}`
2053
+ __typename?: boolean | `@${string}`,
2054
+ ['...on Shapepricingv1']?: Omit<ValueTypes["Shapepricingv1"], "...on Shapepricingv1">
2055
+ }>;
2056
+ ["Shapepricingv2MainPlans_gridFree_planPlan_footer"]: AliasType<{
2057
+ price?:boolean | `@${string}`,
2058
+ cta?:boolean | `@${string}`,
2059
+ __typename?: boolean | `@${string}`,
2060
+ ['...on Shapepricingv2MainPlans_gridFree_planPlan_footer']?: Omit<ValueTypes["Shapepricingv2MainPlans_gridFree_planPlan_footer"], "...on Shapepricingv2MainPlans_gridFree_planPlan_footer">
2061
+ }>;
2062
+ ["Shapepricingv2MainPlans_gridFree_plan"]: AliasType<{
2063
+ subtitle?:boolean | `@${string}`,
2064
+ description?:boolean | `@${string}`,
2065
+ features?:boolean | `@${string}`,
2066
+ plan_footer?:ValueTypes["Shapepricingv2MainPlans_gridFree_planPlan_footer"],
2067
+ __typename?: boolean | `@${string}`,
2068
+ ['...on Shapepricingv2MainPlans_gridFree_plan']?: Omit<ValueTypes["Shapepricingv2MainPlans_gridFree_plan"], "...on Shapepricingv2MainPlans_gridFree_plan">
2069
+ }>;
2070
+ ["Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock"]: AliasType<{
2071
+ price?:boolean | `@${string}`,
2072
+ price_period?:boolean | `@${string}`,
2073
+ __typename?: boolean | `@${string}`,
2074
+ ['...on Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock']?: Omit<ValueTypes["Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock"], "...on Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock">
2075
+ }>;
2076
+ ["Shapepricingv2MainPlans_gridPro_planPlan_footer"]: AliasType<{
2077
+ priceblock?:ValueTypes["Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock"],
2078
+ cta?:boolean | `@${string}`,
2079
+ __typename?: boolean | `@${string}`,
2080
+ ['...on Shapepricingv2MainPlans_gridPro_planPlan_footer']?: Omit<ValueTypes["Shapepricingv2MainPlans_gridPro_planPlan_footer"], "...on Shapepricingv2MainPlans_gridPro_planPlan_footer">
2081
+ }>;
2082
+ ["Shapepricingv2MainPlans_gridPro_plan"]: AliasType<{
2083
+ subtitle?:boolean | `@${string}`,
2084
+ description?:boolean | `@${string}`,
2085
+ features?:boolean | `@${string}`,
2086
+ plan_footer?:ValueTypes["Shapepricingv2MainPlans_gridPro_planPlan_footer"],
2087
+ __typename?: boolean | `@${string}`,
2088
+ ['...on Shapepricingv2MainPlans_gridPro_plan']?: Omit<ValueTypes["Shapepricingv2MainPlans_gridPro_plan"], "...on Shapepricingv2MainPlans_gridPro_plan">
2089
+ }>;
2090
+ ["Shapepricingv2MainPlans_grid"]: AliasType<{
2091
+ free_plan?:ValueTypes["Shapepricingv2MainPlans_gridFree_plan"],
2092
+ pro_plan?:ValueTypes["Shapepricingv2MainPlans_gridPro_plan"],
2093
+ __typename?: boolean | `@${string}`,
2094
+ ['...on Shapepricingv2MainPlans_grid']?: Omit<ValueTypes["Shapepricingv2MainPlans_grid"], "...on Shapepricingv2MainPlans_grid">
2095
+ }>;
2096
+ ["Shapepricingv2Main"]: AliasType<{
2097
+ plans_grid?:ValueTypes["Shapepricingv2MainPlans_grid"],
2098
+ __typename?: boolean | `@${string}`,
2099
+ ['...on Shapepricingv2Main']?: Omit<ValueTypes["Shapepricingv2Main"], "...on Shapepricingv2Main">
2100
+ }>;
2101
+ ["Shapepricingv2"]: AliasType<{
2102
+ main?:ValueTypes["Shapepricingv2Main"],
2103
+ _id?:boolean | `@${string}`,
2104
+ createdAt?:boolean | `@${string}`,
2105
+ updatedAt?:boolean | `@${string}`,
2106
+ __typename?: boolean | `@${string}`,
2107
+ ['...on Shapepricingv2']?: Omit<ValueTypes["Shapepricingv2"], "...on Shapepricingv2">
1929
2108
  }>;
1930
2109
  ["Shapeprofile_infoProfile_sectionAccount_headerInfo"]: AliasType<{
1931
2110
  full_name?:boolean | `@${string}`,
1932
2111
  company?:boolean | `@${string}`,
1933
2112
  email?:boolean | `@${string}`,
1934
- __typename?: boolean | `@${string}`
2113
+ __typename?: boolean | `@${string}`,
2114
+ ['...on Shapeprofile_infoProfile_sectionAccount_headerInfo']?: Omit<ValueTypes["Shapeprofile_infoProfile_sectionAccount_headerInfo"], "...on Shapeprofile_infoProfile_sectionAccount_headerInfo">
1935
2115
  }>;
1936
2116
  ["Shapeprofile_infoProfile_sectionAccount_header"]: AliasType<{
1937
2117
  avatar?:ValueTypes["ImageField"],
1938
2118
  info?:ValueTypes["Shapeprofile_infoProfile_sectionAccount_headerInfo"],
1939
- __typename?: boolean | `@${string}`
2119
+ __typename?: boolean | `@${string}`,
2120
+ ['...on Shapeprofile_infoProfile_sectionAccount_header']?: Omit<ValueTypes["Shapeprofile_infoProfile_sectionAccount_header"], "...on Shapeprofile_infoProfile_sectionAccount_header">
1940
2121
  }>;
1941
2122
  ["Shapeprofile_infoProfile_sectionPlan_status"]: AliasType<{
1942
2123
  plan?:boolean | `@${string}`,
1943
- __typename?: boolean | `@${string}`
2124
+ __typename?: boolean | `@${string}`,
2125
+ ['...on Shapeprofile_infoProfile_sectionPlan_status']?: Omit<ValueTypes["Shapeprofile_infoProfile_sectionPlan_status"], "...on Shapeprofile_infoProfile_sectionPlan_status">
1944
2126
  }>;
1945
2127
  ["Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens"]: AliasType<{
1946
2128
  label?:boolean | `@${string}`,
1947
2129
  value?:boolean | `@${string}`,
1948
- __typename?: boolean | `@${string}`
2130
+ __typename?: boolean | `@${string}`,
2131
+ ['...on Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens']?: Omit<ValueTypes["Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens"], "...on Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens">
1949
2132
  }>;
1950
2133
  ["Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens"]: AliasType<{
1951
2134
  label?:boolean | `@${string}`,
1952
2135
  value?:boolean | `@${string}`,
1953
- __typename?: boolean | `@${string}`
2136
+ __typename?: boolean | `@${string}`,
2137
+ ['...on Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens']?: Omit<ValueTypes["Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens"], "...on Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens">
1954
2138
  }>;
1955
2139
  ["Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests"]: AliasType<{
1956
2140
  label?:boolean | `@${string}`,
1957
2141
  value?:boolean | `@${string}`,
1958
- __typename?: boolean | `@${string}`
2142
+ __typename?: boolean | `@${string}`,
2143
+ ['...on Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests']?: Omit<ValueTypes["Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests"], "...on Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests">
1959
2144
  }>;
1960
2145
  ["Shapeprofile_infoProfile_sectionUsage_section"]: AliasType<{
1961
2146
  ai_tokens?:ValueTypes["Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens"],
1962
2147
  translate_tokens?:ValueTypes["Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens"],
1963
2148
  monthly_api_requests?:ValueTypes["Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests"],
1964
- __typename?: boolean | `@${string}`
2149
+ __typename?: boolean | `@${string}`,
2150
+ ['...on Shapeprofile_infoProfile_sectionUsage_section']?: Omit<ValueTypes["Shapeprofile_infoProfile_sectionUsage_section"], "...on Shapeprofile_infoProfile_sectionUsage_section">
1965
2151
  }>;
1966
2152
  ["Shapeprofile_infoProfile_section"]: AliasType<{
1967
2153
  account_header?:ValueTypes["Shapeprofile_infoProfile_sectionAccount_header"],
1968
2154
  plan_status?:ValueTypes["Shapeprofile_infoProfile_sectionPlan_status"],
1969
2155
  usage_section?:ValueTypes["Shapeprofile_infoProfile_sectionUsage_section"],
1970
- __typename?: boolean | `@${string}`
2156
+ __typename?: boolean | `@${string}`,
2157
+ ['...on Shapeprofile_infoProfile_section']?: Omit<ValueTypes["Shapeprofile_infoProfile_section"], "...on Shapeprofile_infoProfile_section">
1971
2158
  }>;
1972
2159
  ["Shapeprofile_info"]: AliasType<{
1973
2160
  profile_section?:ValueTypes["Shapeprofile_infoProfile_section"],
1974
2161
  _id?:boolean | `@${string}`,
1975
2162
  createdAt?:boolean | `@${string}`,
1976
2163
  updatedAt?:boolean | `@${string}`,
1977
- __typename?: boolean | `@${string}`
2164
+ __typename?: boolean | `@${string}`,
2165
+ ['...on Shapeprofile_info']?: Omit<ValueTypes["Shapeprofile_info"], "...on Shapeprofile_info">
1978
2166
  }>;
1979
2167
  ["Shapesecondary_cta"]: AliasType<{
1980
2168
  cta?:boolean | `@${string}`,
1981
2169
  _id?:boolean | `@${string}`,
1982
2170
  createdAt?:boolean | `@${string}`,
1983
2171
  updatedAt?:boolean | `@${string}`,
1984
- __typename?: boolean | `@${string}`
2172
+ __typename?: boolean | `@${string}`,
2173
+ ['...on Shapesecondary_cta']?: Omit<ValueTypes["Shapesecondary_cta"], "...on Shapesecondary_cta">
2174
+ }>;
2175
+ ["Shapesubheading"]: AliasType<{
2176
+ text?:boolean | `@${string}`,
2177
+ _id?:boolean | `@${string}`,
2178
+ createdAt?:boolean | `@${string}`,
2179
+ updatedAt?:boolean | `@${string}`,
2180
+ __typename?: boolean | `@${string}`,
2181
+ ['...on Shapesubheading']?: Omit<ValueTypes["Shapesubheading"], "...on Shapesubheading">
1985
2182
  }>;
1986
2183
  ["ShapesupportSectionHeader_wrapper"]: AliasType<{
1987
2184
  title?:boolean | `@${string}`,
1988
2185
  description?:boolean | `@${string}`,
1989
- __typename?: boolean | `@${string}`
2186
+ __typename?: boolean | `@${string}`,
2187
+ ['...on ShapesupportSectionHeader_wrapper']?: Omit<ValueTypes["ShapesupportSectionHeader_wrapper"], "...on ShapesupportSectionHeader_wrapper">
1990
2188
  }>;
1991
2189
  ["ShapesupportSectionFeatures_gridFeature_item"]: AliasType<{
1992
2190
  image?:ValueTypes["ImageField"],
1993
2191
  title?:boolean | `@${string}`,
1994
2192
  text?:boolean | `@${string}`,
1995
2193
  cta?:boolean | `@${string}`,
1996
- __typename?: boolean | `@${string}`
2194
+ __typename?: boolean | `@${string}`,
2195
+ ['...on ShapesupportSectionFeatures_gridFeature_item']?: Omit<ValueTypes["ShapesupportSectionFeatures_gridFeature_item"], "...on ShapesupportSectionFeatures_gridFeature_item">
1997
2196
  }>;
1998
2197
  ["ShapesupportSectionFeatures_grid"]: AliasType<{
1999
2198
  feature_item?:ValueTypes["ShapesupportSectionFeatures_gridFeature_item"],
2000
- __typename?: boolean | `@${string}`
2199
+ __typename?: boolean | `@${string}`,
2200
+ ['...on ShapesupportSectionFeatures_grid']?: Omit<ValueTypes["ShapesupportSectionFeatures_grid"], "...on ShapesupportSectionFeatures_grid">
2001
2201
  }>;
2002
2202
  ["ShapesupportSection"]: AliasType<{
2003
2203
  header_wrapper?:ValueTypes["ShapesupportSectionHeader_wrapper"],
2004
2204
  features_grid?:ValueTypes["ShapesupportSectionFeatures_grid"],
2005
- __typename?: boolean | `@${string}`
2205
+ __typename?: boolean | `@${string}`,
2206
+ ['...on ShapesupportSection']?: Omit<ValueTypes["ShapesupportSection"], "...on ShapesupportSection">
2006
2207
  }>;
2007
2208
  ["Shapesupport"]: AliasType<{
2008
2209
  section?:ValueTypes["ShapesupportSection"],
2009
2210
  _id?:boolean | `@${string}`,
2010
2211
  createdAt?:boolean | `@${string}`,
2011
2212
  updatedAt?:boolean | `@${string}`,
2012
- __typename?: boolean | `@${string}`
2213
+ __typename?: boolean | `@${string}`,
2214
+ ['...on Shapesupport']?: Omit<ValueTypes["Shapesupport"], "...on Shapesupport">
2013
2215
  }>;
2014
2216
  ["Shapetitle_descTitledesc"]: AliasType<{
2015
2217
  title?:boolean | `@${string}`,
2016
2218
  description?:boolean | `@${string}`,
2017
- __typename?: boolean | `@${string}`
2219
+ __typename?: boolean | `@${string}`,
2220
+ ['...on Shapetitle_descTitledesc']?: Omit<ValueTypes["Shapetitle_descTitledesc"], "...on Shapetitle_descTitledesc">
2018
2221
  }>;
2019
2222
  ["Shapetitle_desc"]: AliasType<{
2020
2223
  titledesc?:ValueTypes["Shapetitle_descTitledesc"],
2021
2224
  _id?:boolean | `@${string}`,
2022
2225
  createdAt?:boolean | `@${string}`,
2023
2226
  updatedAt?:boolean | `@${string}`,
2024
- __typename?: boolean | `@${string}`
2227
+ __typename?: boolean | `@${string}`,
2228
+ ['...on Shapetitle_desc']?: Omit<ValueTypes["Shapetitle_desc"], "...on Shapetitle_desc">
2025
2229
  }>;
2026
2230
  ["ShapeusageMain"]: AliasType<{
2027
2231
  title?:boolean | `@${string}`,
2028
2232
  subtitle?:boolean | `@${string}`,
2029
2233
  period?:boolean | `@${string}`,
2030
2234
  tokens_consumed?:boolean | `@${string}`,
2031
- __typename?: boolean | `@${string}`
2235
+ __typename?: boolean | `@${string}`,
2236
+ ['...on ShapeusageMain']?: Omit<ValueTypes["ShapeusageMain"], "...on ShapeusageMain">
2032
2237
  }>;
2033
2238
  ["Shapeusage"]: AliasType<{
2034
2239
  main?:ValueTypes["ShapeusageMain"],
2035
2240
  _id?:boolean | `@${string}`,
2036
2241
  createdAt?:boolean | `@${string}`,
2037
2242
  updatedAt?:boolean | `@${string}`,
2038
- __typename?: boolean | `@${string}`
2243
+ __typename?: boolean | `@${string}`,
2244
+ ['...on Shapeusage']?: Omit<ValueTypes["Shapeusage"], "...on Shapeusage">
2039
2245
  }>;
2040
2246
  ["FormregisterRegistration_stepUser_details"]: AliasType<{
2041
2247
  _mocks?:boolean | `@${string}`,
@@ -2043,13 +2249,15 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
2043
2249
  password?:ValueTypes["FormTextField"],
2044
2250
  full_name?:ValueTypes["FormTextField"],
2045
2251
  phone?:ValueTypes["FormTextField"],
2046
- __typename?: boolean | `@${string}`
2252
+ __typename?: boolean | `@${string}`,
2253
+ ['...on FormregisterRegistration_stepUser_details']?: Omit<ValueTypes["FormregisterRegistration_stepUser_details"], "...on FormregisterRegistration_stepUser_details">
2047
2254
  }>;
2048
2255
  ["FormregisterRegistration_step"]: AliasType<{
2049
2256
  _mocks?:boolean | `@${string}`,
2050
2257
  user_details?:ValueTypes["FormregisterRegistration_stepUser_details"],
2051
2258
  submit?:ValueTypes["FormSubmitField"],
2052
- __typename?: boolean | `@${string}`
2259
+ __typename?: boolean | `@${string}`,
2260
+ ['...on FormregisterRegistration_step']?: Omit<ValueTypes["FormregisterRegistration_step"], "...on FormregisterRegistration_step">
2053
2261
  }>;
2054
2262
  ["Formregister"]: AliasType<{
2055
2263
  _mocks?:boolean | `@${string}`,
@@ -2064,20 +2272,23 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
2064
2272
  updatedAt?:boolean | `@${string}`,
2065
2273
  draft_version?:boolean | `@${string}`,
2066
2274
  json_ld?:boolean | `@${string}`,
2067
- __typename?: boolean | `@${string}`
2275
+ __typename?: boolean | `@${string}`,
2276
+ ['...on Formregister']?: Omit<ValueTypes["Formregister"], "...on Formregister">
2068
2277
  }>;
2069
2278
  ["FormtestStep_basic_infoBasic_info_group"]: AliasType<{
2070
2279
  _mocks?:boolean | `@${string}`,
2071
2280
  window_type?:ValueTypes["FormRadioTextField"],
2072
2281
  quantity?:ValueTypes["FormTextField"],
2073
2282
  location?:ValueTypes["FormRadioTextField"],
2074
- __typename?: boolean | `@${string}`
2283
+ __typename?: boolean | `@${string}`,
2284
+ ['...on FormtestStep_basic_infoBasic_info_group']?: Omit<ValueTypes["FormtestStep_basic_infoBasic_info_group"], "...on FormtestStep_basic_infoBasic_info_group">
2075
2285
  }>;
2076
2286
  ["FormtestStep_basic_info"]: AliasType<{
2077
2287
  _mocks?:boolean | `@${string}`,
2078
2288
  basic_info_group?:ValueTypes["FormtestStep_basic_infoBasic_info_group"],
2079
2289
  basic_next?:ValueTypes["FormButtonField"],
2080
- __typename?: boolean | `@${string}`
2290
+ __typename?: boolean | `@${string}`,
2291
+ ['...on FormtestStep_basic_info']?: Omit<ValueTypes["FormtestStep_basic_info"], "...on FormtestStep_basic_info">
2081
2292
  }>;
2082
2293
  ["FormtestStep_dimensionsDimensions_group"]: AliasType<{
2083
2294
  _mocks?:boolean | `@${string}`,
@@ -2086,14 +2297,16 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
2086
2297
  depth_mm?:ValueTypes["FormTextField"],
2087
2298
  opening_direction?:ValueTypes["FormRadioTextField"],
2088
2299
  sash_count?:ValueTypes["FormTextField"],
2089
- __typename?: boolean | `@${string}`
2300
+ __typename?: boolean | `@${string}`,
2301
+ ['...on FormtestStep_dimensionsDimensions_group']?: Omit<ValueTypes["FormtestStep_dimensionsDimensions_group"], "...on FormtestStep_dimensionsDimensions_group">
2090
2302
  }>;
2091
2303
  ["FormtestStep_dimensions"]: AliasType<{
2092
2304
  _mocks?:boolean | `@${string}`,
2093
2305
  dimensions_group?:ValueTypes["FormtestStep_dimensionsDimensions_group"],
2094
2306
  dimensions_back?:ValueTypes["FormButtonField"],
2095
2307
  dimensions_next?:ValueTypes["FormButtonField"],
2096
- __typename?: boolean | `@${string}`
2308
+ __typename?: boolean | `@${string}`,
2309
+ ['...on FormtestStep_dimensions']?: Omit<ValueTypes["FormtestStep_dimensions"], "...on FormtestStep_dimensions">
2097
2310
  }>;
2098
2311
  ["FormtestStep_featuresFeatures_group"]: AliasType<{
2099
2312
  _mocks?:boolean | `@${string}`,
@@ -2102,14 +2315,16 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
2102
2315
  glazing_type?:ValueTypes["FormRadioTextField"],
2103
2316
  thermal_break?:ValueTypes["FormBooleanField"],
2104
2317
  soundproofing?:ValueTypes["FormBooleanField"],
2105
- __typename?: boolean | `@${string}`
2318
+ __typename?: boolean | `@${string}`,
2319
+ ['...on FormtestStep_featuresFeatures_group']?: Omit<ValueTypes["FormtestStep_featuresFeatures_group"], "...on FormtestStep_featuresFeatures_group">
2106
2320
  }>;
2107
2321
  ["FormtestStep_features"]: AliasType<{
2108
2322
  _mocks?:boolean | `@${string}`,
2109
2323
  features_group?:ValueTypes["FormtestStep_featuresFeatures_group"],
2110
2324
  features_back?:ValueTypes["FormButtonField"],
2111
2325
  features_next?:ValueTypes["FormButtonField"],
2112
- __typename?: boolean | `@${string}`
2326
+ __typename?: boolean | `@${string}`,
2327
+ ['...on FormtestStep_features']?: Omit<ValueTypes["FormtestStep_features"], "...on FormtestStep_features">
2113
2328
  }>;
2114
2329
  ["FormtestStep_accessoriesAccessories_group"]: AliasType<{
2115
2330
  _mocks?:boolean | `@${string}`,
@@ -2118,21 +2333,24 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
2118
2333
  mosquito_net?:ValueTypes["FormBooleanField"],
2119
2334
  ventilator?:ValueTypes["FormBooleanField"],
2120
2335
  accessories_other?:ValueTypes["FormTextField"],
2121
- __typename?: boolean | `@${string}`
2336
+ __typename?: boolean | `@${string}`,
2337
+ ['...on FormtestStep_accessoriesAccessories_group']?: Omit<ValueTypes["FormtestStep_accessoriesAccessories_group"], "...on FormtestStep_accessoriesAccessories_group">
2122
2338
  }>;
2123
2339
  ["FormtestStep_accessories"]: AliasType<{
2124
2340
  _mocks?:boolean | `@${string}`,
2125
2341
  accessories_group?:ValueTypes["FormtestStep_accessoriesAccessories_group"],
2126
2342
  accessories_back?:ValueTypes["FormButtonField"],
2127
2343
  accessories_next?:ValueTypes["FormButtonField"],
2128
- __typename?: boolean | `@${string}`
2344
+ __typename?: boolean | `@${string}`,
2345
+ ['...on FormtestStep_accessories']?: Omit<ValueTypes["FormtestStep_accessories"], "...on FormtestStep_accessories">
2129
2346
  }>;
2130
2347
  ["FormtestStep_summary"]: AliasType<{
2131
2348
  _mocks?:boolean | `@${string}`,
2132
2349
  summary_display?:ValueTypes["FormDisplayField"],
2133
2350
  summary_back?:ValueTypes["FormButtonField"],
2134
2351
  submit?:ValueTypes["FormSubmitField"],
2135
- __typename?: boolean | `@${string}`
2352
+ __typename?: boolean | `@${string}`,
2353
+ ['...on FormtestStep_summary']?: Omit<ValueTypes["FormtestStep_summary"], "...on FormtestStep_summary">
2136
2354
  }>;
2137
2355
  ["Formtest"]: AliasType<{
2138
2356
  _mocks?:boolean | `@${string}`,
@@ -2151,7 +2369,8 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
2151
2369
  updatedAt?:boolean | `@${string}`,
2152
2370
  draft_version?:boolean | `@${string}`,
2153
2371
  json_ld?:boolean | `@${string}`,
2154
- __typename?: boolean | `@${string}`
2372
+ __typename?: boolean | `@${string}`,
2373
+ ['...on Formtest']?: Omit<ValueTypes["Formtest"], "...on Formtest">
2155
2374
  }>;
2156
2375
  ["SubmitFormregisterUser_details"]: {
2157
2376
  username?: string | undefined | null | Variable<any, string>,
@@ -2246,12 +2465,14 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
2246
2465
  password?:boolean | `@${string}`,
2247
2466
  full_name?:boolean | `@${string}`,
2248
2467
  phone?:boolean | `@${string}`,
2249
- __typename?: boolean | `@${string}`
2468
+ __typename?: boolean | `@${string}`,
2469
+ ['...on ResponseFormregisterUser_details']?: Omit<ValueTypes["ResponseFormregisterUser_details"], "...on ResponseFormregisterUser_details">
2250
2470
  }>;
2251
2471
  ["ResponseFormregisterRegistration_step"]: AliasType<{
2252
2472
  user_details?:ValueTypes["ResponseFormregisterUser_details"],
2253
2473
  submit?:boolean | `@${string}`,
2254
- __typename?: boolean | `@${string}`
2474
+ __typename?: boolean | `@${string}`,
2475
+ ['...on ResponseFormregisterRegistration_step']?: Omit<ValueTypes["ResponseFormregisterRegistration_step"], "...on ResponseFormregisterRegistration_step">
2255
2476
  }>;
2256
2477
  ["ResponseFormregister"]: AliasType<{
2257
2478
  state_step?:boolean | `@${string}`,
@@ -2264,18 +2485,21 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
2264
2485
  updatedAt?:boolean | `@${string}`,
2265
2486
  draft_version?:boolean | `@${string}`,
2266
2487
  json_ld?:boolean | `@${string}`,
2267
- __typename?: boolean | `@${string}`
2488
+ __typename?: boolean | `@${string}`,
2489
+ ['...on ResponseFormregister']?: Omit<ValueTypes["ResponseFormregister"], "...on ResponseFormregister">
2268
2490
  }>;
2269
2491
  ["ResponseFormtestBasic_info_group"]: AliasType<{
2270
2492
  window_type?:boolean | `@${string}`,
2271
2493
  quantity?:boolean | `@${string}`,
2272
2494
  location?:boolean | `@${string}`,
2273
- __typename?: boolean | `@${string}`
2495
+ __typename?: boolean | `@${string}`,
2496
+ ['...on ResponseFormtestBasic_info_group']?: Omit<ValueTypes["ResponseFormtestBasic_info_group"], "...on ResponseFormtestBasic_info_group">
2274
2497
  }>;
2275
2498
  ["ResponseFormtestStep_basic_info"]: AliasType<{
2276
2499
  basic_info_group?:ValueTypes["ResponseFormtestBasic_info_group"],
2277
2500
  basic_next?:boolean | `@${string}`,
2278
- __typename?: boolean | `@${string}`
2501
+ __typename?: boolean | `@${string}`,
2502
+ ['...on ResponseFormtestStep_basic_info']?: Omit<ValueTypes["ResponseFormtestStep_basic_info"], "...on ResponseFormtestStep_basic_info">
2279
2503
  }>;
2280
2504
  ["ResponseFormtestDimensions_group"]: AliasType<{
2281
2505
  width_mm?:boolean | `@${string}`,
@@ -2283,13 +2507,15 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
2283
2507
  depth_mm?:boolean | `@${string}`,
2284
2508
  opening_direction?:boolean | `@${string}`,
2285
2509
  sash_count?:boolean | `@${string}`,
2286
- __typename?: boolean | `@${string}`
2510
+ __typename?: boolean | `@${string}`,
2511
+ ['...on ResponseFormtestDimensions_group']?: Omit<ValueTypes["ResponseFormtestDimensions_group"], "...on ResponseFormtestDimensions_group">
2287
2512
  }>;
2288
2513
  ["ResponseFormtestStep_dimensions"]: AliasType<{
2289
2514
  dimensions_group?:ValueTypes["ResponseFormtestDimensions_group"],
2290
2515
  dimensions_back?:boolean | `@${string}`,
2291
2516
  dimensions_next?:boolean | `@${string}`,
2292
- __typename?: boolean | `@${string}`
2517
+ __typename?: boolean | `@${string}`,
2518
+ ['...on ResponseFormtestStep_dimensions']?: Omit<ValueTypes["ResponseFormtestStep_dimensions"], "...on ResponseFormtestStep_dimensions">
2293
2519
  }>;
2294
2520
  ["ResponseFormtestFeatures_group"]: AliasType<{
2295
2521
  material?:boolean | `@${string}`,
@@ -2297,13 +2523,15 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
2297
2523
  glazing_type?:boolean | `@${string}`,
2298
2524
  thermal_break?:boolean | `@${string}`,
2299
2525
  soundproofing?:boolean | `@${string}`,
2300
- __typename?: boolean | `@${string}`
2526
+ __typename?: boolean | `@${string}`,
2527
+ ['...on ResponseFormtestFeatures_group']?: Omit<ValueTypes["ResponseFormtestFeatures_group"], "...on ResponseFormtestFeatures_group">
2301
2528
  }>;
2302
2529
  ["ResponseFormtestStep_features"]: AliasType<{
2303
2530
  features_group?:ValueTypes["ResponseFormtestFeatures_group"],
2304
2531
  features_back?:boolean | `@${string}`,
2305
2532
  features_next?:boolean | `@${string}`,
2306
- __typename?: boolean | `@${string}`
2533
+ __typename?: boolean | `@${string}`,
2534
+ ['...on ResponseFormtestStep_features']?: Omit<ValueTypes["ResponseFormtestStep_features"], "...on ResponseFormtestStep_features">
2307
2535
  }>;
2308
2536
  ["ResponseFormtestAccessories_group"]: AliasType<{
2309
2537
  handle_type?:boolean | `@${string}`,
@@ -2311,19 +2539,22 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
2311
2539
  mosquito_net?:boolean | `@${string}`,
2312
2540
  ventilator?:boolean | `@${string}`,
2313
2541
  accessories_other?:boolean | `@${string}`,
2314
- __typename?: boolean | `@${string}`
2542
+ __typename?: boolean | `@${string}`,
2543
+ ['...on ResponseFormtestAccessories_group']?: Omit<ValueTypes["ResponseFormtestAccessories_group"], "...on ResponseFormtestAccessories_group">
2315
2544
  }>;
2316
2545
  ["ResponseFormtestStep_accessories"]: AliasType<{
2317
2546
  accessories_group?:ValueTypes["ResponseFormtestAccessories_group"],
2318
2547
  accessories_back?:boolean | `@${string}`,
2319
2548
  accessories_next?:boolean | `@${string}`,
2320
- __typename?: boolean | `@${string}`
2549
+ __typename?: boolean | `@${string}`,
2550
+ ['...on ResponseFormtestStep_accessories']?: Omit<ValueTypes["ResponseFormtestStep_accessories"], "...on ResponseFormtestStep_accessories">
2321
2551
  }>;
2322
2552
  ["ResponseFormtestStep_summary"]: AliasType<{
2323
2553
  summary_display?:boolean | `@${string}`,
2324
2554
  summary_back?:boolean | `@${string}`,
2325
2555
  submit?:boolean | `@${string}`,
2326
- __typename?: boolean | `@${string}`
2556
+ __typename?: boolean | `@${string}`,
2557
+ ['...on ResponseFormtestStep_summary']?: Omit<ValueTypes["ResponseFormtestStep_summary"], "...on ResponseFormtestStep_summary">
2327
2558
  }>;
2328
2559
  ["ResponseFormtest"]: AliasType<{
2329
2560
  form_step_variable?:boolean | `@${string}`,
@@ -2340,12 +2571,14 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
2340
2571
  updatedAt?:boolean | `@${string}`,
2341
2572
  draft_version?:boolean | `@${string}`,
2342
2573
  json_ld?:boolean | `@${string}`,
2343
- __typename?: boolean | `@${string}`
2574
+ __typename?: boolean | `@${string}`,
2575
+ ['...on ResponseFormtest']?: Omit<ValueTypes["ResponseFormtest"], "...on ResponseFormtest">
2344
2576
  }>;
2345
2577
  ["SearchResponsesFormregister"]: AliasType<{
2346
2578
  items?:ValueTypes["ResponseFormregister"],
2347
2579
  totalCount?:boolean | `@${string}`,
2348
- __typename?: boolean | `@${string}`
2580
+ __typename?: boolean | `@${string}`,
2581
+ ['...on SearchResponsesFormregister']?: Omit<ValueTypes["SearchResponsesFormregister"], "...on SearchResponsesFormregister">
2349
2582
  }>;
2350
2583
  ["ResponsesFormregisterFilter"]: {
2351
2584
  state_step?: string | undefined | null | Variable<any, string>,
@@ -2362,7 +2595,8 @@ removeResponseFormtest?: [{ id: string | Variable<any, string>},boolean | `@${st
2362
2595
  ["SearchResponsesFormtest"]: AliasType<{
2363
2596
  items?:ValueTypes["ResponseFormtest"],
2364
2597
  totalCount?:boolean | `@${string}`,
2365
- __typename?: boolean | `@${string}`
2598
+ __typename?: boolean | `@${string}`,
2599
+ ['...on SearchResponsesFormtest']?: Omit<ValueTypes["SearchResponsesFormtest"], "...on SearchResponsesFormtest">
2366
2600
  }>;
2367
2601
  ["ResponsesFormtestFilter"]: {
2368
2602
  form_step_variable?: string | undefined | null | Variable<any, string>,
@@ -2660,6 +2894,12 @@ export type ResolverInputTypes = {
2660
2894
  backendGraphQlContent?: string | undefined | null,
2661
2895
  includeShapes?: Array<string> | undefined | null
2662
2896
  };
2897
+ ["ShapeLibrary"]: AliasType<{
2898
+ name?:boolean | `@${string}`,
2899
+ shapes?:ResolverInputTypes["Shape"],
2900
+ description?:boolean | `@${string}`,
2901
+ __typename?: boolean | `@${string}`
2902
+ }>;
2663
2903
  /** This enum is defined externally and injected via federation */
2664
2904
  ["CMSType"]:CMSType;
2665
2905
  ["Query"]: AliasType<{
@@ -2671,6 +2911,7 @@ export type ResolverInputTypes = {
2671
2911
  listShapes?:ResolverInputTypes["Shape"],
2672
2912
  tailwind?:ResolverInputTypes["TailwindConfiguration"],
2673
2913
  listForms?:ResolverInputTypes["Form"],
2914
+ shapeLibraries?:ResolverInputTypes["ShapeLibrary"],
2674
2915
  listPaginateddocs?: [{ page: ResolverInputTypes["PageInput"], rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null, search?: string | undefined | null, sort?: ResolverInputTypes["docsSortInput"] | undefined | null, filter?: Array<ResolverInputTypes["docsFilterInput"] | undefined | null> | undefined | null},ResolverInputTypes["docs__Connection"]],
2675
2916
  onedocsBySlug?: [{ slug: string, rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},ResolverInputTypes["docs"]],
2676
2917
  oneAsScalardocsBySlug?: [{ slug: string, rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},boolean | `@${string}`],
@@ -2706,10 +2947,18 @@ variantsdocsBySlug?: [{ slug: string},ResolverInputTypes["docs"]],
2706
2947
  modelShapefeaturepresentation?:boolean | `@${string}`,
2707
2948
  previewFieldsShapefeaturepresentation?:boolean | `@${string}`,
2708
2949
  oneShapefeaturepresentation?:ResolverInputTypes["Shapefeaturepresentation"],
2950
+ fieldSetShapefeaturesv2?:boolean | `@${string}`,
2951
+ modelShapefeaturesv2?:boolean | `@${string}`,
2952
+ previewFieldsShapefeaturesv2?:boolean | `@${string}`,
2953
+ oneShapefeaturesv2?:ResolverInputTypes["Shapefeaturesv2"],
2709
2954
  fieldSetShapefoot?:boolean | `@${string}`,
2710
2955
  modelShapefoot?:boolean | `@${string}`,
2711
2956
  previewFieldsShapefoot?:boolean | `@${string}`,
2712
2957
  oneShapefoot?:ResolverInputTypes["Shapefoot"],
2958
+ fieldSetShapeheading?:boolean | `@${string}`,
2959
+ modelShapeheading?:boolean | `@${string}`,
2960
+ previewFieldsShapeheading?:boolean | `@${string}`,
2961
+ oneShapeheading?:ResolverInputTypes["Shapeheading"],
2713
2962
  fieldSetShapehero?:boolean | `@${string}`,
2714
2963
  modelShapehero?:boolean | `@${string}`,
2715
2964
  previewFieldsShapehero?:boolean | `@${string}`,
@@ -2730,14 +2979,14 @@ variantsdocsBySlug?: [{ slug: string},ResolverInputTypes["docs"]],
2730
2979
  modelShapenewshape?:boolean | `@${string}`,
2731
2980
  previewFieldsShapenewshape?:boolean | `@${string}`,
2732
2981
  oneShapenewshape?:ResolverInputTypes["Shapenewshape"],
2733
- fieldSetShapepricing_table?:boolean | `@${string}`,
2734
- modelShapepricing_table?:boolean | `@${string}`,
2735
- previewFieldsShapepricing_table?:boolean | `@${string}`,
2736
- oneShapepricing_table?:ResolverInputTypes["Shapepricing_table"],
2737
2982
  fieldSetShapepricingv1?:boolean | `@${string}`,
2738
2983
  modelShapepricingv1?:boolean | `@${string}`,
2739
2984
  previewFieldsShapepricingv1?:boolean | `@${string}`,
2740
2985
  oneShapepricingv1?:ResolverInputTypes["Shapepricingv1"],
2986
+ fieldSetShapepricingv2?:boolean | `@${string}`,
2987
+ modelShapepricingv2?:boolean | `@${string}`,
2988
+ previewFieldsShapepricingv2?:boolean | `@${string}`,
2989
+ oneShapepricingv2?:ResolverInputTypes["Shapepricingv2"],
2741
2990
  fieldSetShapeprofile_info?:boolean | `@${string}`,
2742
2991
  modelShapeprofile_info?:boolean | `@${string}`,
2743
2992
  previewFieldsShapeprofile_info?:boolean | `@${string}`,
@@ -2746,6 +2995,10 @@ variantsdocsBySlug?: [{ slug: string},ResolverInputTypes["docs"]],
2746
2995
  modelShapesecondary_cta?:boolean | `@${string}`,
2747
2996
  previewFieldsShapesecondary_cta?:boolean | `@${string}`,
2748
2997
  oneShapesecondary_cta?:ResolverInputTypes["Shapesecondary_cta"],
2998
+ fieldSetShapesubheading?:boolean | `@${string}`,
2999
+ modelShapesubheading?:boolean | `@${string}`,
3000
+ previewFieldsShapesubheading?:boolean | `@${string}`,
3001
+ oneShapesubheading?:ResolverInputTypes["Shapesubheading"],
2749
3002
  fieldSetShapesupport?:boolean | `@${string}`,
2750
3003
  modelShapesupport?:boolean | `@${string}`,
2751
3004
  previewFieldsShapesupport?:boolean | `@${string}`,
@@ -2782,12 +3035,12 @@ oneAsScalarViewhomepage?: [{ rootParams?: ResolverInputTypes["RootParamsInput"]
2782
3035
  previewFieldsViewhowitworks?:boolean | `@${string}`,
2783
3036
  oneViewhowitworks?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},ResolverInputTypes["Viewhowitworks"]],
2784
3037
  oneAsScalarViewhowitworks?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},boolean | `@${string}`],
2785
- variantsViewpricing?:ResolverInputTypes["Viewpricing"],
2786
- fieldSetViewpricing?:boolean | `@${string}`,
2787
- modelViewpricing?:boolean | `@${string}`,
2788
- previewFieldsViewpricing?:boolean | `@${string}`,
2789
- oneViewpricing?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},ResolverInputTypes["Viewpricing"]],
2790
- oneAsScalarViewpricing?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},boolean | `@${string}`],
3038
+ variantsViewpricing_component?:ResolverInputTypes["Viewpricing_component"],
3039
+ fieldSetViewpricing_component?:boolean | `@${string}`,
3040
+ modelViewpricing_component?:boolean | `@${string}`,
3041
+ previewFieldsViewpricing_component?:boolean | `@${string}`,
3042
+ oneViewpricing_component?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},ResolverInputTypes["Viewpricing_component"]],
3043
+ oneAsScalarViewpricing_component?: [{ rootParams?: ResolverInputTypes["RootParamsInput"] | undefined | null},boolean | `@${string}`],
2791
3044
  variantsViewttt?:ResolverInputTypes["Viewttt"],
2792
3045
  fieldSetViewttt?:boolean | `@${string}`,
2793
3046
  modelViewttt?:boolean | `@${string}`,
@@ -2904,7 +3157,6 @@ removeResponseFormtest?: [{ id: string},boolean | `@${string}`],
2904
3157
  ["Viewhomepage"]: AliasType<{
2905
3158
  _version?:ResolverInputTypes["VersionField"],
2906
3159
  nav?:ResolverInputTypes["Shapenav"],
2907
- main?:ResolverInputTypes["Shapehero"],
2908
3160
  hero?:ResolverInputTypes["Shapeherox"],
2909
3161
  cot?:ResolverInputTypes["ViewhomepageCot"],
2910
3162
  pricing?:ResolverInputTypes["Shapepricingv1"],
@@ -2937,11 +3189,8 @@ removeResponseFormtest?: [{ id: string},boolean | `@${string}`],
2937
3189
  json_ld?:boolean | `@${string}`,
2938
3190
  __typename?: boolean | `@${string}`
2939
3191
  }>;
2940
- ["Viewpricing"]: AliasType<{
3192
+ ["Viewpricing_component"]: AliasType<{
2941
3193
  _version?:ResolverInputTypes["VersionField"],
2942
- pricing?:ResolverInputTypes["Shapepricingv1"],
2943
- table?:ResolverInputTypes["Shapepricing_table"],
2944
- cta?:ResolverInputTypes["Shapenewshape"],
2945
3194
  locale?:boolean | `@${string}`,
2946
3195
  slug?:boolean | `@${string}`,
2947
3196
  _id?:boolean | `@${string}`,
@@ -3185,6 +3434,12 @@ removeResponseFormtest?: [{ id: string},boolean | `@${string}`],
3185
3434
  createdAt?:boolean | `@${string}`,
3186
3435
  updatedAt?:boolean | `@${string}`,
3187
3436
  __typename?: boolean | `@${string}`
3437
+ }>;
3438
+ ["Shapefeaturesv2"]: AliasType<{
3439
+ _id?:boolean | `@${string}`,
3440
+ createdAt?:boolean | `@${string}`,
3441
+ updatedAt?:boolean | `@${string}`,
3442
+ __typename?: boolean | `@${string}`
3188
3443
  }>;
3189
3444
  ["ShapefootFooterFooter_containerFooter_links"]: AliasType<{
3190
3445
  privacy_policy?:boolean | `@${string}`,
@@ -3208,6 +3463,13 @@ removeResponseFormtest?: [{ id: string},boolean | `@${string}`],
3208
3463
  createdAt?:boolean | `@${string}`,
3209
3464
  updatedAt?:boolean | `@${string}`,
3210
3465
  __typename?: boolean | `@${string}`
3466
+ }>;
3467
+ ["Shapeheading"]: AliasType<{
3468
+ text?:boolean | `@${string}`,
3469
+ _id?:boolean | `@${string}`,
3470
+ createdAt?:boolean | `@${string}`,
3471
+ updatedAt?:boolean | `@${string}`,
3472
+ __typename?: boolean | `@${string}`
3211
3473
  }>;
3212
3474
  ["ShapeheroHero_componentSlogan_parent"]: AliasType<{
3213
3475
  slogan?:boolean | `@${string}`,
@@ -3326,40 +3588,6 @@ removeResponseFormtest?: [{ id: string},boolean | `@${string}`],
3326
3588
  createdAt?:boolean | `@${string}`,
3327
3589
  updatedAt?:boolean | `@${string}`,
3328
3590
  __typename?: boolean | `@${string}`
3329
- }>;
3330
- ["Shapepricing_tablePricing_sectionHeader_wrapper"]: AliasType<{
3331
- title?:boolean | `@${string}`,
3332
- description?:boolean | `@${string}`,
3333
- __typename?: boolean | `@${string}`
3334
- }>;
3335
- ["Shapepricing_tablePricing_sectionPricing_tableTable_head"]: AliasType<{
3336
- feature?:boolean | `@${string}`,
3337
- unit?:boolean | `@${string}`,
3338
- price?:boolean | `@${string}`,
3339
- __typename?: boolean | `@${string}`
3340
- }>;
3341
- ["Shapepricing_tablePricing_sectionPricing_tableRows"]: AliasType<{
3342
- feature?:boolean | `@${string}`,
3343
- unit?:boolean | `@${string}`,
3344
- price?:boolean | `@${string}`,
3345
- __typename?: boolean | `@${string}`
3346
- }>;
3347
- ["Shapepricing_tablePricing_sectionPricing_table"]: AliasType<{
3348
- table_head?:ResolverInputTypes["Shapepricing_tablePricing_sectionPricing_tableTable_head"],
3349
- rows?:ResolverInputTypes["Shapepricing_tablePricing_sectionPricing_tableRows"],
3350
- __typename?: boolean | `@${string}`
3351
- }>;
3352
- ["Shapepricing_tablePricing_section"]: AliasType<{
3353
- header_wrapper?:ResolverInputTypes["Shapepricing_tablePricing_sectionHeader_wrapper"],
3354
- pricing_table?:ResolverInputTypes["Shapepricing_tablePricing_sectionPricing_table"],
3355
- __typename?: boolean | `@${string}`
3356
- }>;
3357
- ["Shapepricing_table"]: AliasType<{
3358
- pricing_section?:ResolverInputTypes["Shapepricing_tablePricing_section"],
3359
- _id?:boolean | `@${string}`,
3360
- createdAt?:boolean | `@${string}`,
3361
- updatedAt?:boolean | `@${string}`,
3362
- __typename?: boolean | `@${string}`
3363
3591
  }>;
3364
3592
  ["Shapepricingv1Pricing_sectionHeader_wrapper"]: AliasType<{
3365
3593
  title?:boolean | `@${string}`,
@@ -3390,18 +3618,63 @@ removeResponseFormtest?: [{ id: string},boolean | `@${string}`],
3390
3618
  cta?:ResolverInputTypes["Shapectabutton"],
3391
3619
  __typename?: boolean | `@${string}`
3392
3620
  }>;
3393
- ["Shapepricingv1Pricing_sectionPlans_grid"]: AliasType<{
3394
- free_plan?:ResolverInputTypes["Shapepricingv1Pricing_sectionPlans_gridFree_plan"],
3395
- paid_plan?:ResolverInputTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_plan"],
3621
+ ["Shapepricingv1Pricing_sectionPlans_grid"]: AliasType<{
3622
+ free_plan?:ResolverInputTypes["Shapepricingv1Pricing_sectionPlans_gridFree_plan"],
3623
+ paid_plan?:ResolverInputTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_plan"],
3624
+ __typename?: boolean | `@${string}`
3625
+ }>;
3626
+ ["Shapepricingv1Pricing_section"]: AliasType<{
3627
+ header_wrapper?:ResolverInputTypes["Shapepricingv1Pricing_sectionHeader_wrapper"],
3628
+ plans_grid?:ResolverInputTypes["Shapepricingv1Pricing_sectionPlans_grid"],
3629
+ __typename?: boolean | `@${string}`
3630
+ }>;
3631
+ ["Shapepricingv1"]: AliasType<{
3632
+ pricing_section?:ResolverInputTypes["Shapepricingv1Pricing_section"],
3633
+ _id?:boolean | `@${string}`,
3634
+ createdAt?:boolean | `@${string}`,
3635
+ updatedAt?:boolean | `@${string}`,
3636
+ __typename?: boolean | `@${string}`
3637
+ }>;
3638
+ ["Shapepricingv2MainPlans_gridFree_planPlan_footer"]: AliasType<{
3639
+ price?:boolean | `@${string}`,
3640
+ cta?:boolean | `@${string}`,
3641
+ __typename?: boolean | `@${string}`
3642
+ }>;
3643
+ ["Shapepricingv2MainPlans_gridFree_plan"]: AliasType<{
3644
+ subtitle?:boolean | `@${string}`,
3645
+ description?:boolean | `@${string}`,
3646
+ features?:boolean | `@${string}`,
3647
+ plan_footer?:ResolverInputTypes["Shapepricingv2MainPlans_gridFree_planPlan_footer"],
3648
+ __typename?: boolean | `@${string}`
3649
+ }>;
3650
+ ["Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock"]: AliasType<{
3651
+ price?:boolean | `@${string}`,
3652
+ price_period?:boolean | `@${string}`,
3653
+ __typename?: boolean | `@${string}`
3654
+ }>;
3655
+ ["Shapepricingv2MainPlans_gridPro_planPlan_footer"]: AliasType<{
3656
+ priceblock?:ResolverInputTypes["Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock"],
3657
+ cta?:boolean | `@${string}`,
3396
3658
  __typename?: boolean | `@${string}`
3397
3659
  }>;
3398
- ["Shapepricingv1Pricing_section"]: AliasType<{
3399
- header_wrapper?:ResolverInputTypes["Shapepricingv1Pricing_sectionHeader_wrapper"],
3400
- plans_grid?:ResolverInputTypes["Shapepricingv1Pricing_sectionPlans_grid"],
3660
+ ["Shapepricingv2MainPlans_gridPro_plan"]: AliasType<{
3661
+ subtitle?:boolean | `@${string}`,
3662
+ description?:boolean | `@${string}`,
3663
+ features?:boolean | `@${string}`,
3664
+ plan_footer?:ResolverInputTypes["Shapepricingv2MainPlans_gridPro_planPlan_footer"],
3401
3665
  __typename?: boolean | `@${string}`
3402
3666
  }>;
3403
- ["Shapepricingv1"]: AliasType<{
3404
- pricing_section?:ResolverInputTypes["Shapepricingv1Pricing_section"],
3667
+ ["Shapepricingv2MainPlans_grid"]: AliasType<{
3668
+ free_plan?:ResolverInputTypes["Shapepricingv2MainPlans_gridFree_plan"],
3669
+ pro_plan?:ResolverInputTypes["Shapepricingv2MainPlans_gridPro_plan"],
3670
+ __typename?: boolean | `@${string}`
3671
+ }>;
3672
+ ["Shapepricingv2Main"]: AliasType<{
3673
+ plans_grid?:ResolverInputTypes["Shapepricingv2MainPlans_grid"],
3674
+ __typename?: boolean | `@${string}`
3675
+ }>;
3676
+ ["Shapepricingv2"]: AliasType<{
3677
+ main?:ResolverInputTypes["Shapepricingv2Main"],
3405
3678
  _id?:boolean | `@${string}`,
3406
3679
  createdAt?:boolean | `@${string}`,
3407
3680
  updatedAt?:boolean | `@${string}`,
@@ -3462,6 +3735,13 @@ removeResponseFormtest?: [{ id: string},boolean | `@${string}`],
3462
3735
  createdAt?:boolean | `@${string}`,
3463
3736
  updatedAt?:boolean | `@${string}`,
3464
3737
  __typename?: boolean | `@${string}`
3738
+ }>;
3739
+ ["Shapesubheading"]: AliasType<{
3740
+ text?:boolean | `@${string}`,
3741
+ _id?:boolean | `@${string}`,
3742
+ createdAt?:boolean | `@${string}`,
3743
+ updatedAt?:boolean | `@${string}`,
3744
+ __typename?: boolean | `@${string}`
3465
3745
  }>;
3466
3746
  ["ShapesupportSectionHeader_wrapper"]: AliasType<{
3467
3747
  title?:boolean | `@${string}`,
@@ -4106,6 +4386,11 @@ export type ModelTypes = {
4106
4386
  existingFileContent?: string | undefined | null,
4107
4387
  backendGraphQlContent?: string | undefined | null,
4108
4388
  includeShapes?: Array<string> | undefined | null
4389
+ };
4390
+ ["ShapeLibrary"]: {
4391
+ name: string,
4392
+ shapes?: Array<ModelTypes["Shape"]> | undefined | null,
4393
+ description?: string | undefined | null
4109
4394
  };
4110
4395
  ["CMSType"]:CMSType;
4111
4396
  ["Query"]: {
@@ -4117,6 +4402,7 @@ export type ModelTypes = {
4117
4402
  listShapes?: Array<ModelTypes["Shape"]> | undefined | null,
4118
4403
  tailwind?: ModelTypes["TailwindConfiguration"] | undefined | null,
4119
4404
  listForms?: Array<ModelTypes["Form"]> | undefined | null,
4405
+ shapeLibraries?: Array<ModelTypes["ShapeLibrary"]> | undefined | null,
4120
4406
  listPaginateddocs?: ModelTypes["docs__Connection"] | undefined | null,
4121
4407
  onedocsBySlug?: ModelTypes["docs"] | undefined | null,
4122
4408
  oneAsScalardocsBySlug?: ModelTypes["ModelAsScalar"] | undefined | null,
@@ -4152,10 +4438,18 @@ export type ModelTypes = {
4152
4438
  modelShapefeaturepresentation: ModelTypes["ModelNavigationCompiled"],
4153
4439
  previewFieldsShapefeaturepresentation: ModelTypes["ModelNavigationCompiled"],
4154
4440
  oneShapefeaturepresentation?: ModelTypes["Shapefeaturepresentation"] | undefined | null,
4441
+ fieldSetShapefeaturesv2: string,
4442
+ modelShapefeaturesv2: ModelTypes["ModelNavigationCompiled"],
4443
+ previewFieldsShapefeaturesv2: ModelTypes["ModelNavigationCompiled"],
4444
+ oneShapefeaturesv2?: ModelTypes["Shapefeaturesv2"] | undefined | null,
4155
4445
  fieldSetShapefoot: string,
4156
4446
  modelShapefoot: ModelTypes["ModelNavigationCompiled"],
4157
4447
  previewFieldsShapefoot: ModelTypes["ModelNavigationCompiled"],
4158
4448
  oneShapefoot?: ModelTypes["Shapefoot"] | undefined | null,
4449
+ fieldSetShapeheading: string,
4450
+ modelShapeheading: ModelTypes["ModelNavigationCompiled"],
4451
+ previewFieldsShapeheading: ModelTypes["ModelNavigationCompiled"],
4452
+ oneShapeheading?: ModelTypes["Shapeheading"] | undefined | null,
4159
4453
  fieldSetShapehero: string,
4160
4454
  modelShapehero: ModelTypes["ModelNavigationCompiled"],
4161
4455
  previewFieldsShapehero: ModelTypes["ModelNavigationCompiled"],
@@ -4176,14 +4470,14 @@ export type ModelTypes = {
4176
4470
  modelShapenewshape: ModelTypes["ModelNavigationCompiled"],
4177
4471
  previewFieldsShapenewshape: ModelTypes["ModelNavigationCompiled"],
4178
4472
  oneShapenewshape?: ModelTypes["Shapenewshape"] | undefined | null,
4179
- fieldSetShapepricing_table: string,
4180
- modelShapepricing_table: ModelTypes["ModelNavigationCompiled"],
4181
- previewFieldsShapepricing_table: ModelTypes["ModelNavigationCompiled"],
4182
- oneShapepricing_table?: ModelTypes["Shapepricing_table"] | undefined | null,
4183
4473
  fieldSetShapepricingv1: string,
4184
4474
  modelShapepricingv1: ModelTypes["ModelNavigationCompiled"],
4185
4475
  previewFieldsShapepricingv1: ModelTypes["ModelNavigationCompiled"],
4186
4476
  oneShapepricingv1?: ModelTypes["Shapepricingv1"] | undefined | null,
4477
+ fieldSetShapepricingv2: string,
4478
+ modelShapepricingv2: ModelTypes["ModelNavigationCompiled"],
4479
+ previewFieldsShapepricingv2: ModelTypes["ModelNavigationCompiled"],
4480
+ oneShapepricingv2?: ModelTypes["Shapepricingv2"] | undefined | null,
4187
4481
  fieldSetShapeprofile_info: string,
4188
4482
  modelShapeprofile_info: ModelTypes["ModelNavigationCompiled"],
4189
4483
  previewFieldsShapeprofile_info: ModelTypes["ModelNavigationCompiled"],
@@ -4192,6 +4486,10 @@ export type ModelTypes = {
4192
4486
  modelShapesecondary_cta: ModelTypes["ModelNavigationCompiled"],
4193
4487
  previewFieldsShapesecondary_cta: ModelTypes["ModelNavigationCompiled"],
4194
4488
  oneShapesecondary_cta?: ModelTypes["Shapesecondary_cta"] | undefined | null,
4489
+ fieldSetShapesubheading: string,
4490
+ modelShapesubheading: ModelTypes["ModelNavigationCompiled"],
4491
+ previewFieldsShapesubheading: ModelTypes["ModelNavigationCompiled"],
4492
+ oneShapesubheading?: ModelTypes["Shapesubheading"] | undefined | null,
4195
4493
  fieldSetShapesupport: string,
4196
4494
  modelShapesupport: ModelTypes["ModelNavigationCompiled"],
4197
4495
  previewFieldsShapesupport: ModelTypes["ModelNavigationCompiled"],
@@ -4228,12 +4526,12 @@ export type ModelTypes = {
4228
4526
  previewFieldsViewhowitworks: ModelTypes["ModelNavigationCompiled"],
4229
4527
  oneViewhowitworks?: ModelTypes["Viewhowitworks"] | undefined | null,
4230
4528
  oneAsScalarViewhowitworks?: ModelTypes["ViewAsScalar"] | undefined | null,
4231
- variantsViewpricing?: Array<ModelTypes["Viewpricing"]> | undefined | null,
4232
- fieldSetViewpricing: string,
4233
- modelViewpricing: ModelTypes["ModelNavigationCompiled"],
4234
- previewFieldsViewpricing: ModelTypes["ModelNavigationCompiled"],
4235
- oneViewpricing?: ModelTypes["Viewpricing"] | undefined | null,
4236
- oneAsScalarViewpricing?: ModelTypes["ViewAsScalar"] | undefined | null,
4529
+ variantsViewpricing_component?: Array<ModelTypes["Viewpricing_component"]> | undefined | null,
4530
+ fieldSetViewpricing_component: string,
4531
+ modelViewpricing_component: ModelTypes["ModelNavigationCompiled"],
4532
+ previewFieldsViewpricing_component: ModelTypes["ModelNavigationCompiled"],
4533
+ oneViewpricing_component?: ModelTypes["Viewpricing_component"] | undefined | null,
4534
+ oneAsScalarViewpricing_component?: ModelTypes["ViewAsScalar"] | undefined | null,
4237
4535
  variantsViewttt?: Array<ModelTypes["Viewttt"]> | undefined | null,
4238
4536
  fieldSetViewttt: string,
4239
4537
  modelViewttt: ModelTypes["ModelNavigationCompiled"],
@@ -4338,7 +4636,6 @@ export type ModelTypes = {
4338
4636
  ["Viewhomepage"]: {
4339
4637
  _version?: ModelTypes["VersionField"] | undefined | null,
4340
4638
  nav?: ModelTypes["Shapenav"] | undefined | null,
4341
- main?: ModelTypes["Shapehero"] | undefined | null,
4342
4639
  hero?: ModelTypes["Shapeherox"] | undefined | null,
4343
4640
  cot?: ModelTypes["ViewhomepageCot"] | undefined | null,
4344
4641
  pricing?: ModelTypes["Shapepricingv1"] | undefined | null,
@@ -4368,11 +4665,8 @@ export type ModelTypes = {
4368
4665
  draft_version?: boolean | undefined | null,
4369
4666
  json_ld?: string | undefined | null
4370
4667
  };
4371
- ["Viewpricing"]: {
4668
+ ["Viewpricing_component"]: {
4372
4669
  _version?: ModelTypes["VersionField"] | undefined | null,
4373
- pricing?: ModelTypes["Shapepricingv1"] | undefined | null,
4374
- table?: ModelTypes["Shapepricing_table"] | undefined | null,
4375
- cta?: ModelTypes["Shapenewshape"] | undefined | null,
4376
4670
  locale?: string | undefined | null,
4377
4671
  slug?: string | undefined | null,
4378
4672
  _id: string,
@@ -4573,6 +4867,11 @@ export type ModelTypes = {
4573
4867
  _id: string,
4574
4868
  createdAt?: number | undefined | null,
4575
4869
  updatedAt?: number | undefined | null
4870
+ };
4871
+ ["Shapefeaturesv2"]: {
4872
+ _id: string,
4873
+ createdAt?: number | undefined | null,
4874
+ updatedAt?: number | undefined | null
4576
4875
  };
4577
4876
  ["ShapefootFooterFooter_containerFooter_links"]: {
4578
4877
  privacy_policy?: string | undefined | null,
@@ -4592,6 +4891,12 @@ export type ModelTypes = {
4592
4891
  _id: string,
4593
4892
  createdAt?: number | undefined | null,
4594
4893
  updatedAt?: number | undefined | null
4894
+ };
4895
+ ["Shapeheading"]: {
4896
+ text?: string | undefined | null,
4897
+ _id: string,
4898
+ createdAt?: number | undefined | null,
4899
+ updatedAt?: number | undefined | null
4595
4900
  };
4596
4901
  ["ShapeheroHero_componentSlogan_parent"]: {
4597
4902
  slogan?: string | undefined | null
@@ -4689,34 +4994,6 @@ export type ModelTypes = {
4689
4994
  _id: string,
4690
4995
  createdAt?: number | undefined | null,
4691
4996
  updatedAt?: number | undefined | null
4692
- };
4693
- ["Shapepricing_tablePricing_sectionHeader_wrapper"]: {
4694
- title?: string | undefined | null,
4695
- description?: string | undefined | null
4696
- };
4697
- ["Shapepricing_tablePricing_sectionPricing_tableTable_head"]: {
4698
- feature?: string | undefined | null,
4699
- unit?: string | undefined | null,
4700
- price?: string | undefined | null
4701
- };
4702
- ["Shapepricing_tablePricing_sectionPricing_tableRows"]: {
4703
- feature?: string | undefined | null,
4704
- unit?: string | undefined | null,
4705
- price?: string | undefined | null
4706
- };
4707
- ["Shapepricing_tablePricing_sectionPricing_table"]: {
4708
- table_head?: ModelTypes["Shapepricing_tablePricing_sectionPricing_tableTable_head"] | undefined | null,
4709
- rows?: Array<ModelTypes["Shapepricing_tablePricing_sectionPricing_tableRows"] | undefined | null> | undefined | null
4710
- };
4711
- ["Shapepricing_tablePricing_section"]: {
4712
- header_wrapper?: ModelTypes["Shapepricing_tablePricing_sectionHeader_wrapper"] | undefined | null,
4713
- pricing_table?: ModelTypes["Shapepricing_tablePricing_sectionPricing_table"] | undefined | null
4714
- };
4715
- ["Shapepricing_table"]: {
4716
- pricing_section?: ModelTypes["Shapepricing_tablePricing_section"] | undefined | null,
4717
- _id: string,
4718
- createdAt?: number | undefined | null,
4719
- updatedAt?: number | undefined | null
4720
4997
  };
4721
4998
  ["Shapepricingv1Pricing_sectionHeader_wrapper"]: {
4722
4999
  title?: string | undefined | null,
@@ -4755,6 +5032,43 @@ export type ModelTypes = {
4755
5032
  _id: string,
4756
5033
  createdAt?: number | undefined | null,
4757
5034
  updatedAt?: number | undefined | null
5035
+ };
5036
+ ["Shapepricingv2MainPlans_gridFree_planPlan_footer"]: {
5037
+ price?: string | undefined | null,
5038
+ cta?: string | undefined | null
5039
+ };
5040
+ ["Shapepricingv2MainPlans_gridFree_plan"]: {
5041
+ subtitle?: string | undefined | null,
5042
+ description?: string | undefined | null,
5043
+ features?: Array<string | undefined | null> | undefined | null,
5044
+ plan_footer?: ModelTypes["Shapepricingv2MainPlans_gridFree_planPlan_footer"] | undefined | null
5045
+ };
5046
+ ["Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock"]: {
5047
+ price?: string | undefined | null,
5048
+ price_period?: string | undefined | null
5049
+ };
5050
+ ["Shapepricingv2MainPlans_gridPro_planPlan_footer"]: {
5051
+ priceblock?: ModelTypes["Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock"] | undefined | null,
5052
+ cta?: string | undefined | null
5053
+ };
5054
+ ["Shapepricingv2MainPlans_gridPro_plan"]: {
5055
+ subtitle?: string | undefined | null,
5056
+ description?: string | undefined | null,
5057
+ features?: Array<string | undefined | null> | undefined | null,
5058
+ plan_footer?: ModelTypes["Shapepricingv2MainPlans_gridPro_planPlan_footer"] | undefined | null
5059
+ };
5060
+ ["Shapepricingv2MainPlans_grid"]: {
5061
+ free_plan?: ModelTypes["Shapepricingv2MainPlans_gridFree_plan"] | undefined | null,
5062
+ pro_plan?: ModelTypes["Shapepricingv2MainPlans_gridPro_plan"] | undefined | null
5063
+ };
5064
+ ["Shapepricingv2Main"]: {
5065
+ plans_grid?: ModelTypes["Shapepricingv2MainPlans_grid"] | undefined | null
5066
+ };
5067
+ ["Shapepricingv2"]: {
5068
+ main?: ModelTypes["Shapepricingv2Main"] | undefined | null,
5069
+ _id: string,
5070
+ createdAt?: number | undefined | null,
5071
+ updatedAt?: number | undefined | null
4758
5072
  };
4759
5073
  ["Shapeprofile_infoProfile_sectionAccount_headerInfo"]: {
4760
5074
  full_name?: string | undefined | null,
@@ -4801,6 +5115,12 @@ export type ModelTypes = {
4801
5115
  _id: string,
4802
5116
  createdAt?: number | undefined | null,
4803
5117
  updatedAt?: number | undefined | null
5118
+ };
5119
+ ["Shapesubheading"]: {
5120
+ text?: string | undefined | null,
5121
+ _id: string,
5122
+ createdAt?: number | undefined | null,
5123
+ updatedAt?: number | undefined | null
4804
5124
  };
4805
5125
  ["ShapesupportSectionHeader_wrapper"]: {
4806
5126
  title?: string | undefined | null,
@@ -5197,50 +5517,58 @@ export type GraphQLTypes = {
5197
5517
  __typename: "TailwindConfiguration",
5198
5518
  content: string,
5199
5519
  contentForClient: string,
5200
- compiledForIframe: string
5520
+ compiledForIframe: string,
5521
+ ['...on TailwindConfiguration']: Omit<GraphQLTypes["TailwindConfiguration"], "...on TailwindConfiguration">
5201
5522
  };
5202
5523
  ["VersionField"]: {
5203
5524
  __typename: "VersionField",
5204
5525
  name: string,
5205
5526
  from: GraphQLTypes["Timestamp"],
5206
- to?: GraphQLTypes["Timestamp"] | undefined | null
5527
+ to?: GraphQLTypes["Timestamp"] | undefined | null,
5528
+ ['...on VersionField']: Omit<GraphQLTypes["VersionField"], "...on VersionField">
5207
5529
  };
5208
5530
  ["RangeField"]: {
5209
5531
  __typename: "RangeField",
5210
5532
  min: number,
5211
- max: number
5533
+ max: number,
5534
+ ['...on RangeField']: Omit<GraphQLTypes["RangeField"], "...on RangeField">
5212
5535
  };
5213
5536
  ["ImageField"]: {
5214
5537
  __typename: "ImageField",
5215
5538
  url?: GraphQLTypes["S3Scalar"] | undefined | null,
5216
5539
  thumbnail?: GraphQLTypes["S3Scalar"] | undefined | null,
5217
- alt?: string | undefined | null
5540
+ alt?: string | undefined | null,
5541
+ ['...on ImageField']: Omit<GraphQLTypes["ImageField"], "...on ImageField">
5218
5542
  };
5219
5543
  ["VideoField"]: {
5220
5544
  __typename: "VideoField",
5221
5545
  url?: GraphQLTypes["S3Scalar"] | undefined | null,
5222
5546
  previewImage?: GraphQLTypes["S3Scalar"] | undefined | null,
5223
- alt?: string | undefined | null
5547
+ alt?: string | undefined | null,
5548
+ ['...on VideoField']: Omit<GraphQLTypes["VideoField"], "...on VideoField">
5224
5549
  };
5225
5550
  ["InternalLink"]: {
5226
5551
  __typename: "InternalLink",
5227
5552
  _id: GraphQLTypes["ObjectId"],
5228
5553
  keys: Array<string>,
5229
- href: string
5554
+ href: string,
5555
+ ['...on InternalLink']: Omit<GraphQLTypes["InternalLink"], "...on InternalLink">
5230
5556
  };
5231
5557
  ["Sort"]: Sort;
5232
5558
  ["RootCMSParam"]: {
5233
5559
  __typename: "RootCMSParam",
5234
5560
  name: string,
5235
5561
  options: Array<string>,
5236
- default?: string | undefined | null
5562
+ default?: string | undefined | null,
5563
+ ['...on RootCMSParam']: Omit<GraphQLTypes["RootCMSParam"], "...on RootCMSParam">
5237
5564
  };
5238
5565
  ["ModelNavigation"]: {
5239
5566
  __typename: "ModelNavigation",
5240
5567
  name: string,
5241
5568
  display: string,
5242
5569
  fields: Array<GraphQLTypes["CMSField"]>,
5243
- fieldSet: string
5570
+ fieldSet: string,
5571
+ ['...on ModelNavigation']: Omit<GraphQLTypes["ModelNavigation"], "...on ModelNavigation">
5244
5572
  };
5245
5573
  ["CMSField"]: {
5246
5574
  __typename: "CMSField",
@@ -5258,7 +5586,8 @@ export type GraphQLTypes = {
5258
5586
  builtIn?: boolean | undefined | null,
5259
5587
  visual?: GraphQLTypes["Visual"] | undefined | null,
5260
5588
  conditions?: GraphQLTypes["Condition"] | undefined | null,
5261
- nonTranslatable?: boolean | undefined | null
5589
+ nonTranslatable?: boolean | undefined | null,
5590
+ ['...on CMSField']: Omit<GraphQLTypes["CMSField"], "...on CMSField">
5262
5591
  };
5263
5592
  ["ConditionSetOperator"]: ConditionSetOperator;
5264
5593
  ["ConditionOperator"]: ConditionOperator;
@@ -5270,29 +5599,34 @@ export type GraphQLTypes = {
5270
5599
  operator?: GraphQLTypes["ConditionOperator"] | undefined | null,
5271
5600
  setOperator?: GraphQLTypes["ConditionSetOperator"] | undefined | null,
5272
5601
  value?: string | undefined | null,
5273
- children?: Array<GraphQLTypes["Condition"]> | undefined | null
5602
+ children?: Array<GraphQLTypes["Condition"]> | undefined | null,
5603
+ ['...on Condition']: Omit<GraphQLTypes["Condition"], "...on Condition">
5274
5604
  };
5275
5605
  ["ActionType"]: ActionType;
5276
5606
  ["Action"]: {
5277
5607
  __typename: "Action",
5278
5608
  path: string,
5279
5609
  type: GraphQLTypes["ActionType"],
5280
- value: string
5610
+ value: string,
5611
+ ['...on Action']: Omit<GraphQLTypes["Action"], "...on Action">
5281
5612
  };
5282
5613
  ["Rule"]: {
5283
5614
  __typename: "Rule",
5284
5615
  conditions: Array<GraphQLTypes["Condition"]>,
5285
- actions: Array<GraphQLTypes["Action"]>
5616
+ actions: Array<GraphQLTypes["Action"]>,
5617
+ ['...on Rule']: Omit<GraphQLTypes["Rule"], "...on Rule">
5286
5618
  };
5287
5619
  ["Visual"]: {
5288
5620
  __typename: "Visual",
5289
5621
  className?: string | undefined | null,
5290
- component?: string | undefined | null
5622
+ component?: string | undefined | null,
5623
+ ['...on Visual']: Omit<GraphQLTypes["Visual"], "...on Visual">
5291
5624
  };
5292
5625
  ["PageInfo"]: {
5293
5626
  __typename: "PageInfo",
5294
5627
  total: number,
5295
- hasNext?: boolean | undefined | null
5628
+ hasNext?: boolean | undefined | null,
5629
+ ['...on PageInfo']: Omit<GraphQLTypes["PageInfo"], "...on PageInfo">
5296
5630
  };
5297
5631
  ["PageInput"]: {
5298
5632
  limit: number,
@@ -5312,14 +5646,16 @@ export type GraphQLTypes = {
5312
5646
  previewFields?: GraphQLTypes["BakedIpsumData"] | undefined | null,
5313
5647
  prompt?: string | undefined | null,
5314
5648
  promptResponse?: GraphQLTypes["AiComponent"] | undefined | null,
5315
- fields: Array<GraphQLTypes["CMSField"]>
5649
+ fields: Array<GraphQLTypes["CMSField"]>,
5650
+ ['...on Shape']: Omit<GraphQLTypes["Shape"], "...on Shape">
5316
5651
  };
5317
5652
  ["View"]: {
5318
5653
  __typename: "View",
5319
5654
  name: string,
5320
5655
  fields: Array<GraphQLTypes["CMSField"]>,
5321
5656
  slug: string,
5322
- display: string
5657
+ display: string,
5658
+ ['...on View']: Omit<GraphQLTypes["View"], "...on View">
5323
5659
  };
5324
5660
  ["AiComponent"]: {
5325
5661
  __typename: "AiComponent",
@@ -5327,13 +5663,15 @@ export type GraphQLTypes = {
5327
5663
  htmlComponent?: string | undefined | null,
5328
5664
  className: string,
5329
5665
  textContent?: string | undefined | null,
5330
- children?: Array<GraphQLTypes["AiComponent"]> | undefined | null
5666
+ children?: Array<GraphQLTypes["AiComponent"]> | undefined | null,
5667
+ ['...on AiComponent']: Omit<GraphQLTypes["AiComponent"], "...on AiComponent">
5331
5668
  };
5332
5669
  ["FormFieldVisual"]: {
5333
5670
  __typename: "FormFieldVisual",
5334
5671
  className?: string | undefined | null,
5335
5672
  component?: string | undefined | null,
5336
- rules?: Array<GraphQLTypes["Rule"]> | undefined | null
5673
+ rules?: Array<GraphQLTypes["Rule"]> | undefined | null,
5674
+ ['...on FormFieldVisual']: Omit<GraphQLTypes["FormFieldVisual"], "...on FormFieldVisual">
5337
5675
  };
5338
5676
  ["FormField"]: {
5339
5677
  __typename: "FormField",
@@ -5347,104 +5685,131 @@ export type GraphQLTypes = {
5347
5685
  root?: boolean | undefined | null,
5348
5686
  options?: Array<string> | undefined | null,
5349
5687
  builtIn?: boolean | undefined | null,
5350
- nonTranslatable?: boolean | undefined | null
5688
+ nonTranslatable?: boolean | undefined | null,
5689
+ ['...on FormField']: Omit<GraphQLTypes["FormField"], "...on FormField">
5351
5690
  };
5352
5691
  ["FormFieldType"]: FormFieldType;
5353
5692
  ["Form"]: {
5354
5693
  __typename: "Form",
5355
5694
  name: string,
5356
5695
  display?: string | undefined | null,
5357
- fields: Array<GraphQLTypes["FormField"]>
5696
+ fields: Array<GraphQLTypes["FormField"]>,
5697
+ ['...on Form']: Omit<GraphQLTypes["Form"], "...on Form">
5358
5698
  };
5359
5699
  ["FormTextField"]: {
5360
5700
  __typename: "FormTextField",
5361
5701
  label?: string | undefined | null,
5362
5702
  placeholder?: string | undefined | null,
5363
5703
  type?: string | undefined | null,
5364
- defaultValue?: string | undefined | null
5704
+ defaultValue?: string | undefined | null,
5705
+ ['...on FormTextField']: Omit<GraphQLTypes["FormTextField"], "...on FormTextField">
5365
5706
  };
5366
5707
  ["FormBooleanField"]: {
5367
5708
  __typename: "FormBooleanField",
5368
- label?: string | undefined | null
5709
+ label?: string | undefined | null,
5710
+ ['...on FormBooleanField']: Omit<GraphQLTypes["FormBooleanField"], "...on FormBooleanField">
5369
5711
  };
5370
5712
  ["FormContentField"]: {
5371
5713
  __typename: "FormContentField",
5372
5714
  label?: string | undefined | null,
5373
5715
  placeholder?: string | undefined | null,
5374
- content?: string | undefined | null
5716
+ content?: string | undefined | null,
5717
+ ['...on FormContentField']: Omit<GraphQLTypes["FormContentField"], "...on FormContentField">
5375
5718
  };
5376
5719
  ["FormRadioField"]: {
5377
5720
  __typename: "FormRadioField",
5378
- label?: string | undefined | null
5721
+ label?: string | undefined | null,
5722
+ ['...on FormRadioField']: Omit<GraphQLTypes["FormRadioField"], "...on FormRadioField">
5379
5723
  };
5380
5724
  ["FormStepField"]: {
5381
5725
  __typename: "FormStepField",
5382
- label?: string | undefined | null
5726
+ label?: string | undefined | null,
5727
+ ['...on FormStepField']: Omit<GraphQLTypes["FormStepField"], "...on FormStepField">
5383
5728
  };
5384
5729
  ["FormTextareaField"]: {
5385
5730
  __typename: "FormTextareaField",
5386
5731
  label?: string | undefined | null,
5387
- placeholder?: string | undefined | null
5732
+ placeholder?: string | undefined | null,
5733
+ ['...on FormTextareaField']: Omit<GraphQLTypes["FormTextareaField"], "...on FormTextareaField">
5388
5734
  };
5389
5735
  ["FormGroupField"]: {
5390
5736
  __typename: "FormGroupField",
5391
- label?: string | undefined | null
5737
+ label?: string | undefined | null,
5738
+ ['...on FormGroupField']: Omit<GraphQLTypes["FormGroupField"], "...on FormGroupField">
5392
5739
  };
5393
5740
  ["FormArrayStepField"]: {
5394
5741
  __typename: "FormArrayStepField",
5395
- label?: string | undefined | null
5742
+ label?: string | undefined | null,
5743
+ ['...on FormArrayStepField']: Omit<GraphQLTypes["FormArrayStepField"], "...on FormArrayStepField">
5396
5744
  };
5397
5745
  ["FormRouteField"]: {
5398
5746
  __typename: "FormRouteField",
5399
5747
  label?: string | undefined | null,
5400
- portal?: string | undefined | null
5748
+ portal?: string | undefined | null,
5749
+ ['...on FormRouteField']: Omit<GraphQLTypes["FormRouteField"], "...on FormRouteField">
5401
5750
  };
5402
5751
  ["FormPortalField"]: {
5403
5752
  __typename: "FormPortalField",
5404
- label?: string | undefined | null
5753
+ label?: string | undefined | null,
5754
+ ['...on FormPortalField']: Omit<GraphQLTypes["FormPortalField"], "...on FormPortalField">
5405
5755
  };
5406
5756
  ["FormSubmitField"]: {
5407
5757
  __typename: "FormSubmitField",
5408
- label?: string | undefined | null
5758
+ label?: string | undefined | null,
5759
+ ['...on FormSubmitField']: Omit<GraphQLTypes["FormSubmitField"], "...on FormSubmitField">
5409
5760
  };
5410
5761
  ["FormNumberField"]: {
5411
5762
  __typename: "FormNumberField",
5412
- label?: string | undefined | null
5763
+ label?: string | undefined | null,
5764
+ ['...on FormNumberField']: Omit<GraphQLTypes["FormNumberField"], "...on FormNumberField">
5413
5765
  };
5414
5766
  ["FormRadioTextField"]: {
5415
5767
  __typename: "FormRadioTextField",
5416
5768
  label?: string | undefined | null,
5417
- options?: Array<string> | undefined | null
5769
+ options?: Array<string> | undefined | null,
5770
+ ['...on FormRadioTextField']: Omit<GraphQLTypes["FormRadioTextField"], "...on FormRadioTextField">
5418
5771
  };
5419
5772
  ["FormCheckboxField"]: {
5420
5773
  __typename: "FormCheckboxField",
5421
- label?: string | undefined | null
5774
+ label?: string | undefined | null,
5775
+ ['...on FormCheckboxField']: Omit<GraphQLTypes["FormCheckboxField"], "...on FormCheckboxField">
5422
5776
  };
5423
5777
  ["FormButtonField"]: {
5424
5778
  __typename: "FormButtonField",
5425
- label?: string | undefined | null
5779
+ label?: string | undefined | null,
5780
+ ['...on FormButtonField']: Omit<GraphQLTypes["FormButtonField"], "...on FormButtonField">
5426
5781
  };
5427
5782
  ["FormProductField"]: {
5428
5783
  __typename: "FormProductField",
5429
5784
  label?: string | undefined | null,
5430
- name?: string | undefined | null
5785
+ name?: string | undefined | null,
5786
+ ['...on FormProductField']: Omit<GraphQLTypes["FormProductField"], "...on FormProductField">
5431
5787
  };
5432
5788
  ["FormVariableField"]: {
5433
5789
  __typename: "FormVariableField",
5434
5790
  label?: string | undefined | null,
5435
5791
  name?: string | undefined | null,
5436
- defaultValue?: string | undefined | null
5792
+ defaultValue?: string | undefined | null,
5793
+ ['...on FormVariableField']: Omit<GraphQLTypes["FormVariableField"], "...on FormVariableField">
5437
5794
  };
5438
5795
  ["FormDisplayField"]: {
5439
5796
  __typename: "FormDisplayField",
5440
5797
  label?: string | undefined | null,
5441
- path?: string | undefined | null
5798
+ path?: string | undefined | null,
5799
+ ['...on FormDisplayField']: Omit<GraphQLTypes["FormDisplayField"], "...on FormDisplayField">
5442
5800
  };
5443
5801
  ["GenerateHusarShapeImplementorInput"]: {
5444
5802
  prompt: string,
5445
5803
  existingFileContent?: string | undefined | null,
5446
5804
  backendGraphQlContent?: string | undefined | null,
5447
5805
  includeShapes?: Array<string> | undefined | null
5806
+ };
5807
+ ["ShapeLibrary"]: {
5808
+ __typename: "ShapeLibrary",
5809
+ name: string,
5810
+ shapes?: Array<GraphQLTypes["Shape"]> | undefined | null,
5811
+ description?: string | undefined | null,
5812
+ ['...on ShapeLibrary']: Omit<GraphQLTypes["ShapeLibrary"], "...on ShapeLibrary">
5448
5813
  };
5449
5814
  /** This enum is defined externally and injected via federation */
5450
5815
  ["CMSType"]: CMSType;
@@ -5458,6 +5823,7 @@ export type GraphQLTypes = {
5458
5823
  listShapes?: Array<GraphQLTypes["Shape"]> | undefined | null,
5459
5824
  tailwind?: GraphQLTypes["TailwindConfiguration"] | undefined | null,
5460
5825
  listForms?: Array<GraphQLTypes["Form"]> | undefined | null,
5826
+ shapeLibraries?: Array<GraphQLTypes["ShapeLibrary"]> | undefined | null,
5461
5827
  listPaginateddocs?: GraphQLTypes["docs__Connection"] | undefined | null,
5462
5828
  onedocsBySlug?: GraphQLTypes["docs"] | undefined | null,
5463
5829
  oneAsScalardocsBySlug?: GraphQLTypes["ModelAsScalar"] | undefined | null,
@@ -5493,10 +5859,18 @@ export type GraphQLTypes = {
5493
5859
  modelShapefeaturepresentation: GraphQLTypes["ModelNavigationCompiled"],
5494
5860
  previewFieldsShapefeaturepresentation: GraphQLTypes["ModelNavigationCompiled"],
5495
5861
  oneShapefeaturepresentation?: GraphQLTypes["Shapefeaturepresentation"] | undefined | null,
5862
+ fieldSetShapefeaturesv2: string,
5863
+ modelShapefeaturesv2: GraphQLTypes["ModelNavigationCompiled"],
5864
+ previewFieldsShapefeaturesv2: GraphQLTypes["ModelNavigationCompiled"],
5865
+ oneShapefeaturesv2?: GraphQLTypes["Shapefeaturesv2"] | undefined | null,
5496
5866
  fieldSetShapefoot: string,
5497
5867
  modelShapefoot: GraphQLTypes["ModelNavigationCompiled"],
5498
5868
  previewFieldsShapefoot: GraphQLTypes["ModelNavigationCompiled"],
5499
5869
  oneShapefoot?: GraphQLTypes["Shapefoot"] | undefined | null,
5870
+ fieldSetShapeheading: string,
5871
+ modelShapeheading: GraphQLTypes["ModelNavigationCompiled"],
5872
+ previewFieldsShapeheading: GraphQLTypes["ModelNavigationCompiled"],
5873
+ oneShapeheading?: GraphQLTypes["Shapeheading"] | undefined | null,
5500
5874
  fieldSetShapehero: string,
5501
5875
  modelShapehero: GraphQLTypes["ModelNavigationCompiled"],
5502
5876
  previewFieldsShapehero: GraphQLTypes["ModelNavigationCompiled"],
@@ -5517,14 +5891,14 @@ export type GraphQLTypes = {
5517
5891
  modelShapenewshape: GraphQLTypes["ModelNavigationCompiled"],
5518
5892
  previewFieldsShapenewshape: GraphQLTypes["ModelNavigationCompiled"],
5519
5893
  oneShapenewshape?: GraphQLTypes["Shapenewshape"] | undefined | null,
5520
- fieldSetShapepricing_table: string,
5521
- modelShapepricing_table: GraphQLTypes["ModelNavigationCompiled"],
5522
- previewFieldsShapepricing_table: GraphQLTypes["ModelNavigationCompiled"],
5523
- oneShapepricing_table?: GraphQLTypes["Shapepricing_table"] | undefined | null,
5524
5894
  fieldSetShapepricingv1: string,
5525
5895
  modelShapepricingv1: GraphQLTypes["ModelNavigationCompiled"],
5526
5896
  previewFieldsShapepricingv1: GraphQLTypes["ModelNavigationCompiled"],
5527
5897
  oneShapepricingv1?: GraphQLTypes["Shapepricingv1"] | undefined | null,
5898
+ fieldSetShapepricingv2: string,
5899
+ modelShapepricingv2: GraphQLTypes["ModelNavigationCompiled"],
5900
+ previewFieldsShapepricingv2: GraphQLTypes["ModelNavigationCompiled"],
5901
+ oneShapepricingv2?: GraphQLTypes["Shapepricingv2"] | undefined | null,
5528
5902
  fieldSetShapeprofile_info: string,
5529
5903
  modelShapeprofile_info: GraphQLTypes["ModelNavigationCompiled"],
5530
5904
  previewFieldsShapeprofile_info: GraphQLTypes["ModelNavigationCompiled"],
@@ -5533,6 +5907,10 @@ export type GraphQLTypes = {
5533
5907
  modelShapesecondary_cta: GraphQLTypes["ModelNavigationCompiled"],
5534
5908
  previewFieldsShapesecondary_cta: GraphQLTypes["ModelNavigationCompiled"],
5535
5909
  oneShapesecondary_cta?: GraphQLTypes["Shapesecondary_cta"] | undefined | null,
5910
+ fieldSetShapesubheading: string,
5911
+ modelShapesubheading: GraphQLTypes["ModelNavigationCompiled"],
5912
+ previewFieldsShapesubheading: GraphQLTypes["ModelNavigationCompiled"],
5913
+ oneShapesubheading?: GraphQLTypes["Shapesubheading"] | undefined | null,
5536
5914
  fieldSetShapesupport: string,
5537
5915
  modelShapesupport: GraphQLTypes["ModelNavigationCompiled"],
5538
5916
  previewFieldsShapesupport: GraphQLTypes["ModelNavigationCompiled"],
@@ -5569,12 +5947,12 @@ export type GraphQLTypes = {
5569
5947
  previewFieldsViewhowitworks: GraphQLTypes["ModelNavigationCompiled"],
5570
5948
  oneViewhowitworks?: GraphQLTypes["Viewhowitworks"] | undefined | null,
5571
5949
  oneAsScalarViewhowitworks?: GraphQLTypes["ViewAsScalar"] | undefined | null,
5572
- variantsViewpricing?: Array<GraphQLTypes["Viewpricing"]> | undefined | null,
5573
- fieldSetViewpricing: string,
5574
- modelViewpricing: GraphQLTypes["ModelNavigationCompiled"],
5575
- previewFieldsViewpricing: GraphQLTypes["ModelNavigationCompiled"],
5576
- oneViewpricing?: GraphQLTypes["Viewpricing"] | undefined | null,
5577
- oneAsScalarViewpricing?: GraphQLTypes["ViewAsScalar"] | undefined | null,
5950
+ variantsViewpricing_component?: Array<GraphQLTypes["Viewpricing_component"]> | undefined | null,
5951
+ fieldSetViewpricing_component: string,
5952
+ modelViewpricing_component: GraphQLTypes["ModelNavigationCompiled"],
5953
+ previewFieldsViewpricing_component: GraphQLTypes["ModelNavigationCompiled"],
5954
+ oneViewpricing_component?: GraphQLTypes["Viewpricing_component"] | undefined | null,
5955
+ oneAsScalarViewpricing_component?: GraphQLTypes["ViewAsScalar"] | undefined | null,
5578
5956
  variantsViewttt?: Array<GraphQLTypes["Viewttt"]> | undefined | null,
5579
5957
  fieldSetViewttt: string,
5580
5958
  modelViewttt: GraphQLTypes["ModelNavigationCompiled"],
@@ -5598,7 +5976,8 @@ export type GraphQLTypes = {
5598
5976
  responseFieldSetFormregister?: string | undefined | null,
5599
5977
  responsesFormtest?: GraphQLTypes["SearchResponsesFormtest"] | undefined | null,
5600
5978
  responseFormtest?: GraphQLTypes["ResponseFormtest"] | undefined | null,
5601
- responseFieldSetFormtest?: string | undefined | null
5979
+ responseFieldSetFormtest?: string | undefined | null,
5980
+ ['...on Query']: Omit<GraphQLTypes["Query"], "...on Query">
5602
5981
  };
5603
5982
  ["Mutation"]: {
5604
5983
  __typename: "Mutation",
@@ -5606,12 +5985,14 @@ export type GraphQLTypes = {
5606
5985
  submitResponseFormregister?: boolean | undefined | null,
5607
5986
  removeResponseFormregister?: boolean | undefined | null,
5608
5987
  submitResponseFormtest?: boolean | undefined | null,
5609
- removeResponseFormtest?: boolean | undefined | null
5988
+ removeResponseFormtest?: boolean | undefined | null,
5989
+ ['...on Mutation']: Omit<GraphQLTypes["Mutation"], "...on Mutation">
5610
5990
  };
5611
5991
  ["RootParamsType"]: {
5612
5992
  __typename: "RootParamsType",
5613
5993
  _version?: string | undefined | null,
5614
- locale?: string | undefined | null
5994
+ locale?: string | undefined | null,
5995
+ ['...on RootParamsType']: Omit<GraphQLTypes["RootParamsType"], "...on RootParamsType">
5615
5996
  };
5616
5997
  ["ModelEnum"]: ModelEnum;
5617
5998
  ["ViewEnum"]: ViewEnum;
@@ -5620,7 +6001,8 @@ export type GraphQLTypes = {
5620
6001
  ["docs__Connection"]: {
5621
6002
  __typename: "docs__Connection",
5622
6003
  items?: Array<GraphQLTypes["docs"]> | undefined | null,
5623
- pageInfo: GraphQLTypes["PageInfo"]
6004
+ pageInfo: GraphQLTypes["PageInfo"],
6005
+ ['...on docs__Connection']: Omit<GraphQLTypes["docs__Connection"], "...on docs__Connection">
5624
6006
  };
5625
6007
  ["docs"]: {
5626
6008
  __typename: "docs",
@@ -5638,12 +6020,14 @@ export type GraphQLTypes = {
5638
6020
  createdAt?: number | undefined | null,
5639
6021
  updatedAt?: number | undefined | null,
5640
6022
  draft_version?: boolean | undefined | null,
5641
- json_ld?: string | undefined | null
6023
+ json_ld?: string | undefined | null,
6024
+ ['...on docs']: Omit<GraphQLTypes["docs"], "...on docs">
5642
6025
  };
5643
6026
  ["ViewaccountMain"]: {
5644
6027
  __typename: "ViewaccountMain",
5645
6028
  profile?: GraphQLTypes["Shapeprofile_info"] | undefined | null,
5646
- projects?: GraphQLTypes["Shapelista_projektow"] | undefined | null
6029
+ projects?: GraphQLTypes["Shapelista_projektow"] | undefined | null,
6030
+ ['...on ViewaccountMain']: Omit<GraphQLTypes["ViewaccountMain"], "...on ViewaccountMain">
5647
6031
  };
5648
6032
  ["Viewaccount"]: {
5649
6033
  __typename: "Viewaccount",
@@ -5655,12 +6039,14 @@ export type GraphQLTypes = {
5655
6039
  createdAt?: number | undefined | null,
5656
6040
  updatedAt?: number | undefined | null,
5657
6041
  draft_version?: boolean | undefined | null,
5658
- json_ld?: string | undefined | null
6042
+ json_ld?: string | undefined | null,
6043
+ ['...on Viewaccount']: Omit<GraphQLTypes["Viewaccount"], "...on Viewaccount">
5659
6044
  };
5660
6045
  ["ViewfeaturesMain"]: {
5661
6046
  __typename: "ViewfeaturesMain",
5662
6047
  auto_translation?: GraphQLTypes["Shapefeaturepresentation"] | undefined | null,
5663
- ai_component?: GraphQLTypes["Shapefeaturepresentation"] | undefined | null
6048
+ ai_component?: GraphQLTypes["Shapefeaturepresentation"] | undefined | null,
6049
+ ['...on ViewfeaturesMain']: Omit<GraphQLTypes["ViewfeaturesMain"], "...on ViewfeaturesMain">
5664
6050
  };
5665
6051
  ["Viewfeatures"]: {
5666
6052
  __typename: "Viewfeatures",
@@ -5672,26 +6058,29 @@ export type GraphQLTypes = {
5672
6058
  createdAt?: number | undefined | null,
5673
6059
  updatedAt?: number | undefined | null,
5674
6060
  draft_version?: boolean | undefined | null,
5675
- json_ld?: string | undefined | null
6061
+ json_ld?: string | undefined | null,
6062
+ ['...on Viewfeatures']: Omit<GraphQLTypes["Viewfeatures"], "...on Viewfeatures">
5676
6063
  };
5677
6064
  ["ViewhomepageCotContain"]: {
5678
6065
  __typename: "ViewhomepageCotContain",
5679
- header?: GraphQLTypes["Shapetitle_desc"] | undefined | null
6066
+ header?: GraphQLTypes["Shapetitle_desc"] | undefined | null,
6067
+ ['...on ViewhomepageCotContain']: Omit<GraphQLTypes["ViewhomepageCotContain"], "...on ViewhomepageCotContain">
5680
6068
  };
5681
6069
  ["ViewhomepageCotFeatures"]: {
5682
6070
  __typename: "ViewhomepageCotFeatures",
5683
- feat?: Array<GraphQLTypes["Shapefeaturepresentation"] | undefined | null> | undefined | null
6071
+ feat?: Array<GraphQLTypes["Shapefeaturepresentation"] | undefined | null> | undefined | null,
6072
+ ['...on ViewhomepageCotFeatures']: Omit<GraphQLTypes["ViewhomepageCotFeatures"], "...on ViewhomepageCotFeatures">
5684
6073
  };
5685
6074
  ["ViewhomepageCot"]: {
5686
6075
  __typename: "ViewhomepageCot",
5687
6076
  contain?: GraphQLTypes["ViewhomepageCotContain"] | undefined | null,
5688
- features?: GraphQLTypes["ViewhomepageCotFeatures"] | undefined | null
6077
+ features?: GraphQLTypes["ViewhomepageCotFeatures"] | undefined | null,
6078
+ ['...on ViewhomepageCot']: Omit<GraphQLTypes["ViewhomepageCot"], "...on ViewhomepageCot">
5689
6079
  };
5690
6080
  ["Viewhomepage"]: {
5691
6081
  __typename: "Viewhomepage",
5692
6082
  _version?: GraphQLTypes["VersionField"] | undefined | null,
5693
6083
  nav?: GraphQLTypes["Shapenav"] | undefined | null,
5694
- main?: GraphQLTypes["Shapehero"] | undefined | null,
5695
6084
  hero?: GraphQLTypes["Shapeherox"] | undefined | null,
5696
6085
  cot?: GraphQLTypes["ViewhomepageCot"] | undefined | null,
5697
6086
  pricing?: GraphQLTypes["Shapepricingv1"] | undefined | null,
@@ -5702,13 +6091,15 @@ export type GraphQLTypes = {
5702
6091
  createdAt?: number | undefined | null,
5703
6092
  updatedAt?: number | undefined | null,
5704
6093
  draft_version?: boolean | undefined | null,
5705
- json_ld?: string | undefined | null
6094
+ json_ld?: string | undefined | null,
6095
+ ['...on Viewhomepage']: Omit<GraphQLTypes["Viewhomepage"], "...on Viewhomepage">
5706
6096
  };
5707
6097
  ["ViewhowitworksFeature_control"]: {
5708
6098
  __typename: "ViewhowitworksFeature_control",
5709
6099
  title?: string | undefined | null,
5710
6100
  description?: string | undefined | null,
5711
- image?: GraphQLTypes["ImageField"] | undefined | null
6101
+ image?: GraphQLTypes["ImageField"] | undefined | null,
6102
+ ['...on ViewhowitworksFeature_control']: Omit<GraphQLTypes["ViewhowitworksFeature_control"], "...on ViewhowitworksFeature_control">
5712
6103
  };
5713
6104
  ["Viewhowitworks"]: {
5714
6105
  __typename: "Viewhowitworks",
@@ -5721,21 +6112,20 @@ export type GraphQLTypes = {
5721
6112
  createdAt?: number | undefined | null,
5722
6113
  updatedAt?: number | undefined | null,
5723
6114
  draft_version?: boolean | undefined | null,
5724
- json_ld?: string | undefined | null
6115
+ json_ld?: string | undefined | null,
6116
+ ['...on Viewhowitworks']: Omit<GraphQLTypes["Viewhowitworks"], "...on Viewhowitworks">
5725
6117
  };
5726
- ["Viewpricing"]: {
5727
- __typename: "Viewpricing",
6118
+ ["Viewpricing_component"]: {
6119
+ __typename: "Viewpricing_component",
5728
6120
  _version?: GraphQLTypes["VersionField"] | undefined | null,
5729
- pricing?: GraphQLTypes["Shapepricingv1"] | undefined | null,
5730
- table?: GraphQLTypes["Shapepricing_table"] | undefined | null,
5731
- cta?: GraphQLTypes["Shapenewshape"] | undefined | null,
5732
6121
  locale?: string | undefined | null,
5733
6122
  slug?: string | undefined | null,
5734
6123
  _id: string,
5735
6124
  createdAt?: number | undefined | null,
5736
6125
  updatedAt?: number | undefined | null,
5737
6126
  draft_version?: boolean | undefined | null,
5738
- json_ld?: string | undefined | null
6127
+ json_ld?: string | undefined | null,
6128
+ ['...on Viewpricing_component']: Omit<GraphQLTypes["Viewpricing_component"], "...on Viewpricing_component">
5739
6129
  };
5740
6130
  ["Viewttt"]: {
5741
6131
  __typename: "Viewttt",
@@ -5746,64 +6136,76 @@ export type GraphQLTypes = {
5746
6136
  createdAt?: number | undefined | null,
5747
6137
  updatedAt?: number | undefined | null,
5748
6138
  draft_version?: boolean | undefined | null,
5749
- json_ld?: string | undefined | null
6139
+ json_ld?: string | undefined | null,
6140
+ ['...on Viewttt']: Omit<GraphQLTypes["Viewttt"], "...on Viewttt">
5750
6141
  };
5751
6142
  ["Shapeaplikacja_gNavbarMenu"]: {
5752
6143
  __typename: "Shapeaplikacja_gNavbarMenu",
5753
6144
  name?: string | undefined | null,
5754
- href?: string | undefined | null
6145
+ href?: string | undefined | null,
6146
+ ['...on Shapeaplikacja_gNavbarMenu']: Omit<GraphQLTypes["Shapeaplikacja_gNavbarMenu"], "...on Shapeaplikacja_gNavbarMenu">
5755
6147
  };
5756
6148
  ["Shapeaplikacja_gNavbar"]: {
5757
6149
  __typename: "Shapeaplikacja_gNavbar",
5758
6150
  logo?: string | undefined | null,
5759
- menu?: Array<GraphQLTypes["Shapeaplikacja_gNavbarMenu"] | undefined | null> | undefined | null
6151
+ menu?: Array<GraphQLTypes["Shapeaplikacja_gNavbarMenu"] | undefined | null> | undefined | null,
6152
+ ['...on Shapeaplikacja_gNavbar']: Omit<GraphQLTypes["Shapeaplikacja_gNavbar"], "...on Shapeaplikacja_gNavbar">
5760
6153
  };
5761
6154
  ["Shapeaplikacja_gHero"]: {
5762
6155
  __typename: "Shapeaplikacja_gHero",
5763
6156
  heading?: string | undefined | null,
5764
- subheading?: string | undefined | null
6157
+ subheading?: string | undefined | null,
6158
+ ['...on Shapeaplikacja_gHero']: Omit<GraphQLTypes["Shapeaplikacja_gHero"], "...on Shapeaplikacja_gHero">
5765
6159
  };
5766
6160
  ["Shapeaplikacja_gExplainer_video"]: {
5767
6161
  __typename: "Shapeaplikacja_gExplainer_video",
5768
6162
  title?: string | undefined | null,
5769
6163
  description?: string | undefined | null,
5770
- video?: GraphQLTypes["VideoField"] | undefined | null
6164
+ video?: GraphQLTypes["VideoField"] | undefined | null,
6165
+ ['...on Shapeaplikacja_gExplainer_video']: Omit<GraphQLTypes["Shapeaplikacja_gExplainer_video"], "...on Shapeaplikacja_gExplainer_video">
5771
6166
  };
5772
6167
  ["Shapeaplikacja_gVideo_list"]: {
5773
6168
  __typename: "Shapeaplikacja_gVideo_list",
5774
6169
  title?: string | undefined | null,
5775
6170
  description?: string | undefined | null,
5776
- video?: GraphQLTypes["VideoField"] | undefined | null
6171
+ video?: GraphQLTypes["VideoField"] | undefined | null,
6172
+ ['...on Shapeaplikacja_gVideo_list']: Omit<GraphQLTypes["Shapeaplikacja_gVideo_list"], "...on Shapeaplikacja_gVideo_list">
5777
6173
  };
5778
6174
  ["Shapeaplikacja_gStatsItems"]: {
5779
6175
  __typename: "Shapeaplikacja_gStatsItems",
5780
6176
  label?: string | undefined | null,
5781
- value?: number | undefined | null
6177
+ value?: number | undefined | null,
6178
+ ['...on Shapeaplikacja_gStatsItems']: Omit<GraphQLTypes["Shapeaplikacja_gStatsItems"], "...on Shapeaplikacja_gStatsItems">
5782
6179
  };
5783
6180
  ["Shapeaplikacja_gStats"]: {
5784
6181
  __typename: "Shapeaplikacja_gStats",
5785
- items?: Array<GraphQLTypes["Shapeaplikacja_gStatsItems"] | undefined | null> | undefined | null
6182
+ items?: Array<GraphQLTypes["Shapeaplikacja_gStatsItems"] | undefined | null> | undefined | null,
6183
+ ['...on Shapeaplikacja_gStats']: Omit<GraphQLTypes["Shapeaplikacja_gStats"], "...on Shapeaplikacja_gStats">
5786
6184
  };
5787
6185
  ["Shapeaplikacja_gTestimonials"]: {
5788
6186
  __typename: "Shapeaplikacja_gTestimonials",
5789
6187
  name?: string | undefined | null,
5790
- text?: string | undefined | null
6188
+ text?: string | undefined | null,
6189
+ ['...on Shapeaplikacja_gTestimonials']: Omit<GraphQLTypes["Shapeaplikacja_gTestimonials"], "...on Shapeaplikacja_gTestimonials">
5791
6190
  };
5792
6191
  ["Shapeaplikacja_gCall_to_action"]: {
5793
6192
  __typename: "Shapeaplikacja_gCall_to_action",
5794
6193
  heading?: string | undefined | null,
5795
6194
  description?: string | undefined | null,
5796
- button_text?: string | undefined | null
6195
+ button_text?: string | undefined | null,
6196
+ ['...on Shapeaplikacja_gCall_to_action']: Omit<GraphQLTypes["Shapeaplikacja_gCall_to_action"], "...on Shapeaplikacja_gCall_to_action">
5797
6197
  };
5798
6198
  ["Shapeaplikacja_gFooterLinks"]: {
5799
6199
  __typename: "Shapeaplikacja_gFooterLinks",
5800
6200
  label?: string | undefined | null,
5801
- href?: string | undefined | null
6201
+ href?: string | undefined | null,
6202
+ ['...on Shapeaplikacja_gFooterLinks']: Omit<GraphQLTypes["Shapeaplikacja_gFooterLinks"], "...on Shapeaplikacja_gFooterLinks">
5802
6203
  };
5803
6204
  ["Shapeaplikacja_gFooter"]: {
5804
6205
  __typename: "Shapeaplikacja_gFooter",
5805
6206
  copyright?: string | undefined | null,
5806
- links?: Array<GraphQLTypes["Shapeaplikacja_gFooterLinks"] | undefined | null> | undefined | null
6207
+ links?: Array<GraphQLTypes["Shapeaplikacja_gFooterLinks"] | undefined | null> | undefined | null,
6208
+ ['...on Shapeaplikacja_gFooter']: Omit<GraphQLTypes["Shapeaplikacja_gFooter"], "...on Shapeaplikacja_gFooter">
5807
6209
  };
5808
6210
  ["Shapeaplikacja_g"]: {
5809
6211
  __typename: "Shapeaplikacja_g",
@@ -5817,62 +6219,74 @@ export type GraphQLTypes = {
5817
6219
  footer?: GraphQLTypes["Shapeaplikacja_gFooter"] | undefined | null,
5818
6220
  _id: string,
5819
6221
  createdAt?: number | undefined | null,
5820
- updatedAt?: number | undefined | null
6222
+ updatedAt?: number | undefined | null,
6223
+ ['...on Shapeaplikacja_g']: Omit<GraphQLTypes["Shapeaplikacja_g"], "...on Shapeaplikacja_g">
5821
6224
  };
5822
6225
  ["Shapecloud_sidebarSidebarMenuCategoryPage"]: {
5823
6226
  __typename: "Shapecloud_sidebarSidebarMenuCategoryPage",
5824
6227
  name?: string | undefined | null,
5825
- link?: string | undefined | null
6228
+ link?: string | undefined | null,
6229
+ ['...on Shapecloud_sidebarSidebarMenuCategoryPage']: Omit<GraphQLTypes["Shapecloud_sidebarSidebarMenuCategoryPage"], "...on Shapecloud_sidebarSidebarMenuCategoryPage">
5826
6230
  };
5827
6231
  ["Shapecloud_sidebarSidebarMenuCategory"]: {
5828
6232
  __typename: "Shapecloud_sidebarSidebarMenuCategory",
5829
- page?: Array<GraphQLTypes["Shapecloud_sidebarSidebarMenuCategoryPage"] | undefined | null> | undefined | null
6233
+ page?: Array<GraphQLTypes["Shapecloud_sidebarSidebarMenuCategoryPage"] | undefined | null> | undefined | null,
6234
+ ['...on Shapecloud_sidebarSidebarMenuCategory']: Omit<GraphQLTypes["Shapecloud_sidebarSidebarMenuCategory"], "...on Shapecloud_sidebarSidebarMenuCategory">
5830
6235
  };
5831
6236
  ["Shapecloud_sidebarSidebarMenu"]: {
5832
6237
  __typename: "Shapecloud_sidebarSidebarMenu",
5833
6238
  logo?: GraphQLTypes["ImageField"] | undefined | null,
5834
- category?: Array<GraphQLTypes["Shapecloud_sidebarSidebarMenuCategory"] | undefined | null> | undefined | null
6239
+ category?: Array<GraphQLTypes["Shapecloud_sidebarSidebarMenuCategory"] | undefined | null> | undefined | null,
6240
+ ['...on Shapecloud_sidebarSidebarMenu']: Omit<GraphQLTypes["Shapecloud_sidebarSidebarMenu"], "...on Shapecloud_sidebarSidebarMenu">
5835
6241
  };
5836
6242
  ["Shapecloud_sidebarSidebarBottom_menuLogout"]: {
5837
6243
  __typename: "Shapecloud_sidebarSidebarBottom_menuLogout",
5838
6244
  name?: string | undefined | null,
5839
- link?: string | undefined | null
6245
+ link?: string | undefined | null,
6246
+ ['...on Shapecloud_sidebarSidebarBottom_menuLogout']: Omit<GraphQLTypes["Shapecloud_sidebarSidebarBottom_menuLogout"], "...on Shapecloud_sidebarSidebarBottom_menuLogout">
5840
6247
  };
5841
6248
  ["Shapecloud_sidebarSidebarBottom_menu"]: {
5842
6249
  __typename: "Shapecloud_sidebarSidebarBottom_menu",
5843
- logout?: GraphQLTypes["Shapecloud_sidebarSidebarBottom_menuLogout"] | undefined | null
6250
+ logout?: GraphQLTypes["Shapecloud_sidebarSidebarBottom_menuLogout"] | undefined | null,
6251
+ ['...on Shapecloud_sidebarSidebarBottom_menu']: Omit<GraphQLTypes["Shapecloud_sidebarSidebarBottom_menu"], "...on Shapecloud_sidebarSidebarBottom_menu">
5844
6252
  };
5845
6253
  ["Shapecloud_sidebarSidebar"]: {
5846
6254
  __typename: "Shapecloud_sidebarSidebar",
5847
6255
  menu?: GraphQLTypes["Shapecloud_sidebarSidebarMenu"] | undefined | null,
5848
- bottom_menu?: GraphQLTypes["Shapecloud_sidebarSidebarBottom_menu"] | undefined | null
6256
+ bottom_menu?: GraphQLTypes["Shapecloud_sidebarSidebarBottom_menu"] | undefined | null,
6257
+ ['...on Shapecloud_sidebarSidebar']: Omit<GraphQLTypes["Shapecloud_sidebarSidebar"], "...on Shapecloud_sidebarSidebar">
5849
6258
  };
5850
6259
  ["Shapecloud_sidebar"]: {
5851
6260
  __typename: "Shapecloud_sidebar",
5852
6261
  sidebar?: GraphQLTypes["Shapecloud_sidebarSidebar"] | undefined | null,
5853
6262
  _id: string,
5854
6263
  createdAt?: number | undefined | null,
5855
- updatedAt?: number | undefined | null
6264
+ updatedAt?: number | undefined | null,
6265
+ ['...on Shapecloud_sidebar']: Omit<GraphQLTypes["Shapecloud_sidebar"], "...on Shapecloud_sidebar">
5856
6266
  };
5857
6267
  ["Shapecta_boomSectionContentCentered_contentBadge"]: {
5858
6268
  __typename: "Shapecta_boomSectionContentCentered_contentBadge",
5859
6269
  dot?: string | undefined | null,
5860
- badge_text?: string | undefined | null
6270
+ badge_text?: string | undefined | null,
6271
+ ['...on Shapecta_boomSectionContentCentered_contentBadge']: Omit<GraphQLTypes["Shapecta_boomSectionContentCentered_contentBadge"], "...on Shapecta_boomSectionContentCentered_contentBadge">
5861
6272
  };
5862
6273
  ["Shapecta_boomSectionContentCentered_contentCta_blockCta_primary"]: {
5863
6274
  __typename: "Shapecta_boomSectionContentCentered_contentCta_blockCta_primary",
5864
6275
  cta?: string | undefined | null,
5865
- href?: string | undefined | null
6276
+ href?: string | undefined | null,
6277
+ ['...on Shapecta_boomSectionContentCentered_contentCta_blockCta_primary']: Omit<GraphQLTypes["Shapecta_boomSectionContentCentered_contentCta_blockCta_primary"], "...on Shapecta_boomSectionContentCentered_contentCta_blockCta_primary">
5866
6278
  };
5867
6279
  ["Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary"]: {
5868
6280
  __typename: "Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary",
5869
6281
  cta?: string | undefined | null,
5870
- href?: string | undefined | null
6282
+ href?: string | undefined | null,
6283
+ ['...on Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary']: Omit<GraphQLTypes["Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary"], "...on Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary">
5871
6284
  };
5872
6285
  ["Shapecta_boomSectionContentCentered_contentCta_block"]: {
5873
6286
  __typename: "Shapecta_boomSectionContentCentered_contentCta_block",
5874
6287
  cta_primary?: GraphQLTypes["Shapecta_boomSectionContentCentered_contentCta_blockCta_primary"] | undefined | null,
5875
- cta_secondary?: GraphQLTypes["Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary"] | undefined | null
6288
+ cta_secondary?: GraphQLTypes["Shapecta_boomSectionContentCentered_contentCta_blockCta_secondary"] | undefined | null,
6289
+ ['...on Shapecta_boomSectionContentCentered_contentCta_block']: Omit<GraphQLTypes["Shapecta_boomSectionContentCentered_contentCta_block"], "...on Shapecta_boomSectionContentCentered_contentCta_block">
5876
6290
  };
5877
6291
  ["Shapecta_boomSectionContentCentered_content"]: {
5878
6292
  __typename: "Shapecta_boomSectionContentCentered_content",
@@ -5881,216 +6295,271 @@ export type GraphQLTypes = {
5881
6295
  gradient_subtitle?: string | undefined | null,
5882
6296
  description?: string | undefined | null,
5883
6297
  cta_block?: GraphQLTypes["Shapecta_boomSectionContentCentered_contentCta_block"] | undefined | null,
5884
- footer_note?: string | undefined | null
6298
+ footer_note?: string | undefined | null,
6299
+ ['...on Shapecta_boomSectionContentCentered_content']: Omit<GraphQLTypes["Shapecta_boomSectionContentCentered_content"], "...on Shapecta_boomSectionContentCentered_content">
5885
6300
  };
5886
6301
  ["Shapecta_boomSectionContent"]: {
5887
6302
  __typename: "Shapecta_boomSectionContent",
5888
- centered_content?: GraphQLTypes["Shapecta_boomSectionContentCentered_content"] | undefined | null
6303
+ centered_content?: GraphQLTypes["Shapecta_boomSectionContentCentered_content"] | undefined | null,
6304
+ ['...on Shapecta_boomSectionContent']: Omit<GraphQLTypes["Shapecta_boomSectionContent"], "...on Shapecta_boomSectionContent">
5889
6305
  };
5890
6306
  ["Shapecta_boomSection"]: {
5891
6307
  __typename: "Shapecta_boomSection",
5892
- content?: GraphQLTypes["Shapecta_boomSectionContent"] | undefined | null
6308
+ content?: GraphQLTypes["Shapecta_boomSectionContent"] | undefined | null,
6309
+ ['...on Shapecta_boomSection']: Omit<GraphQLTypes["Shapecta_boomSection"], "...on Shapecta_boomSection">
5893
6310
  };
5894
6311
  ["Shapecta_boom"]: {
5895
6312
  __typename: "Shapecta_boom",
5896
6313
  section?: GraphQLTypes["Shapecta_boomSection"] | undefined | null,
5897
6314
  _id: string,
5898
6315
  createdAt?: number | undefined | null,
5899
- updatedAt?: number | undefined | null
6316
+ updatedAt?: number | undefined | null,
6317
+ ['...on Shapecta_boom']: Omit<GraphQLTypes["Shapecta_boom"], "...on Shapecta_boom">
5900
6318
  };
5901
6319
  ["Shapectabutton"]: {
5902
6320
  __typename: "Shapectabutton",
5903
6321
  cta?: string | undefined | null,
5904
6322
  _id: string,
5905
6323
  createdAt?: number | undefined | null,
5906
- updatedAt?: number | undefined | null
6324
+ updatedAt?: number | undefined | null,
6325
+ ['...on Shapectabutton']: Omit<GraphQLTypes["Shapectabutton"], "...on Shapectabutton">
5907
6326
  };
5908
6327
  ["Shapedocs_contentDocumentation_pageContent_containerDoc_content"]: {
5909
6328
  __typename: "Shapedocs_contentDocumentation_pageContent_containerDoc_content",
5910
- content?: string | undefined | null
6329
+ content?: string | undefined | null,
6330
+ ['...on Shapedocs_contentDocumentation_pageContent_containerDoc_content']: Omit<GraphQLTypes["Shapedocs_contentDocumentation_pageContent_containerDoc_content"], "...on Shapedocs_contentDocumentation_pageContent_containerDoc_content">
5911
6331
  };
5912
6332
  ["Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"]: {
5913
6333
  __typename: "Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container",
5914
6334
  scrollspy_title?: string | undefined | null,
5915
- scrollspy_list?: string | undefined | null
6335
+ scrollspy_list?: string | undefined | null,
6336
+ ['...on Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container']: Omit<GraphQLTypes["Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"], "...on Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container">
5916
6337
  };
5917
6338
  ["Shapedocs_contentDocumentation_pageContent_containerScrollspy"]: {
5918
6339
  __typename: "Shapedocs_contentDocumentation_pageContent_containerScrollspy",
5919
- scrollspy_container?: GraphQLTypes["Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"] | undefined | null
6340
+ scrollspy_container?: GraphQLTypes["Shapedocs_contentDocumentation_pageContent_containerScrollspyScrollspy_container"] | undefined | null,
6341
+ ['...on Shapedocs_contentDocumentation_pageContent_containerScrollspy']: Omit<GraphQLTypes["Shapedocs_contentDocumentation_pageContent_containerScrollspy"], "...on Shapedocs_contentDocumentation_pageContent_containerScrollspy">
5920
6342
  };
5921
6343
  ["Shapedocs_contentDocumentation_pageContent_container"]: {
5922
6344
  __typename: "Shapedocs_contentDocumentation_pageContent_container",
5923
6345
  doc_content?: GraphQLTypes["Shapedocs_contentDocumentation_pageContent_containerDoc_content"] | undefined | null,
5924
- scrollspy?: GraphQLTypes["Shapedocs_contentDocumentation_pageContent_containerScrollspy"] | undefined | null
6346
+ scrollspy?: GraphQLTypes["Shapedocs_contentDocumentation_pageContent_containerScrollspy"] | undefined | null,
6347
+ ['...on Shapedocs_contentDocumentation_pageContent_container']: Omit<GraphQLTypes["Shapedocs_contentDocumentation_pageContent_container"], "...on Shapedocs_contentDocumentation_pageContent_container">
5925
6348
  };
5926
6349
  ["Shapedocs_contentDocumentation_page"]: {
5927
6350
  __typename: "Shapedocs_contentDocumentation_page",
5928
- content_container?: GraphQLTypes["Shapedocs_contentDocumentation_pageContent_container"] | undefined | null
6351
+ content_container?: GraphQLTypes["Shapedocs_contentDocumentation_pageContent_container"] | undefined | null,
6352
+ ['...on Shapedocs_contentDocumentation_page']: Omit<GraphQLTypes["Shapedocs_contentDocumentation_page"], "...on Shapedocs_contentDocumentation_page">
5929
6353
  };
5930
6354
  ["Shapedocs_content"]: {
5931
6355
  __typename: "Shapedocs_content",
5932
6356
  documentation_page?: GraphQLTypes["Shapedocs_contentDocumentation_page"] | undefined | null,
5933
6357
  _id: string,
5934
6358
  createdAt?: number | undefined | null,
5935
- updatedAt?: number | undefined | null
6359
+ updatedAt?: number | undefined | null,
6360
+ ['...on Shapedocs_content']: Omit<GraphQLTypes["Shapedocs_content"], "...on Shapedocs_content">
5936
6361
  };
5937
6362
  ["Shapedocs_navMainListChildrenCategory"]: {
5938
6363
  __typename: "Shapedocs_navMainListChildrenCategory",
5939
6364
  name?: string | undefined | null,
5940
- link?: string | undefined | null
6365
+ link?: string | undefined | null,
6366
+ ['...on Shapedocs_navMainListChildrenCategory']: Omit<GraphQLTypes["Shapedocs_navMainListChildrenCategory"], "...on Shapedocs_navMainListChildrenCategory">
5941
6367
  };
5942
6368
  ["Shapedocs_navMainListChildren"]: {
5943
6369
  __typename: "Shapedocs_navMainListChildren",
5944
- category?: Array<GraphQLTypes["Shapedocs_navMainListChildrenCategory"] | undefined | null> | undefined | null
6370
+ category?: Array<GraphQLTypes["Shapedocs_navMainListChildrenCategory"] | undefined | null> | undefined | null,
6371
+ ['...on Shapedocs_navMainListChildren']: Omit<GraphQLTypes["Shapedocs_navMainListChildren"], "...on Shapedocs_navMainListChildren">
5945
6372
  };
5946
6373
  ["Shapedocs_navMainList"]: {
5947
6374
  __typename: "Shapedocs_navMainList",
5948
6375
  title?: string | undefined | null,
5949
- children?: GraphQLTypes["Shapedocs_navMainListChildren"] | undefined | null
6376
+ children?: GraphQLTypes["Shapedocs_navMainListChildren"] | undefined | null,
6377
+ ['...on Shapedocs_navMainList']: Omit<GraphQLTypes["Shapedocs_navMainList"], "...on Shapedocs_navMainList">
5950
6378
  };
5951
6379
  ["Shapedocs_navMain"]: {
5952
6380
  __typename: "Shapedocs_navMain",
5953
- list?: Array<GraphQLTypes["Shapedocs_navMainList"] | undefined | null> | undefined | null
6381
+ list?: Array<GraphQLTypes["Shapedocs_navMainList"] | undefined | null> | undefined | null,
6382
+ ['...on Shapedocs_navMain']: Omit<GraphQLTypes["Shapedocs_navMain"], "...on Shapedocs_navMain">
5954
6383
  };
5955
6384
  ["Shapedocs_nav"]: {
5956
6385
  __typename: "Shapedocs_nav",
5957
6386
  main?: GraphQLTypes["Shapedocs_navMain"] | undefined | null,
5958
6387
  _id: string,
5959
6388
  createdAt?: number | undefined | null,
5960
- updatedAt?: number | undefined | null
6389
+ updatedAt?: number | undefined | null,
6390
+ ['...on Shapedocs_nav']: Omit<GraphQLTypes["Shapedocs_nav"], "...on Shapedocs_nav">
5961
6391
  };
5962
6392
  ["ShapefeaturepresentationMain"]: {
5963
6393
  __typename: "ShapefeaturepresentationMain",
5964
6394
  title?: string | undefined | null,
5965
6395
  subtitle?: string | undefined | null,
5966
- content?: string | undefined | null
6396
+ content?: string | undefined | null,
6397
+ ['...on ShapefeaturepresentationMain']: Omit<GraphQLTypes["ShapefeaturepresentationMain"], "...on ShapefeaturepresentationMain">
5967
6398
  };
5968
6399
  ["Shapefeaturepresentation"]: {
5969
6400
  __typename: "Shapefeaturepresentation",
5970
6401
  main?: GraphQLTypes["ShapefeaturepresentationMain"] | undefined | null,
5971
6402
  _id: string,
5972
6403
  createdAt?: number | undefined | null,
5973
- updatedAt?: number | undefined | null
6404
+ updatedAt?: number | undefined | null,
6405
+ ['...on Shapefeaturepresentation']: Omit<GraphQLTypes["Shapefeaturepresentation"], "...on Shapefeaturepresentation">
6406
+ };
6407
+ ["Shapefeaturesv2"]: {
6408
+ __typename: "Shapefeaturesv2",
6409
+ _id: string,
6410
+ createdAt?: number | undefined | null,
6411
+ updatedAt?: number | undefined | null,
6412
+ ['...on Shapefeaturesv2']: Omit<GraphQLTypes["Shapefeaturesv2"], "...on Shapefeaturesv2">
5974
6413
  };
5975
6414
  ["ShapefootFooterFooter_containerFooter_links"]: {
5976
6415
  __typename: "ShapefootFooterFooter_containerFooter_links",
5977
6416
  privacy_policy?: string | undefined | null,
5978
6417
  terms_of_service?: string | undefined | null,
5979
- contact_us?: string | undefined | null
6418
+ contact_us?: string | undefined | null,
6419
+ ['...on ShapefootFooterFooter_containerFooter_links']: Omit<GraphQLTypes["ShapefootFooterFooter_containerFooter_links"], "...on ShapefootFooterFooter_containerFooter_links">
5980
6420
  };
5981
6421
  ["ShapefootFooterFooter_container"]: {
5982
6422
  __typename: "ShapefootFooterFooter_container",
5983
6423
  footer_logo?: string | undefined | null,
5984
6424
  footer_links?: GraphQLTypes["ShapefootFooterFooter_containerFooter_links"] | undefined | null,
5985
- footer_copy?: string | undefined | null
6425
+ footer_copy?: string | undefined | null,
6426
+ ['...on ShapefootFooterFooter_container']: Omit<GraphQLTypes["ShapefootFooterFooter_container"], "...on ShapefootFooterFooter_container">
5986
6427
  };
5987
6428
  ["ShapefootFooter"]: {
5988
6429
  __typename: "ShapefootFooter",
5989
- footer_container?: GraphQLTypes["ShapefootFooterFooter_container"] | undefined | null
6430
+ footer_container?: GraphQLTypes["ShapefootFooterFooter_container"] | undefined | null,
6431
+ ['...on ShapefootFooter']: Omit<GraphQLTypes["ShapefootFooter"], "...on ShapefootFooter">
5990
6432
  };
5991
6433
  ["Shapefoot"]: {
5992
6434
  __typename: "Shapefoot",
5993
6435
  footer?: GraphQLTypes["ShapefootFooter"] | undefined | null,
5994
6436
  _id: string,
5995
6437
  createdAt?: number | undefined | null,
5996
- updatedAt?: number | undefined | null
6438
+ updatedAt?: number | undefined | null,
6439
+ ['...on Shapefoot']: Omit<GraphQLTypes["Shapefoot"], "...on Shapefoot">
6440
+ };
6441
+ ["Shapeheading"]: {
6442
+ __typename: "Shapeheading",
6443
+ text?: string | undefined | null,
6444
+ _id: string,
6445
+ createdAt?: number | undefined | null,
6446
+ updatedAt?: number | undefined | null,
6447
+ ['...on Shapeheading']: Omit<GraphQLTypes["Shapeheading"], "...on Shapeheading">
5997
6448
  };
5998
6449
  ["ShapeheroHero_componentSlogan_parent"]: {
5999
6450
  __typename: "ShapeheroHero_componentSlogan_parent",
6000
- slogan?: string | undefined | null
6451
+ slogan?: string | undefined | null,
6452
+ ['...on ShapeheroHero_componentSlogan_parent']: Omit<GraphQLTypes["ShapeheroHero_componentSlogan_parent"], "...on ShapeheroHero_componentSlogan_parent">
6001
6453
  };
6002
6454
  ["ShapeheroHero_component"]: {
6003
6455
  __typename: "ShapeheroHero_component",
6004
6456
  logoplace?: string | undefined | null,
6005
6457
  logo?: string | undefined | null,
6006
6458
  slogan_parent?: GraphQLTypes["ShapeheroHero_componentSlogan_parent"] | undefined | null,
6007
- subslogan?: string | undefined | null
6459
+ subslogan?: string | undefined | null,
6460
+ ['...on ShapeheroHero_component']: Omit<GraphQLTypes["ShapeheroHero_component"], "...on ShapeheroHero_component">
6008
6461
  };
6009
6462
  ["Shapehero"]: {
6010
6463
  __typename: "Shapehero",
6011
6464
  hero_component?: GraphQLTypes["ShapeheroHero_component"] | undefined | null,
6012
6465
  _id: string,
6013
6466
  createdAt?: number | undefined | null,
6014
- updatedAt?: number | undefined | null
6467
+ updatedAt?: number | undefined | null,
6468
+ ['...on Shapehero']: Omit<GraphQLTypes["Shapehero"], "...on Shapehero">
6015
6469
  };
6016
6470
  ["ShapeheroxHero_sectionHero_containerText_wrapperFeatures"]: {
6017
6471
  __typename: "ShapeheroxHero_sectionHero_containerText_wrapperFeatures",
6018
- feature?: Array<string | undefined | null> | undefined | null
6472
+ feature?: Array<string | undefined | null> | undefined | null,
6473
+ ['...on ShapeheroxHero_sectionHero_containerText_wrapperFeatures']: Omit<GraphQLTypes["ShapeheroxHero_sectionHero_containerText_wrapperFeatures"], "...on ShapeheroxHero_sectionHero_containerText_wrapperFeatures">
6019
6474
  };
6020
6475
  ["ShapeheroxHero_sectionHero_containerText_wrapper"]: {
6021
6476
  __typename: "ShapeheroxHero_sectionHero_containerText_wrapper",
6022
6477
  title?: string | undefined | null,
6023
6478
  description?: string | undefined | null,
6024
- features?: GraphQLTypes["ShapeheroxHero_sectionHero_containerText_wrapperFeatures"] | undefined | null
6479
+ features?: GraphQLTypes["ShapeheroxHero_sectionHero_containerText_wrapperFeatures"] | undefined | null,
6480
+ ['...on ShapeheroxHero_sectionHero_containerText_wrapper']: Omit<GraphQLTypes["ShapeheroxHero_sectionHero_containerText_wrapper"], "...on ShapeheroxHero_sectionHero_containerText_wrapper">
6025
6481
  };
6026
6482
  ["ShapeheroxHero_sectionHero_containerImage_wrapper"]: {
6027
6483
  __typename: "ShapeheroxHero_sectionHero_containerImage_wrapper",
6028
- hero_image?: GraphQLTypes["ImageField"] | undefined | null
6484
+ hero_image?: GraphQLTypes["ImageField"] | undefined | null,
6485
+ ['...on ShapeheroxHero_sectionHero_containerImage_wrapper']: Omit<GraphQLTypes["ShapeheroxHero_sectionHero_containerImage_wrapper"], "...on ShapeheroxHero_sectionHero_containerImage_wrapper">
6029
6486
  };
6030
6487
  ["ShapeheroxHero_sectionHero_containerPresentation"]: {
6031
6488
  __typename: "ShapeheroxHero_sectionHero_containerPresentation",
6032
- video?: GraphQLTypes["VideoField"] | undefined | null
6489
+ video?: GraphQLTypes["VideoField"] | undefined | null,
6490
+ ['...on ShapeheroxHero_sectionHero_containerPresentation']: Omit<GraphQLTypes["ShapeheroxHero_sectionHero_containerPresentation"], "...on ShapeheroxHero_sectionHero_containerPresentation">
6033
6491
  };
6034
6492
  ["ShapeheroxHero_sectionHero_container"]: {
6035
6493
  __typename: "ShapeheroxHero_sectionHero_container",
6036
6494
  text_wrapper?: GraphQLTypes["ShapeheroxHero_sectionHero_containerText_wrapper"] | undefined | null,
6037
6495
  image_wrapper?: GraphQLTypes["ShapeheroxHero_sectionHero_containerImage_wrapper"] | undefined | null,
6038
- presentation?: GraphQLTypes["ShapeheroxHero_sectionHero_containerPresentation"] | undefined | null
6496
+ presentation?: GraphQLTypes["ShapeheroxHero_sectionHero_containerPresentation"] | undefined | null,
6497
+ ['...on ShapeheroxHero_sectionHero_container']: Omit<GraphQLTypes["ShapeheroxHero_sectionHero_container"], "...on ShapeheroxHero_sectionHero_container">
6039
6498
  };
6040
6499
  ["ShapeheroxHero_section"]: {
6041
6500
  __typename: "ShapeheroxHero_section",
6042
- hero_container?: GraphQLTypes["ShapeheroxHero_sectionHero_container"] | undefined | null
6501
+ hero_container?: GraphQLTypes["ShapeheroxHero_sectionHero_container"] | undefined | null,
6502
+ ['...on ShapeheroxHero_section']: Omit<GraphQLTypes["ShapeheroxHero_section"], "...on ShapeheroxHero_section">
6043
6503
  };
6044
6504
  ["Shapeherox"]: {
6045
6505
  __typename: "Shapeherox",
6046
6506
  hero_section?: GraphQLTypes["ShapeheroxHero_section"] | undefined | null,
6047
6507
  _id: string,
6048
6508
  createdAt?: number | undefined | null,
6049
- updatedAt?: number | undefined | null
6509
+ updatedAt?: number | undefined | null,
6510
+ ['...on Shapeherox']: Omit<GraphQLTypes["Shapeherox"], "...on Shapeherox">
6050
6511
  };
6051
6512
  ["Shapelista_projektowListProjectsInstance"]: {
6052
6513
  __typename: "Shapelista_projektowListProjectsInstance",
6053
6514
  title?: string | undefined | null,
6054
6515
  link?: string | undefined | null,
6055
- remove_button?: string | undefined | null
6516
+ remove_button?: string | undefined | null,
6517
+ ['...on Shapelista_projektowListProjectsInstance']: Omit<GraphQLTypes["Shapelista_projektowListProjectsInstance"], "...on Shapelista_projektowListProjectsInstance">
6056
6518
  };
6057
6519
  ["Shapelista_projektowListProjects"]: {
6058
6520
  __typename: "Shapelista_projektowListProjects",
6059
- instance?: Array<GraphQLTypes["Shapelista_projektowListProjectsInstance"] | undefined | null> | undefined | null
6521
+ instance?: Array<GraphQLTypes["Shapelista_projektowListProjectsInstance"] | undefined | null> | undefined | null,
6522
+ ['...on Shapelista_projektowListProjects']: Omit<GraphQLTypes["Shapelista_projektowListProjects"], "...on Shapelista_projektowListProjects">
6060
6523
  };
6061
6524
  ["Shapelista_projektowList"]: {
6062
6525
  __typename: "Shapelista_projektowList",
6063
6526
  title?: string | undefined | null,
6064
6527
  subtitle?: string | undefined | null,
6065
- projects?: GraphQLTypes["Shapelista_projektowListProjects"] | undefined | null
6528
+ projects?: GraphQLTypes["Shapelista_projektowListProjects"] | undefined | null,
6529
+ ['...on Shapelista_projektowList']: Omit<GraphQLTypes["Shapelista_projektowList"], "...on Shapelista_projektowList">
6066
6530
  };
6067
6531
  ["Shapelista_projektow"]: {
6068
6532
  __typename: "Shapelista_projektow",
6069
6533
  list?: GraphQLTypes["Shapelista_projektowList"] | undefined | null,
6070
6534
  _id: string,
6071
6535
  createdAt?: number | undefined | null,
6072
- updatedAt?: number | undefined | null
6536
+ updatedAt?: number | undefined | null,
6537
+ ['...on Shapelista_projektow']: Omit<GraphQLTypes["Shapelista_projektow"], "...on Shapelista_projektow">
6073
6538
  };
6074
6539
  ["ShapenavNavigationNavigation_linksLink"]: {
6075
6540
  __typename: "ShapenavNavigationNavigation_linksLink",
6076
6541
  display?: string | undefined | null,
6077
- href?: string | undefined | null
6542
+ href?: string | undefined | null,
6543
+ ['...on ShapenavNavigationNavigation_linksLink']: Omit<GraphQLTypes["ShapenavNavigationNavigation_linksLink"], "...on ShapenavNavigationNavigation_linksLink">
6078
6544
  };
6079
6545
  ["ShapenavNavigationNavigation_links"]: {
6080
6546
  __typename: "ShapenavNavigationNavigation_links",
6081
- link?: Array<GraphQLTypes["ShapenavNavigationNavigation_linksLink"] | undefined | null> | undefined | null
6547
+ link?: Array<GraphQLTypes["ShapenavNavigationNavigation_linksLink"] | undefined | null> | undefined | null,
6548
+ ['...on ShapenavNavigationNavigation_links']: Omit<GraphQLTypes["ShapenavNavigationNavigation_links"], "...on ShapenavNavigationNavigation_links">
6082
6549
  };
6083
6550
  ["ShapenavNavigation"]: {
6084
6551
  __typename: "ShapenavNavigation",
6085
6552
  logo?: string | undefined | null,
6086
- navigation_links?: GraphQLTypes["ShapenavNavigationNavigation_links"] | undefined | null
6553
+ navigation_links?: GraphQLTypes["ShapenavNavigationNavigation_links"] | undefined | null,
6554
+ ['...on ShapenavNavigation']: Omit<GraphQLTypes["ShapenavNavigation"], "...on ShapenavNavigation">
6087
6555
  };
6088
6556
  ["Shapenav"]: {
6089
6557
  __typename: "Shapenav",
6090
6558
  navigation?: GraphQLTypes["ShapenavNavigation"] | undefined | null,
6091
6559
  _id: string,
6092
6560
  createdAt?: number | undefined | null,
6093
- updatedAt?: number | undefined | null
6561
+ updatedAt?: number | undefined | null,
6562
+ ['...on Shapenav']: Omit<GraphQLTypes["Shapenav"], "...on Shapenav">
6094
6563
  };
6095
6564
  ["ShapenewshapeBackgroundContent"]: {
6096
6565
  __typename: "ShapenewshapeBackgroundContent",
@@ -6098,63 +6567,34 @@ export type GraphQLTypes = {
6098
6567
  headline?: string | undefined | null,
6099
6568
  subheadline?: string | undefined | null,
6100
6569
  cta_label?: string | undefined | null,
6101
- cta_href?: string | undefined | null
6570
+ cta_href?: string | undefined | null,
6571
+ ['...on ShapenewshapeBackgroundContent']: Omit<GraphQLTypes["ShapenewshapeBackgroundContent"], "...on ShapenewshapeBackgroundContent">
6102
6572
  };
6103
6573
  ["ShapenewshapeBackground"]: {
6104
6574
  __typename: "ShapenewshapeBackground",
6105
6575
  overlay_gradient?: boolean | undefined | null,
6106
6576
  content?: GraphQLTypes["ShapenewshapeBackgroundContent"] | undefined | null,
6107
- hero_image?: GraphQLTypes["ImageField"] | undefined | null
6577
+ hero_image?: GraphQLTypes["ImageField"] | undefined | null,
6578
+ ['...on ShapenewshapeBackground']: Omit<GraphQLTypes["ShapenewshapeBackground"], "...on ShapenewshapeBackground">
6108
6579
  };
6109
6580
  ["Shapenewshape"]: {
6110
6581
  __typename: "Shapenewshape",
6111
6582
  background?: GraphQLTypes["ShapenewshapeBackground"] | undefined | null,
6112
6583
  _id: string,
6113
6584
  createdAt?: number | undefined | null,
6114
- updatedAt?: number | undefined | null
6115
- };
6116
- ["Shapepricing_tablePricing_sectionHeader_wrapper"]: {
6117
- __typename: "Shapepricing_tablePricing_sectionHeader_wrapper",
6118
- title?: string | undefined | null,
6119
- description?: string | undefined | null
6120
- };
6121
- ["Shapepricing_tablePricing_sectionPricing_tableTable_head"]: {
6122
- __typename: "Shapepricing_tablePricing_sectionPricing_tableTable_head",
6123
- feature?: string | undefined | null,
6124
- unit?: string | undefined | null,
6125
- price?: string | undefined | null
6126
- };
6127
- ["Shapepricing_tablePricing_sectionPricing_tableRows"]: {
6128
- __typename: "Shapepricing_tablePricing_sectionPricing_tableRows",
6129
- feature?: string | undefined | null,
6130
- unit?: string | undefined | null,
6131
- price?: string | undefined | null
6132
- };
6133
- ["Shapepricing_tablePricing_sectionPricing_table"]: {
6134
- __typename: "Shapepricing_tablePricing_sectionPricing_table",
6135
- table_head?: GraphQLTypes["Shapepricing_tablePricing_sectionPricing_tableTable_head"] | undefined | null,
6136
- rows?: Array<GraphQLTypes["Shapepricing_tablePricing_sectionPricing_tableRows"] | undefined | null> | undefined | null
6137
- };
6138
- ["Shapepricing_tablePricing_section"]: {
6139
- __typename: "Shapepricing_tablePricing_section",
6140
- header_wrapper?: GraphQLTypes["Shapepricing_tablePricing_sectionHeader_wrapper"] | undefined | null,
6141
- pricing_table?: GraphQLTypes["Shapepricing_tablePricing_sectionPricing_table"] | undefined | null
6142
- };
6143
- ["Shapepricing_table"]: {
6144
- __typename: "Shapepricing_table",
6145
- pricing_section?: GraphQLTypes["Shapepricing_tablePricing_section"] | undefined | null,
6146
- _id: string,
6147
- createdAt?: number | undefined | null,
6148
- updatedAt?: number | undefined | null
6585
+ updatedAt?: number | undefined | null,
6586
+ ['...on Shapenewshape']: Omit<GraphQLTypes["Shapenewshape"], "...on Shapenewshape">
6149
6587
  };
6150
6588
  ["Shapepricingv1Pricing_sectionHeader_wrapper"]: {
6151
6589
  __typename: "Shapepricingv1Pricing_sectionHeader_wrapper",
6152
6590
  title?: string | undefined | null,
6153
- description?: string | undefined | null
6591
+ description?: string | undefined | null,
6592
+ ['...on Shapepricingv1Pricing_sectionHeader_wrapper']: Omit<GraphQLTypes["Shapepricingv1Pricing_sectionHeader_wrapper"], "...on Shapepricingv1Pricing_sectionHeader_wrapper">
6154
6593
  };
6155
6594
  ["Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list"]: {
6156
6595
  __typename: "Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list",
6157
- feature?: Array<string | undefined | null> | undefined | null
6596
+ feature?: Array<string | undefined | null> | undefined | null,
6597
+ ['...on Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list']: Omit<GraphQLTypes["Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list"], "...on Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list">
6158
6598
  };
6159
6599
  ["Shapepricingv1Pricing_sectionPlans_gridFree_plan"]: {
6160
6600
  __typename: "Shapepricingv1Pricing_sectionPlans_gridFree_plan",
@@ -6162,11 +6602,13 @@ export type GraphQLTypes = {
6162
6602
  price?: string | undefined | null,
6163
6603
  plan_description?: string | undefined | null,
6164
6604
  feature_list?: GraphQLTypes["Shapepricingv1Pricing_sectionPlans_gridFree_planFeature_list"] | undefined | null,
6165
- cta?: GraphQLTypes["Shapesecondary_cta"] | undefined | null
6605
+ cta?: GraphQLTypes["Shapesecondary_cta"] | undefined | null,
6606
+ ['...on Shapepricingv1Pricing_sectionPlans_gridFree_plan']: Omit<GraphQLTypes["Shapepricingv1Pricing_sectionPlans_gridFree_plan"], "...on Shapepricingv1Pricing_sectionPlans_gridFree_plan">
6166
6607
  };
6167
6608
  ["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"]: {
6168
6609
  __typename: "Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list",
6169
- feature?: Array<string | undefined | null> | undefined | null
6610
+ feature?: Array<string | undefined | null> | undefined | null,
6611
+ ['...on Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list']: Omit<GraphQLTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"], "...on Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list">
6170
6612
  };
6171
6613
  ["Shapepricingv1Pricing_sectionPlans_gridPaid_plan"]: {
6172
6614
  __typename: "Shapepricingv1Pricing_sectionPlans_gridPaid_plan",
@@ -6174,134 +6616,218 @@ export type GraphQLTypes = {
6174
6616
  price?: string | undefined | null,
6175
6617
  plan_description?: string | undefined | null,
6176
6618
  feature_list?: GraphQLTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_planFeature_list"] | undefined | null,
6177
- cta?: GraphQLTypes["Shapectabutton"] | undefined | null
6619
+ cta?: GraphQLTypes["Shapectabutton"] | undefined | null,
6620
+ ['...on Shapepricingv1Pricing_sectionPlans_gridPaid_plan']: Omit<GraphQLTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_plan"], "...on Shapepricingv1Pricing_sectionPlans_gridPaid_plan">
6178
6621
  };
6179
6622
  ["Shapepricingv1Pricing_sectionPlans_grid"]: {
6180
6623
  __typename: "Shapepricingv1Pricing_sectionPlans_grid",
6181
6624
  free_plan?: GraphQLTypes["Shapepricingv1Pricing_sectionPlans_gridFree_plan"] | undefined | null,
6182
- paid_plan?: GraphQLTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_plan"] | undefined | null
6625
+ paid_plan?: GraphQLTypes["Shapepricingv1Pricing_sectionPlans_gridPaid_plan"] | undefined | null,
6626
+ ['...on Shapepricingv1Pricing_sectionPlans_grid']: Omit<GraphQLTypes["Shapepricingv1Pricing_sectionPlans_grid"], "...on Shapepricingv1Pricing_sectionPlans_grid">
6183
6627
  };
6184
6628
  ["Shapepricingv1Pricing_section"]: {
6185
6629
  __typename: "Shapepricingv1Pricing_section",
6186
6630
  header_wrapper?: GraphQLTypes["Shapepricingv1Pricing_sectionHeader_wrapper"] | undefined | null,
6187
- plans_grid?: GraphQLTypes["Shapepricingv1Pricing_sectionPlans_grid"] | undefined | null
6631
+ plans_grid?: GraphQLTypes["Shapepricingv1Pricing_sectionPlans_grid"] | undefined | null,
6632
+ ['...on Shapepricingv1Pricing_section']: Omit<GraphQLTypes["Shapepricingv1Pricing_section"], "...on Shapepricingv1Pricing_section">
6188
6633
  };
6189
6634
  ["Shapepricingv1"]: {
6190
6635
  __typename: "Shapepricingv1",
6191
6636
  pricing_section?: GraphQLTypes["Shapepricingv1Pricing_section"] | undefined | null,
6192
6637
  _id: string,
6193
6638
  createdAt?: number | undefined | null,
6194
- updatedAt?: number | undefined | null
6639
+ updatedAt?: number | undefined | null,
6640
+ ['...on Shapepricingv1']: Omit<GraphQLTypes["Shapepricingv1"], "...on Shapepricingv1">
6641
+ };
6642
+ ["Shapepricingv2MainPlans_gridFree_planPlan_footer"]: {
6643
+ __typename: "Shapepricingv2MainPlans_gridFree_planPlan_footer",
6644
+ price?: string | undefined | null,
6645
+ cta?: string | undefined | null,
6646
+ ['...on Shapepricingv2MainPlans_gridFree_planPlan_footer']: Omit<GraphQLTypes["Shapepricingv2MainPlans_gridFree_planPlan_footer"], "...on Shapepricingv2MainPlans_gridFree_planPlan_footer">
6647
+ };
6648
+ ["Shapepricingv2MainPlans_gridFree_plan"]: {
6649
+ __typename: "Shapepricingv2MainPlans_gridFree_plan",
6650
+ subtitle?: string | undefined | null,
6651
+ description?: string | undefined | null,
6652
+ features?: Array<string | undefined | null> | undefined | null,
6653
+ plan_footer?: GraphQLTypes["Shapepricingv2MainPlans_gridFree_planPlan_footer"] | undefined | null,
6654
+ ['...on Shapepricingv2MainPlans_gridFree_plan']: Omit<GraphQLTypes["Shapepricingv2MainPlans_gridFree_plan"], "...on Shapepricingv2MainPlans_gridFree_plan">
6655
+ };
6656
+ ["Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock"]: {
6657
+ __typename: "Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock",
6658
+ price?: string | undefined | null,
6659
+ price_period?: string | undefined | null,
6660
+ ['...on Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock']: Omit<GraphQLTypes["Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock"], "...on Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock">
6661
+ };
6662
+ ["Shapepricingv2MainPlans_gridPro_planPlan_footer"]: {
6663
+ __typename: "Shapepricingv2MainPlans_gridPro_planPlan_footer",
6664
+ priceblock?: GraphQLTypes["Shapepricingv2MainPlans_gridPro_planPlan_footerPriceblock"] | undefined | null,
6665
+ cta?: string | undefined | null,
6666
+ ['...on Shapepricingv2MainPlans_gridPro_planPlan_footer']: Omit<GraphQLTypes["Shapepricingv2MainPlans_gridPro_planPlan_footer"], "...on Shapepricingv2MainPlans_gridPro_planPlan_footer">
6667
+ };
6668
+ ["Shapepricingv2MainPlans_gridPro_plan"]: {
6669
+ __typename: "Shapepricingv2MainPlans_gridPro_plan",
6670
+ subtitle?: string | undefined | null,
6671
+ description?: string | undefined | null,
6672
+ features?: Array<string | undefined | null> | undefined | null,
6673
+ plan_footer?: GraphQLTypes["Shapepricingv2MainPlans_gridPro_planPlan_footer"] | undefined | null,
6674
+ ['...on Shapepricingv2MainPlans_gridPro_plan']: Omit<GraphQLTypes["Shapepricingv2MainPlans_gridPro_plan"], "...on Shapepricingv2MainPlans_gridPro_plan">
6675
+ };
6676
+ ["Shapepricingv2MainPlans_grid"]: {
6677
+ __typename: "Shapepricingv2MainPlans_grid",
6678
+ free_plan?: GraphQLTypes["Shapepricingv2MainPlans_gridFree_plan"] | undefined | null,
6679
+ pro_plan?: GraphQLTypes["Shapepricingv2MainPlans_gridPro_plan"] | undefined | null,
6680
+ ['...on Shapepricingv2MainPlans_grid']: Omit<GraphQLTypes["Shapepricingv2MainPlans_grid"], "...on Shapepricingv2MainPlans_grid">
6681
+ };
6682
+ ["Shapepricingv2Main"]: {
6683
+ __typename: "Shapepricingv2Main",
6684
+ plans_grid?: GraphQLTypes["Shapepricingv2MainPlans_grid"] | undefined | null,
6685
+ ['...on Shapepricingv2Main']: Omit<GraphQLTypes["Shapepricingv2Main"], "...on Shapepricingv2Main">
6686
+ };
6687
+ ["Shapepricingv2"]: {
6688
+ __typename: "Shapepricingv2",
6689
+ main?: GraphQLTypes["Shapepricingv2Main"] | undefined | null,
6690
+ _id: string,
6691
+ createdAt?: number | undefined | null,
6692
+ updatedAt?: number | undefined | null,
6693
+ ['...on Shapepricingv2']: Omit<GraphQLTypes["Shapepricingv2"], "...on Shapepricingv2">
6195
6694
  };
6196
6695
  ["Shapeprofile_infoProfile_sectionAccount_headerInfo"]: {
6197
6696
  __typename: "Shapeprofile_infoProfile_sectionAccount_headerInfo",
6198
6697
  full_name?: string | undefined | null,
6199
6698
  company?: string | undefined | null,
6200
- email?: string | undefined | null
6699
+ email?: string | undefined | null,
6700
+ ['...on Shapeprofile_infoProfile_sectionAccount_headerInfo']: Omit<GraphQLTypes["Shapeprofile_infoProfile_sectionAccount_headerInfo"], "...on Shapeprofile_infoProfile_sectionAccount_headerInfo">
6201
6701
  };
6202
6702
  ["Shapeprofile_infoProfile_sectionAccount_header"]: {
6203
6703
  __typename: "Shapeprofile_infoProfile_sectionAccount_header",
6204
6704
  avatar?: GraphQLTypes["ImageField"] | undefined | null,
6205
- info?: GraphQLTypes["Shapeprofile_infoProfile_sectionAccount_headerInfo"] | undefined | null
6705
+ info?: GraphQLTypes["Shapeprofile_infoProfile_sectionAccount_headerInfo"] | undefined | null,
6706
+ ['...on Shapeprofile_infoProfile_sectionAccount_header']: Omit<GraphQLTypes["Shapeprofile_infoProfile_sectionAccount_header"], "...on Shapeprofile_infoProfile_sectionAccount_header">
6206
6707
  };
6207
6708
  ["Shapeprofile_infoProfile_sectionPlan_status"]: {
6208
6709
  __typename: "Shapeprofile_infoProfile_sectionPlan_status",
6209
- plan?: string | undefined | null
6710
+ plan?: string | undefined | null,
6711
+ ['...on Shapeprofile_infoProfile_sectionPlan_status']: Omit<GraphQLTypes["Shapeprofile_infoProfile_sectionPlan_status"], "...on Shapeprofile_infoProfile_sectionPlan_status">
6210
6712
  };
6211
6713
  ["Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens"]: {
6212
6714
  __typename: "Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens",
6213
6715
  label?: string | undefined | null,
6214
- value?: string | undefined | null
6716
+ value?: string | undefined | null,
6717
+ ['...on Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens']: Omit<GraphQLTypes["Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens"], "...on Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens">
6215
6718
  };
6216
6719
  ["Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens"]: {
6217
6720
  __typename: "Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens",
6218
6721
  label?: string | undefined | null,
6219
- value?: string | undefined | null
6722
+ value?: string | undefined | null,
6723
+ ['...on Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens']: Omit<GraphQLTypes["Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens"], "...on Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens">
6220
6724
  };
6221
6725
  ["Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests"]: {
6222
6726
  __typename: "Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests",
6223
6727
  label?: string | undefined | null,
6224
- value?: string | undefined | null
6728
+ value?: string | undefined | null,
6729
+ ['...on Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests']: Omit<GraphQLTypes["Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests"], "...on Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests">
6225
6730
  };
6226
6731
  ["Shapeprofile_infoProfile_sectionUsage_section"]: {
6227
6732
  __typename: "Shapeprofile_infoProfile_sectionUsage_section",
6228
6733
  ai_tokens?: GraphQLTypes["Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens"] | undefined | null,
6229
6734
  translate_tokens?: GraphQLTypes["Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens"] | undefined | null,
6230
- monthly_api_requests?: GraphQLTypes["Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests"] | undefined | null
6735
+ monthly_api_requests?: GraphQLTypes["Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests"] | undefined | null,
6736
+ ['...on Shapeprofile_infoProfile_sectionUsage_section']: Omit<GraphQLTypes["Shapeprofile_infoProfile_sectionUsage_section"], "...on Shapeprofile_infoProfile_sectionUsage_section">
6231
6737
  };
6232
6738
  ["Shapeprofile_infoProfile_section"]: {
6233
6739
  __typename: "Shapeprofile_infoProfile_section",
6234
6740
  account_header?: GraphQLTypes["Shapeprofile_infoProfile_sectionAccount_header"] | undefined | null,
6235
6741
  plan_status?: GraphQLTypes["Shapeprofile_infoProfile_sectionPlan_status"] | undefined | null,
6236
- usage_section?: GraphQLTypes["Shapeprofile_infoProfile_sectionUsage_section"] | undefined | null
6742
+ usage_section?: GraphQLTypes["Shapeprofile_infoProfile_sectionUsage_section"] | undefined | null,
6743
+ ['...on Shapeprofile_infoProfile_section']: Omit<GraphQLTypes["Shapeprofile_infoProfile_section"], "...on Shapeprofile_infoProfile_section">
6237
6744
  };
6238
6745
  ["Shapeprofile_info"]: {
6239
6746
  __typename: "Shapeprofile_info",
6240
6747
  profile_section?: GraphQLTypes["Shapeprofile_infoProfile_section"] | undefined | null,
6241
6748
  _id: string,
6242
6749
  createdAt?: number | undefined | null,
6243
- updatedAt?: number | undefined | null
6750
+ updatedAt?: number | undefined | null,
6751
+ ['...on Shapeprofile_info']: Omit<GraphQLTypes["Shapeprofile_info"], "...on Shapeprofile_info">
6244
6752
  };
6245
6753
  ["Shapesecondary_cta"]: {
6246
6754
  __typename: "Shapesecondary_cta",
6247
6755
  cta?: string | undefined | null,
6248
6756
  _id: string,
6249
6757
  createdAt?: number | undefined | null,
6250
- updatedAt?: number | undefined | null
6758
+ updatedAt?: number | undefined | null,
6759
+ ['...on Shapesecondary_cta']: Omit<GraphQLTypes["Shapesecondary_cta"], "...on Shapesecondary_cta">
6760
+ };
6761
+ ["Shapesubheading"]: {
6762
+ __typename: "Shapesubheading",
6763
+ text?: string | undefined | null,
6764
+ _id: string,
6765
+ createdAt?: number | undefined | null,
6766
+ updatedAt?: number | undefined | null,
6767
+ ['...on Shapesubheading']: Omit<GraphQLTypes["Shapesubheading"], "...on Shapesubheading">
6251
6768
  };
6252
6769
  ["ShapesupportSectionHeader_wrapper"]: {
6253
6770
  __typename: "ShapesupportSectionHeader_wrapper",
6254
6771
  title?: string | undefined | null,
6255
- description?: string | undefined | null
6772
+ description?: string | undefined | null,
6773
+ ['...on ShapesupportSectionHeader_wrapper']: Omit<GraphQLTypes["ShapesupportSectionHeader_wrapper"], "...on ShapesupportSectionHeader_wrapper">
6256
6774
  };
6257
6775
  ["ShapesupportSectionFeatures_gridFeature_item"]: {
6258
6776
  __typename: "ShapesupportSectionFeatures_gridFeature_item",
6259
6777
  image?: GraphQLTypes["ImageField"] | undefined | null,
6260
6778
  title?: string | undefined | null,
6261
6779
  text?: string | undefined | null,
6262
- cta?: string | undefined | null
6780
+ cta?: string | undefined | null,
6781
+ ['...on ShapesupportSectionFeatures_gridFeature_item']: Omit<GraphQLTypes["ShapesupportSectionFeatures_gridFeature_item"], "...on ShapesupportSectionFeatures_gridFeature_item">
6263
6782
  };
6264
6783
  ["ShapesupportSectionFeatures_grid"]: {
6265
6784
  __typename: "ShapesupportSectionFeatures_grid",
6266
- feature_item?: Array<GraphQLTypes["ShapesupportSectionFeatures_gridFeature_item"] | undefined | null> | undefined | null
6785
+ feature_item?: Array<GraphQLTypes["ShapesupportSectionFeatures_gridFeature_item"] | undefined | null> | undefined | null,
6786
+ ['...on ShapesupportSectionFeatures_grid']: Omit<GraphQLTypes["ShapesupportSectionFeatures_grid"], "...on ShapesupportSectionFeatures_grid">
6267
6787
  };
6268
6788
  ["ShapesupportSection"]: {
6269
6789
  __typename: "ShapesupportSection",
6270
6790
  header_wrapper?: GraphQLTypes["ShapesupportSectionHeader_wrapper"] | undefined | null,
6271
- features_grid?: GraphQLTypes["ShapesupportSectionFeatures_grid"] | undefined | null
6791
+ features_grid?: GraphQLTypes["ShapesupportSectionFeatures_grid"] | undefined | null,
6792
+ ['...on ShapesupportSection']: Omit<GraphQLTypes["ShapesupportSection"], "...on ShapesupportSection">
6272
6793
  };
6273
6794
  ["Shapesupport"]: {
6274
6795
  __typename: "Shapesupport",
6275
6796
  section?: GraphQLTypes["ShapesupportSection"] | undefined | null,
6276
6797
  _id: string,
6277
6798
  createdAt?: number | undefined | null,
6278
- updatedAt?: number | undefined | null
6799
+ updatedAt?: number | undefined | null,
6800
+ ['...on Shapesupport']: Omit<GraphQLTypes["Shapesupport"], "...on Shapesupport">
6279
6801
  };
6280
6802
  ["Shapetitle_descTitledesc"]: {
6281
6803
  __typename: "Shapetitle_descTitledesc",
6282
6804
  title?: string | undefined | null,
6283
- description?: string | undefined | null
6805
+ description?: string | undefined | null,
6806
+ ['...on Shapetitle_descTitledesc']: Omit<GraphQLTypes["Shapetitle_descTitledesc"], "...on Shapetitle_descTitledesc">
6284
6807
  };
6285
6808
  ["Shapetitle_desc"]: {
6286
6809
  __typename: "Shapetitle_desc",
6287
6810
  titledesc?: GraphQLTypes["Shapetitle_descTitledesc"] | undefined | null,
6288
6811
  _id: string,
6289
6812
  createdAt?: number | undefined | null,
6290
- updatedAt?: number | undefined | null
6813
+ updatedAt?: number | undefined | null,
6814
+ ['...on Shapetitle_desc']: Omit<GraphQLTypes["Shapetitle_desc"], "...on Shapetitle_desc">
6291
6815
  };
6292
6816
  ["ShapeusageMain"]: {
6293
6817
  __typename: "ShapeusageMain",
6294
6818
  title?: string | undefined | null,
6295
6819
  subtitle?: string | undefined | null,
6296
6820
  period?: string | undefined | null,
6297
- tokens_consumed?: number | undefined | null
6821
+ tokens_consumed?: number | undefined | null,
6822
+ ['...on ShapeusageMain']: Omit<GraphQLTypes["ShapeusageMain"], "...on ShapeusageMain">
6298
6823
  };
6299
6824
  ["Shapeusage"]: {
6300
6825
  __typename: "Shapeusage",
6301
6826
  main?: GraphQLTypes["ShapeusageMain"] | undefined | null,
6302
6827
  _id: string,
6303
6828
  createdAt?: number | undefined | null,
6304
- updatedAt?: number | undefined | null
6829
+ updatedAt?: number | undefined | null,
6830
+ ['...on Shapeusage']: Omit<GraphQLTypes["Shapeusage"], "...on Shapeusage">
6305
6831
  };
6306
6832
  ["FormregisterRegistration_stepUser_details"]: {
6307
6833
  __typename: "FormregisterRegistration_stepUser_details",
@@ -6309,13 +6835,15 @@ export type GraphQLTypes = {
6309
6835
  username?: GraphQLTypes["FormTextField"] | undefined | null,
6310
6836
  password?: GraphQLTypes["FormTextField"] | undefined | null,
6311
6837
  full_name?: GraphQLTypes["FormTextField"] | undefined | null,
6312
- phone?: GraphQLTypes["FormTextField"] | undefined | null
6838
+ phone?: GraphQLTypes["FormTextField"] | undefined | null,
6839
+ ['...on FormregisterRegistration_stepUser_details']: Omit<GraphQLTypes["FormregisterRegistration_stepUser_details"], "...on FormregisterRegistration_stepUser_details">
6313
6840
  };
6314
6841
  ["FormregisterRegistration_step"]: {
6315
6842
  __typename: "FormregisterRegistration_step",
6316
6843
  _mocks?: string | undefined | null,
6317
6844
  user_details?: GraphQLTypes["FormregisterRegistration_stepUser_details"] | undefined | null,
6318
- submit?: GraphQLTypes["FormSubmitField"] | undefined | null
6845
+ submit?: GraphQLTypes["FormSubmitField"] | undefined | null,
6846
+ ['...on FormregisterRegistration_step']: Omit<GraphQLTypes["FormregisterRegistration_step"], "...on FormregisterRegistration_step">
6319
6847
  };
6320
6848
  ["Formregister"]: {
6321
6849
  __typename: "Formregister",
@@ -6330,20 +6858,23 @@ export type GraphQLTypes = {
6330
6858
  createdAt?: string | undefined | null,
6331
6859
  updatedAt?: string | undefined | null,
6332
6860
  draft_version?: string | undefined | null,
6333
- json_ld?: string | undefined | null
6861
+ json_ld?: string | undefined | null,
6862
+ ['...on Formregister']: Omit<GraphQLTypes["Formregister"], "...on Formregister">
6334
6863
  };
6335
6864
  ["FormtestStep_basic_infoBasic_info_group"]: {
6336
6865
  __typename: "FormtestStep_basic_infoBasic_info_group",
6337
6866
  _mocks?: string | undefined | null,
6338
6867
  window_type?: GraphQLTypes["FormRadioTextField"] | undefined | null,
6339
6868
  quantity?: GraphQLTypes["FormTextField"] | undefined | null,
6340
- location?: GraphQLTypes["FormRadioTextField"] | undefined | null
6869
+ location?: GraphQLTypes["FormRadioTextField"] | undefined | null,
6870
+ ['...on FormtestStep_basic_infoBasic_info_group']: Omit<GraphQLTypes["FormtestStep_basic_infoBasic_info_group"], "...on FormtestStep_basic_infoBasic_info_group">
6341
6871
  };
6342
6872
  ["FormtestStep_basic_info"]: {
6343
6873
  __typename: "FormtestStep_basic_info",
6344
6874
  _mocks?: string | undefined | null,
6345
6875
  basic_info_group?: GraphQLTypes["FormtestStep_basic_infoBasic_info_group"] | undefined | null,
6346
- basic_next?: GraphQLTypes["FormButtonField"] | undefined | null
6876
+ basic_next?: GraphQLTypes["FormButtonField"] | undefined | null,
6877
+ ['...on FormtestStep_basic_info']: Omit<GraphQLTypes["FormtestStep_basic_info"], "...on FormtestStep_basic_info">
6347
6878
  };
6348
6879
  ["FormtestStep_dimensionsDimensions_group"]: {
6349
6880
  __typename: "FormtestStep_dimensionsDimensions_group",
@@ -6352,14 +6883,16 @@ export type GraphQLTypes = {
6352
6883
  height_mm?: GraphQLTypes["FormTextField"] | undefined | null,
6353
6884
  depth_mm?: GraphQLTypes["FormTextField"] | undefined | null,
6354
6885
  opening_direction?: GraphQLTypes["FormRadioTextField"] | undefined | null,
6355
- sash_count?: GraphQLTypes["FormTextField"] | undefined | null
6886
+ sash_count?: GraphQLTypes["FormTextField"] | undefined | null,
6887
+ ['...on FormtestStep_dimensionsDimensions_group']: Omit<GraphQLTypes["FormtestStep_dimensionsDimensions_group"], "...on FormtestStep_dimensionsDimensions_group">
6356
6888
  };
6357
6889
  ["FormtestStep_dimensions"]: {
6358
6890
  __typename: "FormtestStep_dimensions",
6359
6891
  _mocks?: string | undefined | null,
6360
6892
  dimensions_group?: GraphQLTypes["FormtestStep_dimensionsDimensions_group"] | undefined | null,
6361
6893
  dimensions_back?: GraphQLTypes["FormButtonField"] | undefined | null,
6362
- dimensions_next?: GraphQLTypes["FormButtonField"] | undefined | null
6894
+ dimensions_next?: GraphQLTypes["FormButtonField"] | undefined | null,
6895
+ ['...on FormtestStep_dimensions']: Omit<GraphQLTypes["FormtestStep_dimensions"], "...on FormtestStep_dimensions">
6363
6896
  };
6364
6897
  ["FormtestStep_featuresFeatures_group"]: {
6365
6898
  __typename: "FormtestStep_featuresFeatures_group",
@@ -6368,14 +6901,16 @@ export type GraphQLTypes = {
6368
6901
  color?: GraphQLTypes["FormTextField"] | undefined | null,
6369
6902
  glazing_type?: GraphQLTypes["FormRadioTextField"] | undefined | null,
6370
6903
  thermal_break?: GraphQLTypes["FormBooleanField"] | undefined | null,
6371
- soundproofing?: GraphQLTypes["FormBooleanField"] | undefined | null
6904
+ soundproofing?: GraphQLTypes["FormBooleanField"] | undefined | null,
6905
+ ['...on FormtestStep_featuresFeatures_group']: Omit<GraphQLTypes["FormtestStep_featuresFeatures_group"], "...on FormtestStep_featuresFeatures_group">
6372
6906
  };
6373
6907
  ["FormtestStep_features"]: {
6374
6908
  __typename: "FormtestStep_features",
6375
6909
  _mocks?: string | undefined | null,
6376
6910
  features_group?: GraphQLTypes["FormtestStep_featuresFeatures_group"] | undefined | null,
6377
6911
  features_back?: GraphQLTypes["FormButtonField"] | undefined | null,
6378
- features_next?: GraphQLTypes["FormButtonField"] | undefined | null
6912
+ features_next?: GraphQLTypes["FormButtonField"] | undefined | null,
6913
+ ['...on FormtestStep_features']: Omit<GraphQLTypes["FormtestStep_features"], "...on FormtestStep_features">
6379
6914
  };
6380
6915
  ["FormtestStep_accessoriesAccessories_group"]: {
6381
6916
  __typename: "FormtestStep_accessoriesAccessories_group",
@@ -6384,21 +6919,24 @@ export type GraphQLTypes = {
6384
6919
  lock_type?: GraphQLTypes["FormRadioTextField"] | undefined | null,
6385
6920
  mosquito_net?: GraphQLTypes["FormBooleanField"] | undefined | null,
6386
6921
  ventilator?: GraphQLTypes["FormBooleanField"] | undefined | null,
6387
- accessories_other?: GraphQLTypes["FormTextField"] | undefined | null
6922
+ accessories_other?: GraphQLTypes["FormTextField"] | undefined | null,
6923
+ ['...on FormtestStep_accessoriesAccessories_group']: Omit<GraphQLTypes["FormtestStep_accessoriesAccessories_group"], "...on FormtestStep_accessoriesAccessories_group">
6388
6924
  };
6389
6925
  ["FormtestStep_accessories"]: {
6390
6926
  __typename: "FormtestStep_accessories",
6391
6927
  _mocks?: string | undefined | null,
6392
6928
  accessories_group?: GraphQLTypes["FormtestStep_accessoriesAccessories_group"] | undefined | null,
6393
6929
  accessories_back?: GraphQLTypes["FormButtonField"] | undefined | null,
6394
- accessories_next?: GraphQLTypes["FormButtonField"] | undefined | null
6930
+ accessories_next?: GraphQLTypes["FormButtonField"] | undefined | null,
6931
+ ['...on FormtestStep_accessories']: Omit<GraphQLTypes["FormtestStep_accessories"], "...on FormtestStep_accessories">
6395
6932
  };
6396
6933
  ["FormtestStep_summary"]: {
6397
6934
  __typename: "FormtestStep_summary",
6398
6935
  _mocks?: string | undefined | null,
6399
6936
  summary_display?: GraphQLTypes["FormDisplayField"] | undefined | null,
6400
6937
  summary_back?: GraphQLTypes["FormButtonField"] | undefined | null,
6401
- submit?: GraphQLTypes["FormSubmitField"] | undefined | null
6938
+ submit?: GraphQLTypes["FormSubmitField"] | undefined | null,
6939
+ ['...on FormtestStep_summary']: Omit<GraphQLTypes["FormtestStep_summary"], "...on FormtestStep_summary">
6402
6940
  };
6403
6941
  ["Formtest"]: {
6404
6942
  __typename: "Formtest",
@@ -6417,7 +6955,8 @@ export type GraphQLTypes = {
6417
6955
  createdAt?: string | undefined | null,
6418
6956
  updatedAt?: string | undefined | null,
6419
6957
  draft_version?: string | undefined | null,
6420
- json_ld?: string | undefined | null
6958
+ json_ld?: string | undefined | null,
6959
+ ['...on Formtest']: Omit<GraphQLTypes["Formtest"], "...on Formtest">
6421
6960
  };
6422
6961
  ["SubmitFormregisterUser_details"]: {
6423
6962
  username?: string | undefined | null,
@@ -6512,12 +7051,14 @@ export type GraphQLTypes = {
6512
7051
  username?: string | undefined | null,
6513
7052
  password?: string | undefined | null,
6514
7053
  full_name?: string | undefined | null,
6515
- phone?: string | undefined | null
7054
+ phone?: string | undefined | null,
7055
+ ['...on ResponseFormregisterUser_details']: Omit<GraphQLTypes["ResponseFormregisterUser_details"], "...on ResponseFormregisterUser_details">
6516
7056
  };
6517
7057
  ["ResponseFormregisterRegistration_step"]: {
6518
7058
  __typename: "ResponseFormregisterRegistration_step",
6519
7059
  user_details?: GraphQLTypes["ResponseFormregisterUser_details"] | undefined | null,
6520
- submit?: string | undefined | null
7060
+ submit?: string | undefined | null,
7061
+ ['...on ResponseFormregisterRegistration_step']: Omit<GraphQLTypes["ResponseFormregisterRegistration_step"], "...on ResponseFormregisterRegistration_step">
6521
7062
  };
6522
7063
  ["ResponseFormregister"]: {
6523
7064
  __typename: "ResponseFormregister",
@@ -6530,18 +7071,21 @@ export type GraphQLTypes = {
6530
7071
  createdAt?: string | undefined | null,
6531
7072
  updatedAt?: string | undefined | null,
6532
7073
  draft_version?: string | undefined | null,
6533
- json_ld?: string | undefined | null
7074
+ json_ld?: string | undefined | null,
7075
+ ['...on ResponseFormregister']: Omit<GraphQLTypes["ResponseFormregister"], "...on ResponseFormregister">
6534
7076
  };
6535
7077
  ["ResponseFormtestBasic_info_group"]: {
6536
7078
  __typename: "ResponseFormtestBasic_info_group",
6537
7079
  window_type?: string | undefined | null,
6538
7080
  quantity?: string | undefined | null,
6539
- location?: string | undefined | null
7081
+ location?: string | undefined | null,
7082
+ ['...on ResponseFormtestBasic_info_group']: Omit<GraphQLTypes["ResponseFormtestBasic_info_group"], "...on ResponseFormtestBasic_info_group">
6540
7083
  };
6541
7084
  ["ResponseFormtestStep_basic_info"]: {
6542
7085
  __typename: "ResponseFormtestStep_basic_info",
6543
7086
  basic_info_group?: GraphQLTypes["ResponseFormtestBasic_info_group"] | undefined | null,
6544
- basic_next?: string | undefined | null
7087
+ basic_next?: string | undefined | null,
7088
+ ['...on ResponseFormtestStep_basic_info']: Omit<GraphQLTypes["ResponseFormtestStep_basic_info"], "...on ResponseFormtestStep_basic_info">
6545
7089
  };
6546
7090
  ["ResponseFormtestDimensions_group"]: {
6547
7091
  __typename: "ResponseFormtestDimensions_group",
@@ -6549,13 +7093,15 @@ export type GraphQLTypes = {
6549
7093
  height_mm?: string | undefined | null,
6550
7094
  depth_mm?: string | undefined | null,
6551
7095
  opening_direction?: string | undefined | null,
6552
- sash_count?: string | undefined | null
7096
+ sash_count?: string | undefined | null,
7097
+ ['...on ResponseFormtestDimensions_group']: Omit<GraphQLTypes["ResponseFormtestDimensions_group"], "...on ResponseFormtestDimensions_group">
6553
7098
  };
6554
7099
  ["ResponseFormtestStep_dimensions"]: {
6555
7100
  __typename: "ResponseFormtestStep_dimensions",
6556
7101
  dimensions_group?: GraphQLTypes["ResponseFormtestDimensions_group"] | undefined | null,
6557
7102
  dimensions_back?: string | undefined | null,
6558
- dimensions_next?: string | undefined | null
7103
+ dimensions_next?: string | undefined | null,
7104
+ ['...on ResponseFormtestStep_dimensions']: Omit<GraphQLTypes["ResponseFormtestStep_dimensions"], "...on ResponseFormtestStep_dimensions">
6559
7105
  };
6560
7106
  ["ResponseFormtestFeatures_group"]: {
6561
7107
  __typename: "ResponseFormtestFeatures_group",
@@ -6563,13 +7109,15 @@ export type GraphQLTypes = {
6563
7109
  color?: string | undefined | null,
6564
7110
  glazing_type?: string | undefined | null,
6565
7111
  thermal_break?: boolean | undefined | null,
6566
- soundproofing?: boolean | undefined | null
7112
+ soundproofing?: boolean | undefined | null,
7113
+ ['...on ResponseFormtestFeatures_group']: Omit<GraphQLTypes["ResponseFormtestFeatures_group"], "...on ResponseFormtestFeatures_group">
6567
7114
  };
6568
7115
  ["ResponseFormtestStep_features"]: {
6569
7116
  __typename: "ResponseFormtestStep_features",
6570
7117
  features_group?: GraphQLTypes["ResponseFormtestFeatures_group"] | undefined | null,
6571
7118
  features_back?: string | undefined | null,
6572
- features_next?: string | undefined | null
7119
+ features_next?: string | undefined | null,
7120
+ ['...on ResponseFormtestStep_features']: Omit<GraphQLTypes["ResponseFormtestStep_features"], "...on ResponseFormtestStep_features">
6573
7121
  };
6574
7122
  ["ResponseFormtestAccessories_group"]: {
6575
7123
  __typename: "ResponseFormtestAccessories_group",
@@ -6577,19 +7125,22 @@ export type GraphQLTypes = {
6577
7125
  lock_type?: string | undefined | null,
6578
7126
  mosquito_net?: boolean | undefined | null,
6579
7127
  ventilator?: boolean | undefined | null,
6580
- accessories_other?: string | undefined | null
7128
+ accessories_other?: string | undefined | null,
7129
+ ['...on ResponseFormtestAccessories_group']: Omit<GraphQLTypes["ResponseFormtestAccessories_group"], "...on ResponseFormtestAccessories_group">
6581
7130
  };
6582
7131
  ["ResponseFormtestStep_accessories"]: {
6583
7132
  __typename: "ResponseFormtestStep_accessories",
6584
7133
  accessories_group?: GraphQLTypes["ResponseFormtestAccessories_group"] | undefined | null,
6585
7134
  accessories_back?: string | undefined | null,
6586
- accessories_next?: string | undefined | null
7135
+ accessories_next?: string | undefined | null,
7136
+ ['...on ResponseFormtestStep_accessories']: Omit<GraphQLTypes["ResponseFormtestStep_accessories"], "...on ResponseFormtestStep_accessories">
6587
7137
  };
6588
7138
  ["ResponseFormtestStep_summary"]: {
6589
7139
  __typename: "ResponseFormtestStep_summary",
6590
7140
  summary_display?: string | undefined | null,
6591
7141
  summary_back?: string | undefined | null,
6592
- submit?: string | undefined | null
7142
+ submit?: string | undefined | null,
7143
+ ['...on ResponseFormtestStep_summary']: Omit<GraphQLTypes["ResponseFormtestStep_summary"], "...on ResponseFormtestStep_summary">
6593
7144
  };
6594
7145
  ["ResponseFormtest"]: {
6595
7146
  __typename: "ResponseFormtest",
@@ -6606,12 +7157,14 @@ export type GraphQLTypes = {
6606
7157
  createdAt?: string | undefined | null,
6607
7158
  updatedAt?: string | undefined | null,
6608
7159
  draft_version?: string | undefined | null,
6609
- json_ld?: string | undefined | null
7160
+ json_ld?: string | undefined | null,
7161
+ ['...on ResponseFormtest']: Omit<GraphQLTypes["ResponseFormtest"], "...on ResponseFormtest">
6610
7162
  };
6611
7163
  ["SearchResponsesFormregister"]: {
6612
7164
  __typename: "SearchResponsesFormregister",
6613
7165
  items?: Array<GraphQLTypes["ResponseFormregister"]> | undefined | null,
6614
- totalCount?: number | undefined | null
7166
+ totalCount?: number | undefined | null,
7167
+ ['...on SearchResponsesFormregister']: Omit<GraphQLTypes["SearchResponsesFormregister"], "...on SearchResponsesFormregister">
6615
7168
  };
6616
7169
  ["ResponsesFormregisterFilter"]: {
6617
7170
  state_step?: string | undefined | null,
@@ -6628,7 +7181,8 @@ export type GraphQLTypes = {
6628
7181
  ["SearchResponsesFormtest"]: {
6629
7182
  __typename: "SearchResponsesFormtest",
6630
7183
  items?: Array<GraphQLTypes["ResponseFormtest"]> | undefined | null,
6631
- totalCount?: number | undefined | null
7184
+ totalCount?: number | undefined | null,
7185
+ ['...on SearchResponsesFormtest']: Omit<GraphQLTypes["SearchResponsesFormtest"], "...on SearchResponsesFormtest">
6632
7186
  };
6633
7187
  ["ResponsesFormtestFilter"]: {
6634
7188
  form_step_variable?: string | undefined | null,
@@ -6732,7 +7286,7 @@ export enum ViewEnum {
6732
7286
  features = "features",
6733
7287
  homepage = "homepage",
6734
7288
  howitworks = "howitworks",
6735
- pricing = "pricing",
7289
+ pricing_component = "pricing_component",
6736
7290
  ttt = "ttt"
6737
7291
  }
6738
7292
  export enum ShapeEnum {
@@ -6743,16 +7297,19 @@ export enum ShapeEnum {
6743
7297
  docs_content = "docs_content",
6744
7298
  docs_nav = "docs_nav",
6745
7299
  featurepresentation = "featurepresentation",
7300
+ featuresv2 = "featuresv2",
6746
7301
  foot = "foot",
7302
+ heading = "heading",
6747
7303
  hero = "hero",
6748
7304
  herox = "herox",
6749
7305
  lista_projektow = "lista_projektow",
6750
7306
  nav = "nav",
6751
7307
  newshape = "newshape",
6752
- pricing_table = "pricing_table",
6753
7308
  pricingv1 = "pricingv1",
7309
+ pricingv2 = "pricingv2",
6754
7310
  profile_info = "profile_info",
6755
7311
  secondary_cta = "secondary_cta",
7312
+ subheading = "subheading",
6756
7313
  support = "support",
6757
7314
  title_desc = "title_desc",
6758
7315
  usage = "usage"