@pos-360/prisma 1.0.0-beta.0 → 1.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (412) hide show
  1. package/lib/generated/prisma/browser.d.ts +514 -0
  2. package/lib/generated/prisma/browser.js +57 -0
  3. package/lib/generated/prisma/browser.js.map +1 -0
  4. package/lib/generated/prisma/client.d.ts +531 -0
  5. package/lib/generated/prisma/client.js +69 -0
  6. package/lib/generated/prisma/client.js.map +1 -0
  7. package/lib/generated/prisma/commonInputTypes.d.ts +1529 -0
  8. package/lib/generated/prisma/commonInputTypes.js +12 -0
  9. package/lib/generated/prisma/commonInputTypes.js.map +1 -0
  10. package/lib/generated/prisma/dmmf.d.ts +4085 -0
  11. package/lib/generated/prisma/dmmf.js +27551 -0
  12. package/lib/generated/prisma/dmmf.js.map +1 -0
  13. package/lib/generated/prisma/enums.d.ts +216 -0
  14. package/lib/generated/prisma/enums.js +205 -0
  15. package/lib/generated/prisma/enums.js.map +1 -0
  16. package/lib/generated/prisma/internal/class.d.ts +1237 -0
  17. package/lib/generated/prisma/internal/class.js +79 -0
  18. package/lib/generated/prisma/internal/class.js.map +1 -0
  19. package/lib/generated/prisma/internal/prismaNamespace.d.ts +10091 -0
  20. package/lib/generated/prisma/internal/prismaNamespace.js +1721 -0
  21. package/lib/generated/prisma/internal/prismaNamespace.js.map +1 -0
  22. package/lib/generated/prisma/internal/prismaNamespaceBrowser.d.ts +1816 -0
  23. package/lib/generated/prisma/internal/prismaNamespaceBrowser.js +1692 -0
  24. package/lib/generated/prisma/internal/prismaNamespaceBrowser.js.map +1 -0
  25. package/lib/generated/prisma/kysely-types.d.ts +1499 -0
  26. package/lib/generated/prisma/kysely-types.js +196 -0
  27. package/lib/generated/prisma/kysely-types.js.map +1 -0
  28. package/lib/generated/prisma/models/Address.d.ts +1339 -0
  29. package/lib/generated/prisma/models/Address.js +12 -0
  30. package/lib/generated/prisma/models/Address.js.map +1 -0
  31. package/lib/generated/prisma/models/Administrator.d.ts +1633 -0
  32. package/lib/generated/prisma/models/Administrator.js +12 -0
  33. package/lib/generated/prisma/models/Administrator.js.map +1 -0
  34. package/lib/generated/prisma/models/AdministratorToPlatform.d.ts +1208 -0
  35. package/lib/generated/prisma/models/AdministratorToPlatform.js +12 -0
  36. package/lib/generated/prisma/models/AdministratorToPlatform.js.map +1 -0
  37. package/lib/generated/prisma/models/AdministratorToStore.d.ts +1201 -0
  38. package/lib/generated/prisma/models/AdministratorToStore.js +12 -0
  39. package/lib/generated/prisma/models/AdministratorToStore.js.map +1 -0
  40. package/lib/generated/prisma/models/ApiToken.d.ts +1125 -0
  41. package/lib/generated/prisma/models/ApiToken.js +12 -0
  42. package/lib/generated/prisma/models/ApiToken.js.map +1 -0
  43. package/lib/generated/prisma/models/AwsBucket.d.ts +1435 -0
  44. package/lib/generated/prisma/models/AwsBucket.js +12 -0
  45. package/lib/generated/prisma/models/AwsBucket.js.map +1 -0
  46. package/lib/generated/prisma/models/Card.d.ts +1533 -0
  47. package/lib/generated/prisma/models/Card.js +12 -0
  48. package/lib/generated/prisma/models/Card.js.map +1 -0
  49. package/lib/generated/prisma/models/Cart.d.ts +2315 -0
  50. package/lib/generated/prisma/models/Cart.js +12 -0
  51. package/lib/generated/prisma/models/Cart.js.map +1 -0
  52. package/lib/generated/prisma/models/CartCost.d.ts +1368 -0
  53. package/lib/generated/prisma/models/CartCost.js +12 -0
  54. package/lib/generated/prisma/models/CartCost.js.map +1 -0
  55. package/lib/generated/prisma/models/CartLine.d.ts +1948 -0
  56. package/lib/generated/prisma/models/CartLine.js +12 -0
  57. package/lib/generated/prisma/models/CartLine.js.map +1 -0
  58. package/lib/generated/prisma/models/CartLineModifier.d.ts +2061 -0
  59. package/lib/generated/prisma/models/CartLineModifier.js +12 -0
  60. package/lib/generated/prisma/models/CartLineModifier.js.map +1 -0
  61. package/lib/generated/prisma/models/CartLineModifierOption.d.ts +1435 -0
  62. package/lib/generated/prisma/models/CartLineModifierOption.js +12 -0
  63. package/lib/generated/prisma/models/CartLineModifierOption.js.map +1 -0
  64. package/lib/generated/prisma/models/Checkout.d.ts +3989 -0
  65. package/lib/generated/prisma/models/Checkout.js +12 -0
  66. package/lib/generated/prisma/models/Checkout.js.map +1 -0
  67. package/lib/generated/prisma/models/CheckoutGroup.d.ts +2604 -0
  68. package/lib/generated/prisma/models/CheckoutGroup.js +12 -0
  69. package/lib/generated/prisma/models/CheckoutGroup.js.map +1 -0
  70. package/lib/generated/prisma/models/CheckoutLine.d.ts +1932 -0
  71. package/lib/generated/prisma/models/CheckoutLine.js +12 -0
  72. package/lib/generated/prisma/models/CheckoutLine.js.map +1 -0
  73. package/lib/generated/prisma/models/CheckoutLineModifierOption.d.ts +1702 -0
  74. package/lib/generated/prisma/models/CheckoutLineModifierOption.js +12 -0
  75. package/lib/generated/prisma/models/CheckoutLineModifierOption.js.map +1 -0
  76. package/lib/generated/prisma/models/CheckoutLinesModifier.d.ts +2124 -0
  77. package/lib/generated/prisma/models/CheckoutLinesModifier.js +12 -0
  78. package/lib/generated/prisma/models/CheckoutLinesModifier.js.map +1 -0
  79. package/lib/generated/prisma/models/Collection.d.ts +1961 -0
  80. package/lib/generated/prisma/models/Collection.js +12 -0
  81. package/lib/generated/prisma/models/Collection.js.map +1 -0
  82. package/lib/generated/prisma/models/CollectionToPlatform.d.ts +1313 -0
  83. package/lib/generated/prisma/models/CollectionToPlatform.js +12 -0
  84. package/lib/generated/prisma/models/CollectionToPlatform.js.map +1 -0
  85. package/lib/generated/prisma/models/CollectionToProduct.d.ts +1342 -0
  86. package/lib/generated/prisma/models/CollectionToProduct.js +12 -0
  87. package/lib/generated/prisma/models/CollectionToProduct.js.map +1 -0
  88. package/lib/generated/prisma/models/CollectionToProductVariant.d.ts +1201 -0
  89. package/lib/generated/prisma/models/CollectionToProductVariant.js +12 -0
  90. package/lib/generated/prisma/models/CollectionToProductVariant.js.map +1 -0
  91. package/lib/generated/prisma/models/Customer.d.ts +2964 -0
  92. package/lib/generated/prisma/models/Customer.js +12 -0
  93. package/lib/generated/prisma/models/Customer.js.map +1 -0
  94. package/lib/generated/prisma/models/CustomerGroup.d.ts +1167 -0
  95. package/lib/generated/prisma/models/CustomerGroup.js +12 -0
  96. package/lib/generated/prisma/models/CustomerGroup.js.map +1 -0
  97. package/lib/generated/prisma/models/CustomerToAddress.d.ts +1243 -0
  98. package/lib/generated/prisma/models/CustomerToAddress.js +12 -0
  99. package/lib/generated/prisma/models/CustomerToAddress.js.map +1 -0
  100. package/lib/generated/prisma/models/CustomerToCustomerGroup.d.ts +1201 -0
  101. package/lib/generated/prisma/models/CustomerToCustomerGroup.js +12 -0
  102. package/lib/generated/prisma/models/CustomerToCustomerGroup.js.map +1 -0
  103. package/lib/generated/prisma/models/DiscountCode.d.ts +3139 -0
  104. package/lib/generated/prisma/models/DiscountCode.js +12 -0
  105. package/lib/generated/prisma/models/DiscountCode.js.map +1 -0
  106. package/lib/generated/prisma/models/DiscountCodeAppliedToCart.d.ts +1332 -0
  107. package/lib/generated/prisma/models/DiscountCodeAppliedToCart.js +12 -0
  108. package/lib/generated/prisma/models/DiscountCodeAppliedToCart.js.map +1 -0
  109. package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.d.ts +1389 -0
  110. package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.js +12 -0
  111. package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.js.map +1 -0
  112. package/lib/generated/prisma/models/DiscountCodeRedemption.d.ts +1537 -0
  113. package/lib/generated/prisma/models/DiscountCodeRedemption.js +12 -0
  114. package/lib/generated/prisma/models/DiscountCodeRedemption.js.map +1 -0
  115. package/lib/generated/prisma/models/EventLog.d.ts +1295 -0
  116. package/lib/generated/prisma/models/EventLog.js +12 -0
  117. package/lib/generated/prisma/models/EventLog.js.map +1 -0
  118. package/lib/generated/prisma/models/Facet.d.ts +1266 -0
  119. package/lib/generated/prisma/models/Facet.js +12 -0
  120. package/lib/generated/prisma/models/Facet.js.map +1 -0
  121. package/lib/generated/prisma/models/FacetOption.d.ts +1342 -0
  122. package/lib/generated/prisma/models/FacetOption.js +12 -0
  123. package/lib/generated/prisma/models/FacetOption.js.map +1 -0
  124. package/lib/generated/prisma/models/FacetOptionToPlatform.d.ts +1201 -0
  125. package/lib/generated/prisma/models/FacetOptionToPlatform.js +12 -0
  126. package/lib/generated/prisma/models/FacetOptionToPlatform.js.map +1 -0
  127. package/lib/generated/prisma/models/FacetToPlatform.d.ts +1201 -0
  128. package/lib/generated/prisma/models/FacetToPlatform.js +12 -0
  129. package/lib/generated/prisma/models/FacetToPlatform.js.map +1 -0
  130. package/lib/generated/prisma/models/FeatureFlag.d.ts +1412 -0
  131. package/lib/generated/prisma/models/FeatureFlag.js +12 -0
  132. package/lib/generated/prisma/models/FeatureFlag.js.map +1 -0
  133. package/lib/generated/prisma/models/FirebaseAdminConfiguration.d.ts +1059 -0
  134. package/lib/generated/prisma/models/FirebaseAdminConfiguration.js +12 -0
  135. package/lib/generated/prisma/models/FirebaseAdminConfiguration.js.map +1 -0
  136. package/lib/generated/prisma/models/FlaggedPayment.d.ts +1065 -0
  137. package/lib/generated/prisma/models/FlaggedPayment.js +12 -0
  138. package/lib/generated/prisma/models/FlaggedPayment.js.map +1 -0
  139. package/lib/generated/prisma/models/FreeItemRule.d.ts +1021 -0
  140. package/lib/generated/prisma/models/FreeItemRule.js +12 -0
  141. package/lib/generated/prisma/models/FreeItemRule.js.map +1 -0
  142. package/lib/generated/prisma/models/FreeItemToCustomer.d.ts +993 -0
  143. package/lib/generated/prisma/models/FreeItemToCustomer.js +12 -0
  144. package/lib/generated/prisma/models/FreeItemToCustomer.js.map +1 -0
  145. package/lib/generated/prisma/models/FulfillmentFees.d.ts +1365 -0
  146. package/lib/generated/prisma/models/FulfillmentFees.js +12 -0
  147. package/lib/generated/prisma/models/FulfillmentFees.js.map +1 -0
  148. package/lib/generated/prisma/models/Ingredient.d.ts +1886 -0
  149. package/lib/generated/prisma/models/Ingredient.js +12 -0
  150. package/lib/generated/prisma/models/Ingredient.js.map +1 -0
  151. package/lib/generated/prisma/models/IngredientToProductVariant.d.ts +1561 -0
  152. package/lib/generated/prisma/models/IngredientToProductVariant.js +12 -0
  153. package/lib/generated/prisma/models/IngredientToProductVariant.js.map +1 -0
  154. package/lib/generated/prisma/models/IngredientToStore.d.ts +1507 -0
  155. package/lib/generated/prisma/models/IngredientToStore.js +12 -0
  156. package/lib/generated/prisma/models/IngredientToStore.js.map +1 -0
  157. package/lib/generated/prisma/models/ManualCollectionProduct.d.ts +1256 -0
  158. package/lib/generated/prisma/models/ManualCollectionProduct.js +12 -0
  159. package/lib/generated/prisma/models/ManualCollectionProduct.js.map +1 -0
  160. package/lib/generated/prisma/models/Media.d.ts +2127 -0
  161. package/lib/generated/prisma/models/Media.js +12 -0
  162. package/lib/generated/prisma/models/Media.js.map +1 -0
  163. package/lib/generated/prisma/models/Modifier.d.ts +2597 -0
  164. package/lib/generated/prisma/models/Modifier.js +12 -0
  165. package/lib/generated/prisma/models/Modifier.js.map +1 -0
  166. package/lib/generated/prisma/models/ModifierGroup.d.ts +2099 -0
  167. package/lib/generated/prisma/models/ModifierGroup.js +12 -0
  168. package/lib/generated/prisma/models/ModifierGroup.js.map +1 -0
  169. package/lib/generated/prisma/models/ModifierGroupToProduct.d.ts +1249 -0
  170. package/lib/generated/prisma/models/ModifierGroupToProduct.js +12 -0
  171. package/lib/generated/prisma/models/ModifierGroupToProduct.js.map +1 -0
  172. package/lib/generated/prisma/models/ModifierOption.d.ts +1838 -0
  173. package/lib/generated/prisma/models/ModifierOption.js +12 -0
  174. package/lib/generated/prisma/models/ModifierOption.js.map +1 -0
  175. package/lib/generated/prisma/models/ModifierToModifierGroup.d.ts +1343 -0
  176. package/lib/generated/prisma/models/ModifierToModifierGroup.js +12 -0
  177. package/lib/generated/prisma/models/ModifierToModifierGroup.js.map +1 -0
  178. package/lib/generated/prisma/models/NmiSecurityKey.d.ts +1087 -0
  179. package/lib/generated/prisma/models/NmiSecurityKey.js +12 -0
  180. package/lib/generated/prisma/models/NmiSecurityKey.js.map +1 -0
  181. package/lib/generated/prisma/models/OneTimeToken.d.ts +1115 -0
  182. package/lib/generated/prisma/models/OneTimeToken.js +12 -0
  183. package/lib/generated/prisma/models/OneTimeToken.js.map +1 -0
  184. package/lib/generated/prisma/models/Payment.d.ts +1560 -0
  185. package/lib/generated/prisma/models/Payment.js +12 -0
  186. package/lib/generated/prisma/models/Payment.js.map +1 -0
  187. package/lib/generated/prisma/models/Platform.d.ts +7442 -0
  188. package/lib/generated/prisma/models/Platform.js +12 -0
  189. package/lib/generated/prisma/models/Platform.js.map +1 -0
  190. package/lib/generated/prisma/models/PlatformAwsConfiguration.d.ts +1333 -0
  191. package/lib/generated/prisma/models/PlatformAwsConfiguration.js +12 -0
  192. package/lib/generated/prisma/models/PlatformAwsConfiguration.js.map +1 -0
  193. package/lib/generated/prisma/models/PlatformMailerMessage.d.ts +1299 -0
  194. package/lib/generated/prisma/models/PlatformMailerMessage.js +12 -0
  195. package/lib/generated/prisma/models/PlatformMailerMessage.js.map +1 -0
  196. package/lib/generated/prisma/models/PrepTime.d.ts +1420 -0
  197. package/lib/generated/prisma/models/PrepTime.js +12 -0
  198. package/lib/generated/prisma/models/PrepTime.js.map +1 -0
  199. package/lib/generated/prisma/models/Product.d.ts +2975 -0
  200. package/lib/generated/prisma/models/Product.js +12 -0
  201. package/lib/generated/prisma/models/Product.js.map +1 -0
  202. package/lib/generated/prisma/models/ProductCategory.d.ts +2057 -0
  203. package/lib/generated/prisma/models/ProductCategory.js +12 -0
  204. package/lib/generated/prisma/models/ProductCategory.js.map +1 -0
  205. package/lib/generated/prisma/models/ProductCategoryToTag.d.ts +1201 -0
  206. package/lib/generated/prisma/models/ProductCategoryToTag.js +12 -0
  207. package/lib/generated/prisma/models/ProductCategoryToTag.js.map +1 -0
  208. package/lib/generated/prisma/models/ProductListing.d.ts +1747 -0
  209. package/lib/generated/prisma/models/ProductListing.js +12 -0
  210. package/lib/generated/prisma/models/ProductListing.js.map +1 -0
  211. package/lib/generated/prisma/models/ProductToTag.d.ts +1201 -0
  212. package/lib/generated/prisma/models/ProductToTag.js +12 -0
  213. package/lib/generated/prisma/models/ProductToTag.js.map +1 -0
  214. package/lib/generated/prisma/models/ProductVariant.d.ts +6964 -0
  215. package/lib/generated/prisma/models/ProductVariant.js +12 -0
  216. package/lib/generated/prisma/models/ProductVariant.js.map +1 -0
  217. package/lib/generated/prisma/models/ProductVariantConfiguration.d.ts +1775 -0
  218. package/lib/generated/prisma/models/ProductVariantConfiguration.js +12 -0
  219. package/lib/generated/prisma/models/ProductVariantConfiguration.js.map +1 -0
  220. package/lib/generated/prisma/models/ProductVariantListing.d.ts +2152 -0
  221. package/lib/generated/prisma/models/ProductVariantListing.js +12 -0
  222. package/lib/generated/prisma/models/ProductVariantListing.js.map +1 -0
  223. package/lib/generated/prisma/models/ProductVariantListingToMedia.d.ts +1401 -0
  224. package/lib/generated/prisma/models/ProductVariantListingToMedia.js +12 -0
  225. package/lib/generated/prisma/models/ProductVariantListingToMedia.js.map +1 -0
  226. package/lib/generated/prisma/models/ProductVariantPlatformPricing.d.ts +1420 -0
  227. package/lib/generated/prisma/models/ProductVariantPlatformPricing.js +12 -0
  228. package/lib/generated/prisma/models/ProductVariantPlatformPricing.js.map +1 -0
  229. package/lib/generated/prisma/models/ProductVariantRanking.d.ts +1402 -0
  230. package/lib/generated/prisma/models/ProductVariantRanking.js +12 -0
  231. package/lib/generated/prisma/models/ProductVariantRanking.js.map +1 -0
  232. package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.d.ts +1638 -0
  233. package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.js +12 -0
  234. package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.js.map +1 -0
  235. package/lib/generated/prisma/models/ProductVariantStorePricing.d.ts +1467 -0
  236. package/lib/generated/prisma/models/ProductVariantStorePricing.js +12 -0
  237. package/lib/generated/prisma/models/ProductVariantStorePricing.js.map +1 -0
  238. package/lib/generated/prisma/models/ProductVariantStoreRanking.d.ts +1890 -0
  239. package/lib/generated/prisma/models/ProductVariantStoreRanking.js +12 -0
  240. package/lib/generated/prisma/models/ProductVariantStoreRanking.js.map +1 -0
  241. package/lib/generated/prisma/models/ProductVariantToMedia.d.ts +1250 -0
  242. package/lib/generated/prisma/models/ProductVariantToMedia.js +12 -0
  243. package/lib/generated/prisma/models/ProductVariantToMedia.js.map +1 -0
  244. package/lib/generated/prisma/models/ProductVariantToTag.d.ts +1201 -0
  245. package/lib/generated/prisma/models/ProductVariantToTag.js +12 -0
  246. package/lib/generated/prisma/models/ProductVariantToTag.js.map +1 -0
  247. package/lib/generated/prisma/models/ProductVarietal.d.ts +1385 -0
  248. package/lib/generated/prisma/models/ProductVarietal.js +12 -0
  249. package/lib/generated/prisma/models/ProductVarietal.js.map +1 -0
  250. package/lib/generated/prisma/models/ProductsWithOverrides.d.ts +1782 -0
  251. package/lib/generated/prisma/models/ProductsWithOverrides.js +12 -0
  252. package/lib/generated/prisma/models/ProductsWithOverrides.js.map +1 -0
  253. package/lib/generated/prisma/models/PvStoreScheduledAvailability.d.ts +1931 -0
  254. package/lib/generated/prisma/models/PvStoreScheduledAvailability.js +12 -0
  255. package/lib/generated/prisma/models/PvStoreScheduledAvailability.js.map +1 -0
  256. package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.d.ts +1405 -0
  257. package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.js +12 -0
  258. package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.js.map +1 -0
  259. package/lib/generated/prisma/models/Refund.d.ts +1707 -0
  260. package/lib/generated/prisma/models/Refund.js +12 -0
  261. package/lib/generated/prisma/models/Refund.js.map +1 -0
  262. package/lib/generated/prisma/models/RefundLine.d.ts +1373 -0
  263. package/lib/generated/prisma/models/RefundLine.js +12 -0
  264. package/lib/generated/prisma/models/RefundLine.js.map +1 -0
  265. package/lib/generated/prisma/models/RelatedItems.d.ts +1431 -0
  266. package/lib/generated/prisma/models/RelatedItems.js +12 -0
  267. package/lib/generated/prisma/models/RelatedItems.js.map +1 -0
  268. package/lib/generated/prisma/models/Role.d.ts +1264 -0
  269. package/lib/generated/prisma/models/Role.js +12 -0
  270. package/lib/generated/prisma/models/Role.js.map +1 -0
  271. package/lib/generated/prisma/models/ScheduledTask.d.ts +1146 -0
  272. package/lib/generated/prisma/models/ScheduledTask.js +12 -0
  273. package/lib/generated/prisma/models/ScheduledTask.js.map +1 -0
  274. package/lib/generated/prisma/models/ShippingConfiguration.d.ts +1659 -0
  275. package/lib/generated/prisma/models/ShippingConfiguration.js +12 -0
  276. package/lib/generated/prisma/models/ShippingConfiguration.js.map +1 -0
  277. package/lib/generated/prisma/models/ShippingLabelFee.d.ts +1705 -0
  278. package/lib/generated/prisma/models/ShippingLabelFee.js +12 -0
  279. package/lib/generated/prisma/models/ShippingLabelFee.js.map +1 -0
  280. package/lib/generated/prisma/models/ShippingLabelRefund.d.ts +1520 -0
  281. package/lib/generated/prisma/models/ShippingLabelRefund.js +12 -0
  282. package/lib/generated/prisma/models/ShippingLabelRefund.js.map +1 -0
  283. package/lib/generated/prisma/models/SmsConversation.d.ts +1548 -0
  284. package/lib/generated/prisma/models/SmsConversation.js +12 -0
  285. package/lib/generated/prisma/models/SmsConversation.js.map +1 -0
  286. package/lib/generated/prisma/models/SmsConversationMessage.d.ts +1326 -0
  287. package/lib/generated/prisma/models/SmsConversationMessage.js +12 -0
  288. package/lib/generated/prisma/models/SmsConversationMessage.js.map +1 -0
  289. package/lib/generated/prisma/models/SmsMerchantNotificationMessage.d.ts +1125 -0
  290. package/lib/generated/prisma/models/SmsMerchantNotificationMessage.js +12 -0
  291. package/lib/generated/prisma/models/SmsMerchantNotificationMessage.js.map +1 -0
  292. package/lib/generated/prisma/models/StockLevel.d.ts +1425 -0
  293. package/lib/generated/prisma/models/StockLevel.js +12 -0
  294. package/lib/generated/prisma/models/StockLevel.js.map +1 -0
  295. package/lib/generated/prisma/models/StockLocation.d.ts +1652 -0
  296. package/lib/generated/prisma/models/StockLocation.js +12 -0
  297. package/lib/generated/prisma/models/StockLocation.js.map +1 -0
  298. package/lib/generated/prisma/models/StockLocationToPlatform.d.ts +1201 -0
  299. package/lib/generated/prisma/models/StockLocationToPlatform.js +12 -0
  300. package/lib/generated/prisma/models/StockLocationToPlatform.js.map +1 -0
  301. package/lib/generated/prisma/models/StockMovement.d.ts +1608 -0
  302. package/lib/generated/prisma/models/StockMovement.js +12 -0
  303. package/lib/generated/prisma/models/StockMovement.js.map +1 -0
  304. package/lib/generated/prisma/models/Store.d.ts +4487 -0
  305. package/lib/generated/prisma/models/Store.js +12 -0
  306. package/lib/generated/prisma/models/Store.js.map +1 -0
  307. package/lib/generated/prisma/models/StoreRestockingLog.d.ts +1297 -0
  308. package/lib/generated/prisma/models/StoreRestockingLog.js +12 -0
  309. package/lib/generated/prisma/models/StoreRestockingLog.js.map +1 -0
  310. package/lib/generated/prisma/models/StoreRestockingSchedule.d.ts +1932 -0
  311. package/lib/generated/prisma/models/StoreRestockingSchedule.js +12 -0
  312. package/lib/generated/prisma/models/StoreRestockingSchedule.js.map +1 -0
  313. package/lib/generated/prisma/models/StoreToAssociatedStoreType.d.ts +1294 -0
  314. package/lib/generated/prisma/models/StoreToAssociatedStoreType.js +12 -0
  315. package/lib/generated/prisma/models/StoreToAssociatedStoreType.js.map +1 -0
  316. package/lib/generated/prisma/models/StoreToPlatform.d.ts +1331 -0
  317. package/lib/generated/prisma/models/StoreToPlatform.js +12 -0
  318. package/lib/generated/prisma/models/StoreToPlatform.js.map +1 -0
  319. package/lib/generated/prisma/models/Tag.d.ts +1581 -0
  320. package/lib/generated/prisma/models/Tag.js +12 -0
  321. package/lib/generated/prisma/models/Tag.js.map +1 -0
  322. package/lib/generated/prisma/models/TaxCategory.d.ts +1169 -0
  323. package/lib/generated/prisma/models/TaxCategory.js +12 -0
  324. package/lib/generated/prisma/models/TaxCategory.js.map +1 -0
  325. package/lib/generated/prisma/models/Transaction.d.ts +1551 -0
  326. package/lib/generated/prisma/models/Transaction.js +12 -0
  327. package/lib/generated/prisma/models/Transaction.js.map +1 -0
  328. package/lib/generated/prisma/models/User.d.ts +1907 -0
  329. package/lib/generated/prisma/models/User.js +12 -0
  330. package/lib/generated/prisma/models/User.js.map +1 -0
  331. package/lib/generated/prisma/models/UserToRole.d.ts +1201 -0
  332. package/lib/generated/prisma/models/UserToRole.js +12 -0
  333. package/lib/generated/prisma/models/UserToRole.js.map +1 -0
  334. package/lib/generated/prisma/models.d.ts +103 -0
  335. package/lib/generated/prisma/models.js +3 -0
  336. package/lib/generated/prisma/models.js.map +1 -0
  337. package/lib/generated/prisma/pjtg.d.ts +145 -0
  338. package/lib/generated/prisma/pjtg.js +3 -0
  339. package/lib/generated/prisma/pjtg.js.map +1 -0
  340. package/lib/helpers.d.ts +37 -0
  341. package/lib/helpers.js +226 -0
  342. package/lib/helpers.js.map +1 -0
  343. package/lib/index.d.ts +10 -0
  344. package/lib/index.js.map +1 -0
  345. package/lib/kysely/index.d.ts +2 -0
  346. package/lib/kysely/index.js +19 -0
  347. package/lib/kysely/index.js.map +1 -0
  348. package/lib/kysely/kysely-db.d.ts +3 -0
  349. package/lib/kysely/kysely-db.js +3 -0
  350. package/lib/kysely/kysely-db.js.map +1 -0
  351. package/lib/kysely/utils/index.d.ts +4 -0
  352. package/lib/kysely/utils/index.js +21 -0
  353. package/lib/kysely/utils/index.js.map +1 -0
  354. package/lib/kysely/utils/json-array-from-no-subquery.d.ts +38 -0
  355. package/lib/kysely/utils/json-array-from-no-subquery.js +43 -0
  356. package/lib/kysely/utils/json-array-from-no-subquery.js.map +1 -0
  357. package/lib/kysely/utils/json-object-from-no-subquery.d.ts +40 -0
  358. package/lib/kysely/utils/json-object-from-no-subquery.js +45 -0
  359. package/lib/kysely/utils/json-object-from-no-subquery.js.map +1 -0
  360. package/lib/kysely/utils/serialize-bigint-value.d.ts +3 -0
  361. package/lib/kysely/utils/serialize-bigint-value.js +13 -0
  362. package/lib/kysely/utils/serialize-bigint-value.js.map +1 -0
  363. package/lib/kysely/utils/serialize-numeric-value.d.ts +4 -0
  364. package/lib/kysely/utils/serialize-numeric-value.js +11 -0
  365. package/lib/kysely/utils/serialize-numeric-value.js.map +1 -0
  366. package/lib/kysely/utils/shallow-dehydrate.d.ts +18 -0
  367. package/lib/kysely/utils/shallow-dehydrate.js +3 -0
  368. package/lib/kysely/utils/shallow-dehydrate.js.map +1 -0
  369. package/lib/prisma-module/index.d.ts +4 -0
  370. package/lib/prisma-module/index.js +21 -0
  371. package/lib/prisma-module/index.js.map +1 -0
  372. package/lib/prisma-module/prisma-options.d.ts +59 -0
  373. package/lib/prisma-module/prisma-options.js +3 -0
  374. package/lib/prisma-module/prisma-options.js.map +1 -0
  375. package/lib/prisma-module/prisma.constants.d.ts +1 -0
  376. package/lib/prisma-module/prisma.constants.js +5 -0
  377. package/lib/prisma-module/prisma.constants.js.map +1 -0
  378. package/lib/prisma-module/prisma.module.d.ts +8 -0
  379. package/lib/prisma-module/prisma.module.js +73 -0
  380. package/lib/prisma-module/prisma.module.js.map +1 -0
  381. package/lib/prisma-module/prisma.service.d.ts +5 -0
  382. package/lib/prisma-module/prisma.service.js +29 -0
  383. package/lib/prisma-module/prisma.service.js.map +1 -0
  384. package/lib/tsconfig.build.tsbuildinfo +1 -0
  385. package/lib/types.d.ts +7 -0
  386. package/lib/types.js +3 -0
  387. package/lib/types.js.map +1 -0
  388. package/lib/utils/deep-convert-formatted-string-to-original.d.ts +1 -0
  389. package/lib/utils/deep-convert-formatted-string-to-original.js +40 -0
  390. package/lib/utils/deep-convert-formatted-string-to-original.js.map +1 -0
  391. package/lib/utils/ignore-prisma-builtins.d.ts +1 -0
  392. package/lib/utils/ignore-prisma-builtins.js +3 -0
  393. package/lib/utils/ignore-prisma-builtins.js.map +1 -0
  394. package/lib/utils/index.d.ts +3 -0
  395. package/lib/utils/index.js +20 -0
  396. package/lib/utils/index.js.map +1 -0
  397. package/lib/utils/prisma-where-to-sql.d.ts +5 -0
  398. package/lib/utils/prisma-where-to-sql.js +94 -0
  399. package/lib/utils/prisma-where-to-sql.js.map +1 -0
  400. package/lib/web360-prisma.constants.d.ts +2 -0
  401. package/lib/web360-prisma.constants.js +6 -0
  402. package/lib/web360-prisma.constants.js.map +1 -0
  403. package/lib/web360-prisma.module.d.ts +7 -0
  404. package/lib/web360-prisma.module.js +81 -0
  405. package/lib/web360-prisma.module.js.map +1 -0
  406. package/lib/web360-prisma.options.d.ts +38 -0
  407. package/lib/web360-prisma.options.js +3 -0
  408. package/lib/web360-prisma.options.js.map +1 -0
  409. package/lib/web360-prisma.service.d.ts +57 -0
  410. package/lib/web360-prisma.service.js +57 -0
  411. package/lib/web360-prisma.service.js.map +1 -0
  412. package/package.json +3 -2
@@ -0,0 +1,1333 @@
1
+ import type * as runtime from "@prisma/client/runtime/client";
2
+ import type * as Prisma from "../internal/prismaNamespace.js";
3
+ /**
4
+ * Model PlatformAwsConfiguration
5
+ *
6
+ */
7
+ export type PlatformAwsConfigurationModel = runtime.Types.Result.DefaultSelection<Prisma.$PlatformAwsConfigurationPayload>;
8
+ export type AggregatePlatformAwsConfiguration = {
9
+ _count: PlatformAwsConfigurationCountAggregateOutputType | null;
10
+ _avg: PlatformAwsConfigurationAvgAggregateOutputType | null;
11
+ _sum: PlatformAwsConfigurationSumAggregateOutputType | null;
12
+ _min: PlatformAwsConfigurationMinAggregateOutputType | null;
13
+ _max: PlatformAwsConfigurationMaxAggregateOutputType | null;
14
+ };
15
+ export type PlatformAwsConfigurationAvgAggregateOutputType = {
16
+ id: number | null;
17
+ };
18
+ export type PlatformAwsConfigurationSumAggregateOutputType = {
19
+ id: bigint | null;
20
+ };
21
+ export type PlatformAwsConfigurationMinAggregateOutputType = {
22
+ id: bigint | null;
23
+ createdAt: Date | null;
24
+ updatedAt: Date | null;
25
+ platformId: string | null;
26
+ awsBucketName: string | null;
27
+ uploadPath: string | null;
28
+ };
29
+ export type PlatformAwsConfigurationMaxAggregateOutputType = {
30
+ id: bigint | null;
31
+ createdAt: Date | null;
32
+ updatedAt: Date | null;
33
+ platformId: string | null;
34
+ awsBucketName: string | null;
35
+ uploadPath: string | null;
36
+ };
37
+ export type PlatformAwsConfigurationCountAggregateOutputType = {
38
+ id: number;
39
+ createdAt: number;
40
+ updatedAt: number;
41
+ platformId: number;
42
+ awsBucketName: number;
43
+ uploadPath: number;
44
+ _all: number;
45
+ };
46
+ export type PlatformAwsConfigurationAvgAggregateInputType = {
47
+ id?: true;
48
+ };
49
+ export type PlatformAwsConfigurationSumAggregateInputType = {
50
+ id?: true;
51
+ };
52
+ export type PlatformAwsConfigurationMinAggregateInputType = {
53
+ id?: true;
54
+ createdAt?: true;
55
+ updatedAt?: true;
56
+ platformId?: true;
57
+ awsBucketName?: true;
58
+ uploadPath?: true;
59
+ };
60
+ export type PlatformAwsConfigurationMaxAggregateInputType = {
61
+ id?: true;
62
+ createdAt?: true;
63
+ updatedAt?: true;
64
+ platformId?: true;
65
+ awsBucketName?: true;
66
+ uploadPath?: true;
67
+ };
68
+ export type PlatformAwsConfigurationCountAggregateInputType = {
69
+ id?: true;
70
+ createdAt?: true;
71
+ updatedAt?: true;
72
+ platformId?: true;
73
+ awsBucketName?: true;
74
+ uploadPath?: true;
75
+ _all?: true;
76
+ };
77
+ export type PlatformAwsConfigurationAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
78
+ /**
79
+ * Filter which PlatformAwsConfiguration to aggregate.
80
+ */
81
+ where?: Prisma.PlatformAwsConfigurationWhereInput;
82
+ /**
83
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
84
+ *
85
+ * Determine the order of PlatformAwsConfigurations to fetch.
86
+ */
87
+ orderBy?: Prisma.PlatformAwsConfigurationOrderByWithRelationInput | Prisma.PlatformAwsConfigurationOrderByWithRelationInput[];
88
+ /**
89
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
90
+ *
91
+ * Sets the start position
92
+ */
93
+ cursor?: Prisma.PlatformAwsConfigurationWhereUniqueInput;
94
+ /**
95
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
96
+ *
97
+ * Take `±n` PlatformAwsConfigurations from the position of the cursor.
98
+ */
99
+ take?: number;
100
+ /**
101
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
102
+ *
103
+ * Skip the first `n` PlatformAwsConfigurations.
104
+ */
105
+ skip?: number;
106
+ /**
107
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
108
+ *
109
+ * Count returned PlatformAwsConfigurations
110
+ **/
111
+ _count?: true | PlatformAwsConfigurationCountAggregateInputType;
112
+ /**
113
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
114
+ *
115
+ * Select which fields to average
116
+ **/
117
+ _avg?: PlatformAwsConfigurationAvgAggregateInputType;
118
+ /**
119
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
120
+ *
121
+ * Select which fields to sum
122
+ **/
123
+ _sum?: PlatformAwsConfigurationSumAggregateInputType;
124
+ /**
125
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
126
+ *
127
+ * Select which fields to find the minimum value
128
+ **/
129
+ _min?: PlatformAwsConfigurationMinAggregateInputType;
130
+ /**
131
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
132
+ *
133
+ * Select which fields to find the maximum value
134
+ **/
135
+ _max?: PlatformAwsConfigurationMaxAggregateInputType;
136
+ };
137
+ export type GetPlatformAwsConfigurationAggregateType<T extends PlatformAwsConfigurationAggregateArgs> = {
138
+ [P in keyof T & keyof AggregatePlatformAwsConfiguration]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregatePlatformAwsConfiguration[P]> : Prisma.GetScalarType<T[P], AggregatePlatformAwsConfiguration[P]>;
139
+ };
140
+ export type PlatformAwsConfigurationGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
141
+ where?: Prisma.PlatformAwsConfigurationWhereInput;
142
+ orderBy?: Prisma.PlatformAwsConfigurationOrderByWithAggregationInput | Prisma.PlatformAwsConfigurationOrderByWithAggregationInput[];
143
+ by: Prisma.PlatformAwsConfigurationScalarFieldEnum[] | Prisma.PlatformAwsConfigurationScalarFieldEnum;
144
+ having?: Prisma.PlatformAwsConfigurationScalarWhereWithAggregatesInput;
145
+ take?: number;
146
+ skip?: number;
147
+ _count?: PlatformAwsConfigurationCountAggregateInputType | true;
148
+ _avg?: PlatformAwsConfigurationAvgAggregateInputType;
149
+ _sum?: PlatformAwsConfigurationSumAggregateInputType;
150
+ _min?: PlatformAwsConfigurationMinAggregateInputType;
151
+ _max?: PlatformAwsConfigurationMaxAggregateInputType;
152
+ };
153
+ export type PlatformAwsConfigurationGroupByOutputType = {
154
+ id: bigint;
155
+ createdAt: Date;
156
+ updatedAt: Date;
157
+ platformId: string;
158
+ awsBucketName: string;
159
+ uploadPath: string;
160
+ _count: PlatformAwsConfigurationCountAggregateOutputType | null;
161
+ _avg: PlatformAwsConfigurationAvgAggregateOutputType | null;
162
+ _sum: PlatformAwsConfigurationSumAggregateOutputType | null;
163
+ _min: PlatformAwsConfigurationMinAggregateOutputType | null;
164
+ _max: PlatformAwsConfigurationMaxAggregateOutputType | null;
165
+ };
166
+ type GetPlatformAwsConfigurationGroupByPayload<T extends PlatformAwsConfigurationGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<PlatformAwsConfigurationGroupByOutputType, T['by']> & {
167
+ [P in ((keyof T) & (keyof PlatformAwsConfigurationGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], PlatformAwsConfigurationGroupByOutputType[P]> : Prisma.GetScalarType<T[P], PlatformAwsConfigurationGroupByOutputType[P]>;
168
+ }>>;
169
+ export type PlatformAwsConfigurationWhereInput = {
170
+ AND?: Prisma.PlatformAwsConfigurationWhereInput | Prisma.PlatformAwsConfigurationWhereInput[];
171
+ OR?: Prisma.PlatformAwsConfigurationWhereInput[];
172
+ NOT?: Prisma.PlatformAwsConfigurationWhereInput | Prisma.PlatformAwsConfigurationWhereInput[];
173
+ id?: Prisma.BigIntFilter<"PlatformAwsConfiguration"> | bigint | number;
174
+ createdAt?: Prisma.DateTimeFilter<"PlatformAwsConfiguration"> | Date | string;
175
+ updatedAt?: Prisma.DateTimeFilter<"PlatformAwsConfiguration"> | Date | string;
176
+ platformId?: Prisma.StringFilter<"PlatformAwsConfiguration"> | string;
177
+ awsBucketName?: Prisma.StringFilter<"PlatformAwsConfiguration"> | string;
178
+ uploadPath?: Prisma.StringFilter<"PlatformAwsConfiguration"> | string;
179
+ platform?: Prisma.XOR<Prisma.PlatformScalarRelationFilter, Prisma.PlatformWhereInput>;
180
+ awsBucket?: Prisma.XOR<Prisma.AwsBucketScalarRelationFilter, Prisma.AwsBucketWhereInput>;
181
+ };
182
+ export type PlatformAwsConfigurationOrderByWithRelationInput = {
183
+ id?: Prisma.SortOrder;
184
+ createdAt?: Prisma.SortOrder;
185
+ updatedAt?: Prisma.SortOrder;
186
+ platformId?: Prisma.SortOrder;
187
+ awsBucketName?: Prisma.SortOrder;
188
+ uploadPath?: Prisma.SortOrder;
189
+ platform?: Prisma.PlatformOrderByWithRelationInput;
190
+ awsBucket?: Prisma.AwsBucketOrderByWithRelationInput;
191
+ _relevance?: Prisma.PlatformAwsConfigurationOrderByRelevanceInput;
192
+ };
193
+ export type PlatformAwsConfigurationWhereUniqueInput = Prisma.AtLeast<{
194
+ id?: bigint | number;
195
+ platformId?: string;
196
+ AND?: Prisma.PlatformAwsConfigurationWhereInput | Prisma.PlatformAwsConfigurationWhereInput[];
197
+ OR?: Prisma.PlatformAwsConfigurationWhereInput[];
198
+ NOT?: Prisma.PlatformAwsConfigurationWhereInput | Prisma.PlatformAwsConfigurationWhereInput[];
199
+ createdAt?: Prisma.DateTimeFilter<"PlatformAwsConfiguration"> | Date | string;
200
+ updatedAt?: Prisma.DateTimeFilter<"PlatformAwsConfiguration"> | Date | string;
201
+ awsBucketName?: Prisma.StringFilter<"PlatformAwsConfiguration"> | string;
202
+ uploadPath?: Prisma.StringFilter<"PlatformAwsConfiguration"> | string;
203
+ platform?: Prisma.XOR<Prisma.PlatformScalarRelationFilter, Prisma.PlatformWhereInput>;
204
+ awsBucket?: Prisma.XOR<Prisma.AwsBucketScalarRelationFilter, Prisma.AwsBucketWhereInput>;
205
+ }, "id" | "platformId">;
206
+ export type PlatformAwsConfigurationOrderByWithAggregationInput = {
207
+ id?: Prisma.SortOrder;
208
+ createdAt?: Prisma.SortOrder;
209
+ updatedAt?: Prisma.SortOrder;
210
+ platformId?: Prisma.SortOrder;
211
+ awsBucketName?: Prisma.SortOrder;
212
+ uploadPath?: Prisma.SortOrder;
213
+ _count?: Prisma.PlatformAwsConfigurationCountOrderByAggregateInput;
214
+ _avg?: Prisma.PlatformAwsConfigurationAvgOrderByAggregateInput;
215
+ _max?: Prisma.PlatformAwsConfigurationMaxOrderByAggregateInput;
216
+ _min?: Prisma.PlatformAwsConfigurationMinOrderByAggregateInput;
217
+ _sum?: Prisma.PlatformAwsConfigurationSumOrderByAggregateInput;
218
+ };
219
+ export type PlatformAwsConfigurationScalarWhereWithAggregatesInput = {
220
+ AND?: Prisma.PlatformAwsConfigurationScalarWhereWithAggregatesInput | Prisma.PlatformAwsConfigurationScalarWhereWithAggregatesInput[];
221
+ OR?: Prisma.PlatformAwsConfigurationScalarWhereWithAggregatesInput[];
222
+ NOT?: Prisma.PlatformAwsConfigurationScalarWhereWithAggregatesInput | Prisma.PlatformAwsConfigurationScalarWhereWithAggregatesInput[];
223
+ id?: Prisma.BigIntWithAggregatesFilter<"PlatformAwsConfiguration"> | bigint | number;
224
+ createdAt?: Prisma.DateTimeWithAggregatesFilter<"PlatformAwsConfiguration"> | Date | string;
225
+ updatedAt?: Prisma.DateTimeWithAggregatesFilter<"PlatformAwsConfiguration"> | Date | string;
226
+ platformId?: Prisma.StringWithAggregatesFilter<"PlatformAwsConfiguration"> | string;
227
+ awsBucketName?: Prisma.StringWithAggregatesFilter<"PlatformAwsConfiguration"> | string;
228
+ uploadPath?: Prisma.StringWithAggregatesFilter<"PlatformAwsConfiguration"> | string;
229
+ };
230
+ export type PlatformAwsConfigurationCreateInput = {
231
+ id?: bigint | number;
232
+ createdAt?: Date | string;
233
+ updatedAt?: Date | string;
234
+ uploadPath: string;
235
+ platform: Prisma.PlatformCreateNestedOneWithoutPlatformAwsConfigurationInput;
236
+ awsBucket: Prisma.AwsBucketCreateNestedOneWithoutPlatformAwsConfigurationsInput;
237
+ };
238
+ export type PlatformAwsConfigurationUncheckedCreateInput = {
239
+ id?: bigint | number;
240
+ createdAt?: Date | string;
241
+ updatedAt?: Date | string;
242
+ platformId: string;
243
+ awsBucketName: string;
244
+ uploadPath: string;
245
+ };
246
+ export type PlatformAwsConfigurationUpdateInput = {
247
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
248
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
249
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
250
+ uploadPath?: Prisma.StringFieldUpdateOperationsInput | string;
251
+ platform?: Prisma.PlatformUpdateOneRequiredWithoutPlatformAwsConfigurationNestedInput;
252
+ awsBucket?: Prisma.AwsBucketUpdateOneRequiredWithoutPlatformAwsConfigurationsNestedInput;
253
+ };
254
+ export type PlatformAwsConfigurationUncheckedUpdateInput = {
255
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
256
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
257
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
258
+ platformId?: Prisma.StringFieldUpdateOperationsInput | string;
259
+ awsBucketName?: Prisma.StringFieldUpdateOperationsInput | string;
260
+ uploadPath?: Prisma.StringFieldUpdateOperationsInput | string;
261
+ };
262
+ export type PlatformAwsConfigurationCreateManyInput = {
263
+ id?: bigint | number;
264
+ createdAt?: Date | string;
265
+ updatedAt?: Date | string;
266
+ platformId: string;
267
+ awsBucketName: string;
268
+ uploadPath: string;
269
+ };
270
+ export type PlatformAwsConfigurationUpdateManyMutationInput = {
271
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
272
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
273
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
274
+ uploadPath?: Prisma.StringFieldUpdateOperationsInput | string;
275
+ };
276
+ export type PlatformAwsConfigurationUncheckedUpdateManyInput = {
277
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
278
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
279
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
280
+ platformId?: Prisma.StringFieldUpdateOperationsInput | string;
281
+ awsBucketName?: Prisma.StringFieldUpdateOperationsInput | string;
282
+ uploadPath?: Prisma.StringFieldUpdateOperationsInput | string;
283
+ };
284
+ export type PlatformAwsConfigurationListRelationFilter = {
285
+ every?: Prisma.PlatformAwsConfigurationWhereInput;
286
+ some?: Prisma.PlatformAwsConfigurationWhereInput;
287
+ none?: Prisma.PlatformAwsConfigurationWhereInput;
288
+ };
289
+ export type PlatformAwsConfigurationOrderByRelationAggregateInput = {
290
+ _count?: Prisma.SortOrder;
291
+ };
292
+ export type PlatformAwsConfigurationOrderByRelevanceInput = {
293
+ fields: Prisma.PlatformAwsConfigurationOrderByRelevanceFieldEnum | Prisma.PlatformAwsConfigurationOrderByRelevanceFieldEnum[];
294
+ sort: Prisma.SortOrder;
295
+ search: string;
296
+ };
297
+ export type PlatformAwsConfigurationCountOrderByAggregateInput = {
298
+ id?: Prisma.SortOrder;
299
+ createdAt?: Prisma.SortOrder;
300
+ updatedAt?: Prisma.SortOrder;
301
+ platformId?: Prisma.SortOrder;
302
+ awsBucketName?: Prisma.SortOrder;
303
+ uploadPath?: Prisma.SortOrder;
304
+ };
305
+ export type PlatformAwsConfigurationAvgOrderByAggregateInput = {
306
+ id?: Prisma.SortOrder;
307
+ };
308
+ export type PlatformAwsConfigurationMaxOrderByAggregateInput = {
309
+ id?: Prisma.SortOrder;
310
+ createdAt?: Prisma.SortOrder;
311
+ updatedAt?: Prisma.SortOrder;
312
+ platformId?: Prisma.SortOrder;
313
+ awsBucketName?: Prisma.SortOrder;
314
+ uploadPath?: Prisma.SortOrder;
315
+ };
316
+ export type PlatformAwsConfigurationMinOrderByAggregateInput = {
317
+ id?: Prisma.SortOrder;
318
+ createdAt?: Prisma.SortOrder;
319
+ updatedAt?: Prisma.SortOrder;
320
+ platformId?: Prisma.SortOrder;
321
+ awsBucketName?: Prisma.SortOrder;
322
+ uploadPath?: Prisma.SortOrder;
323
+ };
324
+ export type PlatformAwsConfigurationSumOrderByAggregateInput = {
325
+ id?: Prisma.SortOrder;
326
+ };
327
+ export type PlatformAwsConfigurationNullableScalarRelationFilter = {
328
+ is?: Prisma.PlatformAwsConfigurationWhereInput | null;
329
+ isNot?: Prisma.PlatformAwsConfigurationWhereInput | null;
330
+ };
331
+ export type PlatformAwsConfigurationCreateNestedManyWithoutAwsBucketInput = {
332
+ create?: Prisma.XOR<Prisma.PlatformAwsConfigurationCreateWithoutAwsBucketInput, Prisma.PlatformAwsConfigurationUncheckedCreateWithoutAwsBucketInput> | Prisma.PlatformAwsConfigurationCreateWithoutAwsBucketInput[] | Prisma.PlatformAwsConfigurationUncheckedCreateWithoutAwsBucketInput[];
333
+ connectOrCreate?: Prisma.PlatformAwsConfigurationCreateOrConnectWithoutAwsBucketInput | Prisma.PlatformAwsConfigurationCreateOrConnectWithoutAwsBucketInput[];
334
+ createMany?: Prisma.PlatformAwsConfigurationCreateManyAwsBucketInputEnvelope;
335
+ connect?: Prisma.PlatformAwsConfigurationWhereUniqueInput | Prisma.PlatformAwsConfigurationWhereUniqueInput[];
336
+ };
337
+ export type PlatformAwsConfigurationUncheckedCreateNestedManyWithoutAwsBucketInput = {
338
+ create?: Prisma.XOR<Prisma.PlatformAwsConfigurationCreateWithoutAwsBucketInput, Prisma.PlatformAwsConfigurationUncheckedCreateWithoutAwsBucketInput> | Prisma.PlatformAwsConfigurationCreateWithoutAwsBucketInput[] | Prisma.PlatformAwsConfigurationUncheckedCreateWithoutAwsBucketInput[];
339
+ connectOrCreate?: Prisma.PlatformAwsConfigurationCreateOrConnectWithoutAwsBucketInput | Prisma.PlatformAwsConfigurationCreateOrConnectWithoutAwsBucketInput[];
340
+ createMany?: Prisma.PlatformAwsConfigurationCreateManyAwsBucketInputEnvelope;
341
+ connect?: Prisma.PlatformAwsConfigurationWhereUniqueInput | Prisma.PlatformAwsConfigurationWhereUniqueInput[];
342
+ };
343
+ export type PlatformAwsConfigurationUpdateManyWithoutAwsBucketNestedInput = {
344
+ create?: Prisma.XOR<Prisma.PlatformAwsConfigurationCreateWithoutAwsBucketInput, Prisma.PlatformAwsConfigurationUncheckedCreateWithoutAwsBucketInput> | Prisma.PlatformAwsConfigurationCreateWithoutAwsBucketInput[] | Prisma.PlatformAwsConfigurationUncheckedCreateWithoutAwsBucketInput[];
345
+ connectOrCreate?: Prisma.PlatformAwsConfigurationCreateOrConnectWithoutAwsBucketInput | Prisma.PlatformAwsConfigurationCreateOrConnectWithoutAwsBucketInput[];
346
+ upsert?: Prisma.PlatformAwsConfigurationUpsertWithWhereUniqueWithoutAwsBucketInput | Prisma.PlatformAwsConfigurationUpsertWithWhereUniqueWithoutAwsBucketInput[];
347
+ createMany?: Prisma.PlatformAwsConfigurationCreateManyAwsBucketInputEnvelope;
348
+ set?: Prisma.PlatformAwsConfigurationWhereUniqueInput | Prisma.PlatformAwsConfigurationWhereUniqueInput[];
349
+ disconnect?: Prisma.PlatformAwsConfigurationWhereUniqueInput | Prisma.PlatformAwsConfigurationWhereUniqueInput[];
350
+ delete?: Prisma.PlatformAwsConfigurationWhereUniqueInput | Prisma.PlatformAwsConfigurationWhereUniqueInput[];
351
+ connect?: Prisma.PlatformAwsConfigurationWhereUniqueInput | Prisma.PlatformAwsConfigurationWhereUniqueInput[];
352
+ update?: Prisma.PlatformAwsConfigurationUpdateWithWhereUniqueWithoutAwsBucketInput | Prisma.PlatformAwsConfigurationUpdateWithWhereUniqueWithoutAwsBucketInput[];
353
+ updateMany?: Prisma.PlatformAwsConfigurationUpdateManyWithWhereWithoutAwsBucketInput | Prisma.PlatformAwsConfigurationUpdateManyWithWhereWithoutAwsBucketInput[];
354
+ deleteMany?: Prisma.PlatformAwsConfigurationScalarWhereInput | Prisma.PlatformAwsConfigurationScalarWhereInput[];
355
+ };
356
+ export type PlatformAwsConfigurationUncheckedUpdateManyWithoutAwsBucketNestedInput = {
357
+ create?: Prisma.XOR<Prisma.PlatformAwsConfigurationCreateWithoutAwsBucketInput, Prisma.PlatformAwsConfigurationUncheckedCreateWithoutAwsBucketInput> | Prisma.PlatformAwsConfigurationCreateWithoutAwsBucketInput[] | Prisma.PlatformAwsConfigurationUncheckedCreateWithoutAwsBucketInput[];
358
+ connectOrCreate?: Prisma.PlatformAwsConfigurationCreateOrConnectWithoutAwsBucketInput | Prisma.PlatformAwsConfigurationCreateOrConnectWithoutAwsBucketInput[];
359
+ upsert?: Prisma.PlatformAwsConfigurationUpsertWithWhereUniqueWithoutAwsBucketInput | Prisma.PlatformAwsConfigurationUpsertWithWhereUniqueWithoutAwsBucketInput[];
360
+ createMany?: Prisma.PlatformAwsConfigurationCreateManyAwsBucketInputEnvelope;
361
+ set?: Prisma.PlatformAwsConfigurationWhereUniqueInput | Prisma.PlatformAwsConfigurationWhereUniqueInput[];
362
+ disconnect?: Prisma.PlatformAwsConfigurationWhereUniqueInput | Prisma.PlatformAwsConfigurationWhereUniqueInput[];
363
+ delete?: Prisma.PlatformAwsConfigurationWhereUniqueInput | Prisma.PlatformAwsConfigurationWhereUniqueInput[];
364
+ connect?: Prisma.PlatformAwsConfigurationWhereUniqueInput | Prisma.PlatformAwsConfigurationWhereUniqueInput[];
365
+ update?: Prisma.PlatformAwsConfigurationUpdateWithWhereUniqueWithoutAwsBucketInput | Prisma.PlatformAwsConfigurationUpdateWithWhereUniqueWithoutAwsBucketInput[];
366
+ updateMany?: Prisma.PlatformAwsConfigurationUpdateManyWithWhereWithoutAwsBucketInput | Prisma.PlatformAwsConfigurationUpdateManyWithWhereWithoutAwsBucketInput[];
367
+ deleteMany?: Prisma.PlatformAwsConfigurationScalarWhereInput | Prisma.PlatformAwsConfigurationScalarWhereInput[];
368
+ };
369
+ export type PlatformAwsConfigurationCreateNestedOneWithoutPlatformInput = {
370
+ create?: Prisma.XOR<Prisma.PlatformAwsConfigurationCreateWithoutPlatformInput, Prisma.PlatformAwsConfigurationUncheckedCreateWithoutPlatformInput>;
371
+ connectOrCreate?: Prisma.PlatformAwsConfigurationCreateOrConnectWithoutPlatformInput;
372
+ connect?: Prisma.PlatformAwsConfigurationWhereUniqueInput;
373
+ };
374
+ export type PlatformAwsConfigurationUncheckedCreateNestedOneWithoutPlatformInput = {
375
+ create?: Prisma.XOR<Prisma.PlatformAwsConfigurationCreateWithoutPlatformInput, Prisma.PlatformAwsConfigurationUncheckedCreateWithoutPlatformInput>;
376
+ connectOrCreate?: Prisma.PlatformAwsConfigurationCreateOrConnectWithoutPlatformInput;
377
+ connect?: Prisma.PlatformAwsConfigurationWhereUniqueInput;
378
+ };
379
+ export type PlatformAwsConfigurationUpdateOneWithoutPlatformNestedInput = {
380
+ create?: Prisma.XOR<Prisma.PlatformAwsConfigurationCreateWithoutPlatformInput, Prisma.PlatformAwsConfigurationUncheckedCreateWithoutPlatformInput>;
381
+ connectOrCreate?: Prisma.PlatformAwsConfigurationCreateOrConnectWithoutPlatformInput;
382
+ upsert?: Prisma.PlatformAwsConfigurationUpsertWithoutPlatformInput;
383
+ disconnect?: Prisma.PlatformAwsConfigurationWhereInput | boolean;
384
+ delete?: Prisma.PlatformAwsConfigurationWhereInput | boolean;
385
+ connect?: Prisma.PlatformAwsConfigurationWhereUniqueInput;
386
+ update?: Prisma.XOR<Prisma.XOR<Prisma.PlatformAwsConfigurationUpdateToOneWithWhereWithoutPlatformInput, Prisma.PlatformAwsConfigurationUpdateWithoutPlatformInput>, Prisma.PlatformAwsConfigurationUncheckedUpdateWithoutPlatformInput>;
387
+ };
388
+ export type PlatformAwsConfigurationUncheckedUpdateOneWithoutPlatformNestedInput = {
389
+ create?: Prisma.XOR<Prisma.PlatformAwsConfigurationCreateWithoutPlatformInput, Prisma.PlatformAwsConfigurationUncheckedCreateWithoutPlatformInput>;
390
+ connectOrCreate?: Prisma.PlatformAwsConfigurationCreateOrConnectWithoutPlatformInput;
391
+ upsert?: Prisma.PlatformAwsConfigurationUpsertWithoutPlatformInput;
392
+ disconnect?: Prisma.PlatformAwsConfigurationWhereInput | boolean;
393
+ delete?: Prisma.PlatformAwsConfigurationWhereInput | boolean;
394
+ connect?: Prisma.PlatformAwsConfigurationWhereUniqueInput;
395
+ update?: Prisma.XOR<Prisma.XOR<Prisma.PlatformAwsConfigurationUpdateToOneWithWhereWithoutPlatformInput, Prisma.PlatformAwsConfigurationUpdateWithoutPlatformInput>, Prisma.PlatformAwsConfigurationUncheckedUpdateWithoutPlatformInput>;
396
+ };
397
+ export type PlatformAwsConfigurationCreateWithoutAwsBucketInput = {
398
+ id?: bigint | number;
399
+ createdAt?: Date | string;
400
+ updatedAt?: Date | string;
401
+ uploadPath: string;
402
+ platform: Prisma.PlatformCreateNestedOneWithoutPlatformAwsConfigurationInput;
403
+ };
404
+ export type PlatformAwsConfigurationUncheckedCreateWithoutAwsBucketInput = {
405
+ id?: bigint | number;
406
+ createdAt?: Date | string;
407
+ updatedAt?: Date | string;
408
+ platformId: string;
409
+ uploadPath: string;
410
+ };
411
+ export type PlatformAwsConfigurationCreateOrConnectWithoutAwsBucketInput = {
412
+ where: Prisma.PlatformAwsConfigurationWhereUniqueInput;
413
+ create: Prisma.XOR<Prisma.PlatformAwsConfigurationCreateWithoutAwsBucketInput, Prisma.PlatformAwsConfigurationUncheckedCreateWithoutAwsBucketInput>;
414
+ };
415
+ export type PlatformAwsConfigurationCreateManyAwsBucketInputEnvelope = {
416
+ data: Prisma.PlatformAwsConfigurationCreateManyAwsBucketInput | Prisma.PlatformAwsConfigurationCreateManyAwsBucketInput[];
417
+ skipDuplicates?: boolean;
418
+ };
419
+ export type PlatformAwsConfigurationUpsertWithWhereUniqueWithoutAwsBucketInput = {
420
+ where: Prisma.PlatformAwsConfigurationWhereUniqueInput;
421
+ update: Prisma.XOR<Prisma.PlatformAwsConfigurationUpdateWithoutAwsBucketInput, Prisma.PlatformAwsConfigurationUncheckedUpdateWithoutAwsBucketInput>;
422
+ create: Prisma.XOR<Prisma.PlatformAwsConfigurationCreateWithoutAwsBucketInput, Prisma.PlatformAwsConfigurationUncheckedCreateWithoutAwsBucketInput>;
423
+ };
424
+ export type PlatformAwsConfigurationUpdateWithWhereUniqueWithoutAwsBucketInput = {
425
+ where: Prisma.PlatformAwsConfigurationWhereUniqueInput;
426
+ data: Prisma.XOR<Prisma.PlatformAwsConfigurationUpdateWithoutAwsBucketInput, Prisma.PlatformAwsConfigurationUncheckedUpdateWithoutAwsBucketInput>;
427
+ };
428
+ export type PlatformAwsConfigurationUpdateManyWithWhereWithoutAwsBucketInput = {
429
+ where: Prisma.PlatformAwsConfigurationScalarWhereInput;
430
+ data: Prisma.XOR<Prisma.PlatformAwsConfigurationUpdateManyMutationInput, Prisma.PlatformAwsConfigurationUncheckedUpdateManyWithoutAwsBucketInput>;
431
+ };
432
+ export type PlatformAwsConfigurationScalarWhereInput = {
433
+ AND?: Prisma.PlatformAwsConfigurationScalarWhereInput | Prisma.PlatformAwsConfigurationScalarWhereInput[];
434
+ OR?: Prisma.PlatformAwsConfigurationScalarWhereInput[];
435
+ NOT?: Prisma.PlatformAwsConfigurationScalarWhereInput | Prisma.PlatformAwsConfigurationScalarWhereInput[];
436
+ id?: Prisma.BigIntFilter<"PlatformAwsConfiguration"> | bigint | number;
437
+ createdAt?: Prisma.DateTimeFilter<"PlatformAwsConfiguration"> | Date | string;
438
+ updatedAt?: Prisma.DateTimeFilter<"PlatformAwsConfiguration"> | Date | string;
439
+ platformId?: Prisma.StringFilter<"PlatformAwsConfiguration"> | string;
440
+ awsBucketName?: Prisma.StringFilter<"PlatformAwsConfiguration"> | string;
441
+ uploadPath?: Prisma.StringFilter<"PlatformAwsConfiguration"> | string;
442
+ };
443
+ export type PlatformAwsConfigurationCreateWithoutPlatformInput = {
444
+ id?: bigint | number;
445
+ createdAt?: Date | string;
446
+ updatedAt?: Date | string;
447
+ uploadPath: string;
448
+ awsBucket: Prisma.AwsBucketCreateNestedOneWithoutPlatformAwsConfigurationsInput;
449
+ };
450
+ export type PlatformAwsConfigurationUncheckedCreateWithoutPlatformInput = {
451
+ id?: bigint | number;
452
+ createdAt?: Date | string;
453
+ updatedAt?: Date | string;
454
+ awsBucketName: string;
455
+ uploadPath: string;
456
+ };
457
+ export type PlatformAwsConfigurationCreateOrConnectWithoutPlatformInput = {
458
+ where: Prisma.PlatformAwsConfigurationWhereUniqueInput;
459
+ create: Prisma.XOR<Prisma.PlatformAwsConfigurationCreateWithoutPlatformInput, Prisma.PlatformAwsConfigurationUncheckedCreateWithoutPlatformInput>;
460
+ };
461
+ export type PlatformAwsConfigurationUpsertWithoutPlatformInput = {
462
+ update: Prisma.XOR<Prisma.PlatformAwsConfigurationUpdateWithoutPlatformInput, Prisma.PlatformAwsConfigurationUncheckedUpdateWithoutPlatformInput>;
463
+ create: Prisma.XOR<Prisma.PlatformAwsConfigurationCreateWithoutPlatformInput, Prisma.PlatformAwsConfigurationUncheckedCreateWithoutPlatformInput>;
464
+ where?: Prisma.PlatformAwsConfigurationWhereInput;
465
+ };
466
+ export type PlatformAwsConfigurationUpdateToOneWithWhereWithoutPlatformInput = {
467
+ where?: Prisma.PlatformAwsConfigurationWhereInput;
468
+ data: Prisma.XOR<Prisma.PlatformAwsConfigurationUpdateWithoutPlatformInput, Prisma.PlatformAwsConfigurationUncheckedUpdateWithoutPlatformInput>;
469
+ };
470
+ export type PlatformAwsConfigurationUpdateWithoutPlatformInput = {
471
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
472
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
473
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
474
+ uploadPath?: Prisma.StringFieldUpdateOperationsInput | string;
475
+ awsBucket?: Prisma.AwsBucketUpdateOneRequiredWithoutPlatformAwsConfigurationsNestedInput;
476
+ };
477
+ export type PlatformAwsConfigurationUncheckedUpdateWithoutPlatformInput = {
478
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
479
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
480
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
481
+ awsBucketName?: Prisma.StringFieldUpdateOperationsInput | string;
482
+ uploadPath?: Prisma.StringFieldUpdateOperationsInput | string;
483
+ };
484
+ export type PlatformAwsConfigurationCreateManyAwsBucketInput = {
485
+ id?: bigint | number;
486
+ createdAt?: Date | string;
487
+ updatedAt?: Date | string;
488
+ platformId: string;
489
+ uploadPath: string;
490
+ };
491
+ export type PlatformAwsConfigurationUpdateWithoutAwsBucketInput = {
492
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
493
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
494
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
495
+ uploadPath?: Prisma.StringFieldUpdateOperationsInput | string;
496
+ platform?: Prisma.PlatformUpdateOneRequiredWithoutPlatformAwsConfigurationNestedInput;
497
+ };
498
+ export type PlatformAwsConfigurationUncheckedUpdateWithoutAwsBucketInput = {
499
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
500
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
501
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
502
+ platformId?: Prisma.StringFieldUpdateOperationsInput | string;
503
+ uploadPath?: Prisma.StringFieldUpdateOperationsInput | string;
504
+ };
505
+ export type PlatformAwsConfigurationUncheckedUpdateManyWithoutAwsBucketInput = {
506
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
507
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
508
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
509
+ platformId?: Prisma.StringFieldUpdateOperationsInput | string;
510
+ uploadPath?: Prisma.StringFieldUpdateOperationsInput | string;
511
+ };
512
+ export type PlatformAwsConfigurationSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
513
+ id?: boolean;
514
+ createdAt?: boolean;
515
+ updatedAt?: boolean;
516
+ platformId?: boolean;
517
+ awsBucketName?: boolean;
518
+ uploadPath?: boolean;
519
+ platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
520
+ awsBucket?: boolean | Prisma.AwsBucketDefaultArgs<ExtArgs>;
521
+ }, ExtArgs["result"]["platformAwsConfiguration"]>;
522
+ export type PlatformAwsConfigurationSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
523
+ id?: boolean;
524
+ createdAt?: boolean;
525
+ updatedAt?: boolean;
526
+ platformId?: boolean;
527
+ awsBucketName?: boolean;
528
+ uploadPath?: boolean;
529
+ platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
530
+ awsBucket?: boolean | Prisma.AwsBucketDefaultArgs<ExtArgs>;
531
+ }, ExtArgs["result"]["platformAwsConfiguration"]>;
532
+ export type PlatformAwsConfigurationSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
533
+ id?: boolean;
534
+ createdAt?: boolean;
535
+ updatedAt?: boolean;
536
+ platformId?: boolean;
537
+ awsBucketName?: boolean;
538
+ uploadPath?: boolean;
539
+ platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
540
+ awsBucket?: boolean | Prisma.AwsBucketDefaultArgs<ExtArgs>;
541
+ }, ExtArgs["result"]["platformAwsConfiguration"]>;
542
+ export type PlatformAwsConfigurationSelectScalar = {
543
+ id?: boolean;
544
+ createdAt?: boolean;
545
+ updatedAt?: boolean;
546
+ platformId?: boolean;
547
+ awsBucketName?: boolean;
548
+ uploadPath?: boolean;
549
+ };
550
+ export type PlatformAwsConfigurationOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "createdAt" | "updatedAt" | "platformId" | "awsBucketName" | "uploadPath", ExtArgs["result"]["platformAwsConfiguration"]>;
551
+ export type PlatformAwsConfigurationInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
552
+ platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
553
+ awsBucket?: boolean | Prisma.AwsBucketDefaultArgs<ExtArgs>;
554
+ };
555
+ export type PlatformAwsConfigurationIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
556
+ platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
557
+ awsBucket?: boolean | Prisma.AwsBucketDefaultArgs<ExtArgs>;
558
+ };
559
+ export type PlatformAwsConfigurationIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
560
+ platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
561
+ awsBucket?: boolean | Prisma.AwsBucketDefaultArgs<ExtArgs>;
562
+ };
563
+ export type $PlatformAwsConfigurationPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
564
+ name: "PlatformAwsConfiguration";
565
+ objects: {
566
+ platform: Prisma.$PlatformPayload<ExtArgs>;
567
+ awsBucket: Prisma.$AwsBucketPayload<ExtArgs>;
568
+ };
569
+ scalars: runtime.Types.Extensions.GetPayloadResult<{
570
+ id: bigint;
571
+ createdAt: Date;
572
+ updatedAt: Date;
573
+ platformId: string;
574
+ awsBucketName: string;
575
+ uploadPath: string;
576
+ }, ExtArgs["result"]["platformAwsConfiguration"]>;
577
+ composites: {};
578
+ };
579
+ export type PlatformAwsConfigurationGetPayload<S extends boolean | null | undefined | PlatformAwsConfigurationDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$PlatformAwsConfigurationPayload, S>;
580
+ export type PlatformAwsConfigurationCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<PlatformAwsConfigurationFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
581
+ select?: PlatformAwsConfigurationCountAggregateInputType | true;
582
+ };
583
+ export interface PlatformAwsConfigurationDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
584
+ [K: symbol]: {
585
+ types: Prisma.TypeMap<ExtArgs>['model']['PlatformAwsConfiguration'];
586
+ meta: {
587
+ name: 'PlatformAwsConfiguration';
588
+ };
589
+ };
590
+ /**
591
+ * Find zero or one PlatformAwsConfiguration that matches the filter.
592
+ * @param {PlatformAwsConfigurationFindUniqueArgs} args - Arguments to find a PlatformAwsConfiguration
593
+ * @example
594
+ * // Get one PlatformAwsConfiguration
595
+ * const platformAwsConfiguration = await prisma.platformAwsConfiguration.findUnique({
596
+ * where: {
597
+ * // ... provide filter here
598
+ * }
599
+ * })
600
+ */
601
+ findUnique<T extends PlatformAwsConfigurationFindUniqueArgs>(args: Prisma.SelectSubset<T, PlatformAwsConfigurationFindUniqueArgs<ExtArgs>>): Prisma.Prisma__PlatformAwsConfigurationClient<runtime.Types.Result.GetResult<Prisma.$PlatformAwsConfigurationPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
602
+ /**
603
+ * Find one PlatformAwsConfiguration that matches the filter or throw an error with `error.code='P2025'`
604
+ * if no matches were found.
605
+ * @param {PlatformAwsConfigurationFindUniqueOrThrowArgs} args - Arguments to find a PlatformAwsConfiguration
606
+ * @example
607
+ * // Get one PlatformAwsConfiguration
608
+ * const platformAwsConfiguration = await prisma.platformAwsConfiguration.findUniqueOrThrow({
609
+ * where: {
610
+ * // ... provide filter here
611
+ * }
612
+ * })
613
+ */
614
+ findUniqueOrThrow<T extends PlatformAwsConfigurationFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, PlatformAwsConfigurationFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__PlatformAwsConfigurationClient<runtime.Types.Result.GetResult<Prisma.$PlatformAwsConfigurationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
615
+ /**
616
+ * Find the first PlatformAwsConfiguration that matches the filter.
617
+ * Note, that providing `undefined` is treated as the value not being there.
618
+ * Read more here: https://pris.ly/d/null-undefined
619
+ * @param {PlatformAwsConfigurationFindFirstArgs} args - Arguments to find a PlatformAwsConfiguration
620
+ * @example
621
+ * // Get one PlatformAwsConfiguration
622
+ * const platformAwsConfiguration = await prisma.platformAwsConfiguration.findFirst({
623
+ * where: {
624
+ * // ... provide filter here
625
+ * }
626
+ * })
627
+ */
628
+ findFirst<T extends PlatformAwsConfigurationFindFirstArgs>(args?: Prisma.SelectSubset<T, PlatformAwsConfigurationFindFirstArgs<ExtArgs>>): Prisma.Prisma__PlatformAwsConfigurationClient<runtime.Types.Result.GetResult<Prisma.$PlatformAwsConfigurationPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
629
+ /**
630
+ * Find the first PlatformAwsConfiguration that matches the filter or
631
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
632
+ * Note, that providing `undefined` is treated as the value not being there.
633
+ * Read more here: https://pris.ly/d/null-undefined
634
+ * @param {PlatformAwsConfigurationFindFirstOrThrowArgs} args - Arguments to find a PlatformAwsConfiguration
635
+ * @example
636
+ * // Get one PlatformAwsConfiguration
637
+ * const platformAwsConfiguration = await prisma.platformAwsConfiguration.findFirstOrThrow({
638
+ * where: {
639
+ * // ... provide filter here
640
+ * }
641
+ * })
642
+ */
643
+ findFirstOrThrow<T extends PlatformAwsConfigurationFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, PlatformAwsConfigurationFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__PlatformAwsConfigurationClient<runtime.Types.Result.GetResult<Prisma.$PlatformAwsConfigurationPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
644
+ /**
645
+ * Find zero or more PlatformAwsConfigurations that matches the filter.
646
+ * Note, that providing `undefined` is treated as the value not being there.
647
+ * Read more here: https://pris.ly/d/null-undefined
648
+ * @param {PlatformAwsConfigurationFindManyArgs} args - Arguments to filter and select certain fields only.
649
+ * @example
650
+ * // Get all PlatformAwsConfigurations
651
+ * const platformAwsConfigurations = await prisma.platformAwsConfiguration.findMany()
652
+ *
653
+ * // Get first 10 PlatformAwsConfigurations
654
+ * const platformAwsConfigurations = await prisma.platformAwsConfiguration.findMany({ take: 10 })
655
+ *
656
+ * // Only select the `id`
657
+ * const platformAwsConfigurationWithIdOnly = await prisma.platformAwsConfiguration.findMany({ select: { id: true } })
658
+ *
659
+ */
660
+ findMany<T extends PlatformAwsConfigurationFindManyArgs>(args?: Prisma.SelectSubset<T, PlatformAwsConfigurationFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PlatformAwsConfigurationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
661
+ /**
662
+ * Create a PlatformAwsConfiguration.
663
+ * @param {PlatformAwsConfigurationCreateArgs} args - Arguments to create a PlatformAwsConfiguration.
664
+ * @example
665
+ * // Create one PlatformAwsConfiguration
666
+ * const PlatformAwsConfiguration = await prisma.platformAwsConfiguration.create({
667
+ * data: {
668
+ * // ... data to create a PlatformAwsConfiguration
669
+ * }
670
+ * })
671
+ *
672
+ */
673
+ create<T extends PlatformAwsConfigurationCreateArgs>(args: Prisma.SelectSubset<T, PlatformAwsConfigurationCreateArgs<ExtArgs>>): Prisma.Prisma__PlatformAwsConfigurationClient<runtime.Types.Result.GetResult<Prisma.$PlatformAwsConfigurationPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
674
+ /**
675
+ * Create many PlatformAwsConfigurations.
676
+ * @param {PlatformAwsConfigurationCreateManyArgs} args - Arguments to create many PlatformAwsConfigurations.
677
+ * @example
678
+ * // Create many PlatformAwsConfigurations
679
+ * const platformAwsConfiguration = await prisma.platformAwsConfiguration.createMany({
680
+ * data: [
681
+ * // ... provide data here
682
+ * ]
683
+ * })
684
+ *
685
+ */
686
+ createMany<T extends PlatformAwsConfigurationCreateManyArgs>(args?: Prisma.SelectSubset<T, PlatformAwsConfigurationCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
687
+ /**
688
+ * Create many PlatformAwsConfigurations and returns the data saved in the database.
689
+ * @param {PlatformAwsConfigurationCreateManyAndReturnArgs} args - Arguments to create many PlatformAwsConfigurations.
690
+ * @example
691
+ * // Create many PlatformAwsConfigurations
692
+ * const platformAwsConfiguration = await prisma.platformAwsConfiguration.createManyAndReturn({
693
+ * data: [
694
+ * // ... provide data here
695
+ * ]
696
+ * })
697
+ *
698
+ * // Create many PlatformAwsConfigurations and only return the `id`
699
+ * const platformAwsConfigurationWithIdOnly = await prisma.platformAwsConfiguration.createManyAndReturn({
700
+ * select: { id: true },
701
+ * data: [
702
+ * // ... provide data here
703
+ * ]
704
+ * })
705
+ * Note, that providing `undefined` is treated as the value not being there.
706
+ * Read more here: https://pris.ly/d/null-undefined
707
+ *
708
+ */
709
+ createManyAndReturn<T extends PlatformAwsConfigurationCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, PlatformAwsConfigurationCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PlatformAwsConfigurationPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
710
+ /**
711
+ * Delete a PlatformAwsConfiguration.
712
+ * @param {PlatformAwsConfigurationDeleteArgs} args - Arguments to delete one PlatformAwsConfiguration.
713
+ * @example
714
+ * // Delete one PlatformAwsConfiguration
715
+ * const PlatformAwsConfiguration = await prisma.platformAwsConfiguration.delete({
716
+ * where: {
717
+ * // ... filter to delete one PlatformAwsConfiguration
718
+ * }
719
+ * })
720
+ *
721
+ */
722
+ delete<T extends PlatformAwsConfigurationDeleteArgs>(args: Prisma.SelectSubset<T, PlatformAwsConfigurationDeleteArgs<ExtArgs>>): Prisma.Prisma__PlatformAwsConfigurationClient<runtime.Types.Result.GetResult<Prisma.$PlatformAwsConfigurationPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
723
+ /**
724
+ * Update one PlatformAwsConfiguration.
725
+ * @param {PlatformAwsConfigurationUpdateArgs} args - Arguments to update one PlatformAwsConfiguration.
726
+ * @example
727
+ * // Update one PlatformAwsConfiguration
728
+ * const platformAwsConfiguration = await prisma.platformAwsConfiguration.update({
729
+ * where: {
730
+ * // ... provide filter here
731
+ * },
732
+ * data: {
733
+ * // ... provide data here
734
+ * }
735
+ * })
736
+ *
737
+ */
738
+ update<T extends PlatformAwsConfigurationUpdateArgs>(args: Prisma.SelectSubset<T, PlatformAwsConfigurationUpdateArgs<ExtArgs>>): Prisma.Prisma__PlatformAwsConfigurationClient<runtime.Types.Result.GetResult<Prisma.$PlatformAwsConfigurationPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
739
+ /**
740
+ * Delete zero or more PlatformAwsConfigurations.
741
+ * @param {PlatformAwsConfigurationDeleteManyArgs} args - Arguments to filter PlatformAwsConfigurations to delete.
742
+ * @example
743
+ * // Delete a few PlatformAwsConfigurations
744
+ * const { count } = await prisma.platformAwsConfiguration.deleteMany({
745
+ * where: {
746
+ * // ... provide filter here
747
+ * }
748
+ * })
749
+ *
750
+ */
751
+ deleteMany<T extends PlatformAwsConfigurationDeleteManyArgs>(args?: Prisma.SelectSubset<T, PlatformAwsConfigurationDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
752
+ /**
753
+ * Update zero or more PlatformAwsConfigurations.
754
+ * Note, that providing `undefined` is treated as the value not being there.
755
+ * Read more here: https://pris.ly/d/null-undefined
756
+ * @param {PlatformAwsConfigurationUpdateManyArgs} args - Arguments to update one or more rows.
757
+ * @example
758
+ * // Update many PlatformAwsConfigurations
759
+ * const platformAwsConfiguration = await prisma.platformAwsConfiguration.updateMany({
760
+ * where: {
761
+ * // ... provide filter here
762
+ * },
763
+ * data: {
764
+ * // ... provide data here
765
+ * }
766
+ * })
767
+ *
768
+ */
769
+ updateMany<T extends PlatformAwsConfigurationUpdateManyArgs>(args: Prisma.SelectSubset<T, PlatformAwsConfigurationUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
770
+ /**
771
+ * Update zero or more PlatformAwsConfigurations and returns the data updated in the database.
772
+ * @param {PlatformAwsConfigurationUpdateManyAndReturnArgs} args - Arguments to update many PlatformAwsConfigurations.
773
+ * @example
774
+ * // Update many PlatformAwsConfigurations
775
+ * const platformAwsConfiguration = await prisma.platformAwsConfiguration.updateManyAndReturn({
776
+ * where: {
777
+ * // ... provide filter here
778
+ * },
779
+ * data: [
780
+ * // ... provide data here
781
+ * ]
782
+ * })
783
+ *
784
+ * // Update zero or more PlatformAwsConfigurations and only return the `id`
785
+ * const platformAwsConfigurationWithIdOnly = await prisma.platformAwsConfiguration.updateManyAndReturn({
786
+ * select: { id: true },
787
+ * where: {
788
+ * // ... provide filter here
789
+ * },
790
+ * data: [
791
+ * // ... provide data here
792
+ * ]
793
+ * })
794
+ * Note, that providing `undefined` is treated as the value not being there.
795
+ * Read more here: https://pris.ly/d/null-undefined
796
+ *
797
+ */
798
+ updateManyAndReturn<T extends PlatformAwsConfigurationUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, PlatformAwsConfigurationUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PlatformAwsConfigurationPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
799
+ /**
800
+ * Create or update one PlatformAwsConfiguration.
801
+ * @param {PlatformAwsConfigurationUpsertArgs} args - Arguments to update or create a PlatformAwsConfiguration.
802
+ * @example
803
+ * // Update or create a PlatformAwsConfiguration
804
+ * const platformAwsConfiguration = await prisma.platformAwsConfiguration.upsert({
805
+ * create: {
806
+ * // ... data to create a PlatformAwsConfiguration
807
+ * },
808
+ * update: {
809
+ * // ... in case it already exists, update
810
+ * },
811
+ * where: {
812
+ * // ... the filter for the PlatformAwsConfiguration we want to update
813
+ * }
814
+ * })
815
+ */
816
+ upsert<T extends PlatformAwsConfigurationUpsertArgs>(args: Prisma.SelectSubset<T, PlatformAwsConfigurationUpsertArgs<ExtArgs>>): Prisma.Prisma__PlatformAwsConfigurationClient<runtime.Types.Result.GetResult<Prisma.$PlatformAwsConfigurationPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
817
+ /**
818
+ * Count the number of PlatformAwsConfigurations.
819
+ * Note, that providing `undefined` is treated as the value not being there.
820
+ * Read more here: https://pris.ly/d/null-undefined
821
+ * @param {PlatformAwsConfigurationCountArgs} args - Arguments to filter PlatformAwsConfigurations to count.
822
+ * @example
823
+ * // Count the number of PlatformAwsConfigurations
824
+ * const count = await prisma.platformAwsConfiguration.count({
825
+ * where: {
826
+ * // ... the filter for the PlatformAwsConfigurations we want to count
827
+ * }
828
+ * })
829
+ **/
830
+ count<T extends PlatformAwsConfigurationCountArgs>(args?: Prisma.Subset<T, PlatformAwsConfigurationCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], PlatformAwsConfigurationCountAggregateOutputType> : number>;
831
+ /**
832
+ * Allows you to perform aggregations operations on a PlatformAwsConfiguration.
833
+ * Note, that providing `undefined` is treated as the value not being there.
834
+ * Read more here: https://pris.ly/d/null-undefined
835
+ * @param {PlatformAwsConfigurationAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
836
+ * @example
837
+ * // Ordered by age ascending
838
+ * // Where email contains prisma.io
839
+ * // Limited to the 10 users
840
+ * const aggregations = await prisma.user.aggregate({
841
+ * _avg: {
842
+ * age: true,
843
+ * },
844
+ * where: {
845
+ * email: {
846
+ * contains: "prisma.io",
847
+ * },
848
+ * },
849
+ * orderBy: {
850
+ * age: "asc",
851
+ * },
852
+ * take: 10,
853
+ * })
854
+ **/
855
+ aggregate<T extends PlatformAwsConfigurationAggregateArgs>(args: Prisma.Subset<T, PlatformAwsConfigurationAggregateArgs>): Prisma.PrismaPromise<GetPlatformAwsConfigurationAggregateType<T>>;
856
+ /**
857
+ * Group by PlatformAwsConfiguration.
858
+ * Note, that providing `undefined` is treated as the value not being there.
859
+ * Read more here: https://pris.ly/d/null-undefined
860
+ * @param {PlatformAwsConfigurationGroupByArgs} args - Group by arguments.
861
+ * @example
862
+ * // Group by city, order by createdAt, get count
863
+ * const result = await prisma.user.groupBy({
864
+ * by: ['city', 'createdAt'],
865
+ * orderBy: {
866
+ * createdAt: true
867
+ * },
868
+ * _count: {
869
+ * _all: true
870
+ * },
871
+ * })
872
+ *
873
+ **/
874
+ groupBy<T extends PlatformAwsConfigurationGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
875
+ orderBy: PlatformAwsConfigurationGroupByArgs['orderBy'];
876
+ } : {
877
+ orderBy?: PlatformAwsConfigurationGroupByArgs['orderBy'];
878
+ }, OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>, ByFields extends Prisma.MaybeTupleToUnion<T['by']>, ByValid extends Prisma.Has<ByFields, OrderFields>, HavingFields extends Prisma.GetHavingFields<T['having']>, HavingValid extends Prisma.Has<ByFields, HavingFields>, ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False, InputErrors extends ByEmpty extends Prisma.True ? `Error: "by" must not be empty.` : HavingValid extends Prisma.False ? {
879
+ [P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
880
+ Error,
881
+ 'Field ',
882
+ P,
883
+ ` in "having" needs to be provided in "by"`
884
+ ];
885
+ }[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
886
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
887
+ }[OrderFields] : 'Error: If you provide "take", you also need to provide "orderBy"' : 'skip' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
888
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
889
+ }[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
890
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
891
+ }[OrderFields]>(args: Prisma.SubsetIntersection<T, PlatformAwsConfigurationGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetPlatformAwsConfigurationGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
892
+ /**
893
+ * Fields of the PlatformAwsConfiguration model
894
+ */
895
+ readonly fields: PlatformAwsConfigurationFieldRefs;
896
+ }
897
+ /**
898
+ * The delegate class that acts as a "Promise-like" for PlatformAwsConfiguration.
899
+ * Why is this prefixed with `Prisma__`?
900
+ * Because we want to prevent naming conflicts as mentioned in
901
+ * https://github.com/prisma/prisma-client-js/issues/707
902
+ */
903
+ export interface Prisma__PlatformAwsConfigurationClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
904
+ readonly [Symbol.toStringTag]: "PrismaPromise";
905
+ platform<T extends Prisma.PlatformDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PlatformDefaultArgs<ExtArgs>>): Prisma.Prisma__PlatformClient<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
906
+ awsBucket<T extends Prisma.AwsBucketDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.AwsBucketDefaultArgs<ExtArgs>>): Prisma.Prisma__AwsBucketClient<runtime.Types.Result.GetResult<Prisma.$AwsBucketPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
907
+ /**
908
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
909
+ * @param onfulfilled The callback to execute when the Promise is resolved.
910
+ * @param onrejected The callback to execute when the Promise is rejected.
911
+ * @returns A Promise for the completion of which ever callback is executed.
912
+ */
913
+ then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): runtime.Types.Utils.JsPromise<TResult1 | TResult2>;
914
+ /**
915
+ * Attaches a callback for only the rejection of the Promise.
916
+ * @param onrejected The callback to execute when the Promise is rejected.
917
+ * @returns A Promise for the completion of the callback.
918
+ */
919
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
920
+ /**
921
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
922
+ * resolved value cannot be modified from the callback.
923
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
924
+ * @returns A Promise for the completion of the callback.
925
+ */
926
+ finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
927
+ }
928
+ /**
929
+ * Fields of the PlatformAwsConfiguration model
930
+ */
931
+ export interface PlatformAwsConfigurationFieldRefs {
932
+ readonly id: Prisma.FieldRef<"PlatformAwsConfiguration", 'BigInt'>;
933
+ readonly createdAt: Prisma.FieldRef<"PlatformAwsConfiguration", 'DateTime'>;
934
+ readonly updatedAt: Prisma.FieldRef<"PlatformAwsConfiguration", 'DateTime'>;
935
+ readonly platformId: Prisma.FieldRef<"PlatformAwsConfiguration", 'String'>;
936
+ readonly awsBucketName: Prisma.FieldRef<"PlatformAwsConfiguration", 'String'>;
937
+ readonly uploadPath: Prisma.FieldRef<"PlatformAwsConfiguration", 'String'>;
938
+ }
939
+ /**
940
+ * PlatformAwsConfiguration findUnique
941
+ */
942
+ export type PlatformAwsConfigurationFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
943
+ /**
944
+ * Select specific fields to fetch from the PlatformAwsConfiguration
945
+ */
946
+ select?: Prisma.PlatformAwsConfigurationSelect<ExtArgs> | null;
947
+ /**
948
+ * Omit specific fields from the PlatformAwsConfiguration
949
+ */
950
+ omit?: Prisma.PlatformAwsConfigurationOmit<ExtArgs> | null;
951
+ /**
952
+ * Choose, which related nodes to fetch as well
953
+ */
954
+ include?: Prisma.PlatformAwsConfigurationInclude<ExtArgs> | null;
955
+ /**
956
+ * Filter, which PlatformAwsConfiguration to fetch.
957
+ */
958
+ where: Prisma.PlatformAwsConfigurationWhereUniqueInput;
959
+ };
960
+ /**
961
+ * PlatformAwsConfiguration findUniqueOrThrow
962
+ */
963
+ export type PlatformAwsConfigurationFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
964
+ /**
965
+ * Select specific fields to fetch from the PlatformAwsConfiguration
966
+ */
967
+ select?: Prisma.PlatformAwsConfigurationSelect<ExtArgs> | null;
968
+ /**
969
+ * Omit specific fields from the PlatformAwsConfiguration
970
+ */
971
+ omit?: Prisma.PlatformAwsConfigurationOmit<ExtArgs> | null;
972
+ /**
973
+ * Choose, which related nodes to fetch as well
974
+ */
975
+ include?: Prisma.PlatformAwsConfigurationInclude<ExtArgs> | null;
976
+ /**
977
+ * Filter, which PlatformAwsConfiguration to fetch.
978
+ */
979
+ where: Prisma.PlatformAwsConfigurationWhereUniqueInput;
980
+ };
981
+ /**
982
+ * PlatformAwsConfiguration findFirst
983
+ */
984
+ export type PlatformAwsConfigurationFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
985
+ /**
986
+ * Select specific fields to fetch from the PlatformAwsConfiguration
987
+ */
988
+ select?: Prisma.PlatformAwsConfigurationSelect<ExtArgs> | null;
989
+ /**
990
+ * Omit specific fields from the PlatformAwsConfiguration
991
+ */
992
+ omit?: Prisma.PlatformAwsConfigurationOmit<ExtArgs> | null;
993
+ /**
994
+ * Choose, which related nodes to fetch as well
995
+ */
996
+ include?: Prisma.PlatformAwsConfigurationInclude<ExtArgs> | null;
997
+ /**
998
+ * Filter, which PlatformAwsConfiguration to fetch.
999
+ */
1000
+ where?: Prisma.PlatformAwsConfigurationWhereInput;
1001
+ /**
1002
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1003
+ *
1004
+ * Determine the order of PlatformAwsConfigurations to fetch.
1005
+ */
1006
+ orderBy?: Prisma.PlatformAwsConfigurationOrderByWithRelationInput | Prisma.PlatformAwsConfigurationOrderByWithRelationInput[];
1007
+ /**
1008
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1009
+ *
1010
+ * Sets the position for searching for PlatformAwsConfigurations.
1011
+ */
1012
+ cursor?: Prisma.PlatformAwsConfigurationWhereUniqueInput;
1013
+ /**
1014
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1015
+ *
1016
+ * Take `±n` PlatformAwsConfigurations from the position of the cursor.
1017
+ */
1018
+ take?: number;
1019
+ /**
1020
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1021
+ *
1022
+ * Skip the first `n` PlatformAwsConfigurations.
1023
+ */
1024
+ skip?: number;
1025
+ /**
1026
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1027
+ *
1028
+ * Filter by unique combinations of PlatformAwsConfigurations.
1029
+ */
1030
+ distinct?: Prisma.PlatformAwsConfigurationScalarFieldEnum | Prisma.PlatformAwsConfigurationScalarFieldEnum[];
1031
+ };
1032
+ /**
1033
+ * PlatformAwsConfiguration findFirstOrThrow
1034
+ */
1035
+ export type PlatformAwsConfigurationFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1036
+ /**
1037
+ * Select specific fields to fetch from the PlatformAwsConfiguration
1038
+ */
1039
+ select?: Prisma.PlatformAwsConfigurationSelect<ExtArgs> | null;
1040
+ /**
1041
+ * Omit specific fields from the PlatformAwsConfiguration
1042
+ */
1043
+ omit?: Prisma.PlatformAwsConfigurationOmit<ExtArgs> | null;
1044
+ /**
1045
+ * Choose, which related nodes to fetch as well
1046
+ */
1047
+ include?: Prisma.PlatformAwsConfigurationInclude<ExtArgs> | null;
1048
+ /**
1049
+ * Filter, which PlatformAwsConfiguration to fetch.
1050
+ */
1051
+ where?: Prisma.PlatformAwsConfigurationWhereInput;
1052
+ /**
1053
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1054
+ *
1055
+ * Determine the order of PlatformAwsConfigurations to fetch.
1056
+ */
1057
+ orderBy?: Prisma.PlatformAwsConfigurationOrderByWithRelationInput | Prisma.PlatformAwsConfigurationOrderByWithRelationInput[];
1058
+ /**
1059
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1060
+ *
1061
+ * Sets the position for searching for PlatformAwsConfigurations.
1062
+ */
1063
+ cursor?: Prisma.PlatformAwsConfigurationWhereUniqueInput;
1064
+ /**
1065
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1066
+ *
1067
+ * Take `±n` PlatformAwsConfigurations from the position of the cursor.
1068
+ */
1069
+ take?: number;
1070
+ /**
1071
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1072
+ *
1073
+ * Skip the first `n` PlatformAwsConfigurations.
1074
+ */
1075
+ skip?: number;
1076
+ /**
1077
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1078
+ *
1079
+ * Filter by unique combinations of PlatformAwsConfigurations.
1080
+ */
1081
+ distinct?: Prisma.PlatformAwsConfigurationScalarFieldEnum | Prisma.PlatformAwsConfigurationScalarFieldEnum[];
1082
+ };
1083
+ /**
1084
+ * PlatformAwsConfiguration findMany
1085
+ */
1086
+ export type PlatformAwsConfigurationFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1087
+ /**
1088
+ * Select specific fields to fetch from the PlatformAwsConfiguration
1089
+ */
1090
+ select?: Prisma.PlatformAwsConfigurationSelect<ExtArgs> | null;
1091
+ /**
1092
+ * Omit specific fields from the PlatformAwsConfiguration
1093
+ */
1094
+ omit?: Prisma.PlatformAwsConfigurationOmit<ExtArgs> | null;
1095
+ /**
1096
+ * Choose, which related nodes to fetch as well
1097
+ */
1098
+ include?: Prisma.PlatformAwsConfigurationInclude<ExtArgs> | null;
1099
+ /**
1100
+ * Filter, which PlatformAwsConfigurations to fetch.
1101
+ */
1102
+ where?: Prisma.PlatformAwsConfigurationWhereInput;
1103
+ /**
1104
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1105
+ *
1106
+ * Determine the order of PlatformAwsConfigurations to fetch.
1107
+ */
1108
+ orderBy?: Prisma.PlatformAwsConfigurationOrderByWithRelationInput | Prisma.PlatformAwsConfigurationOrderByWithRelationInput[];
1109
+ /**
1110
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1111
+ *
1112
+ * Sets the position for listing PlatformAwsConfigurations.
1113
+ */
1114
+ cursor?: Prisma.PlatformAwsConfigurationWhereUniqueInput;
1115
+ /**
1116
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1117
+ *
1118
+ * Take `±n` PlatformAwsConfigurations from the position of the cursor.
1119
+ */
1120
+ take?: number;
1121
+ /**
1122
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1123
+ *
1124
+ * Skip the first `n` PlatformAwsConfigurations.
1125
+ */
1126
+ skip?: number;
1127
+ distinct?: Prisma.PlatformAwsConfigurationScalarFieldEnum | Prisma.PlatformAwsConfigurationScalarFieldEnum[];
1128
+ };
1129
+ /**
1130
+ * PlatformAwsConfiguration create
1131
+ */
1132
+ export type PlatformAwsConfigurationCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1133
+ /**
1134
+ * Select specific fields to fetch from the PlatformAwsConfiguration
1135
+ */
1136
+ select?: Prisma.PlatformAwsConfigurationSelect<ExtArgs> | null;
1137
+ /**
1138
+ * Omit specific fields from the PlatformAwsConfiguration
1139
+ */
1140
+ omit?: Prisma.PlatformAwsConfigurationOmit<ExtArgs> | null;
1141
+ /**
1142
+ * Choose, which related nodes to fetch as well
1143
+ */
1144
+ include?: Prisma.PlatformAwsConfigurationInclude<ExtArgs> | null;
1145
+ /**
1146
+ * The data needed to create a PlatformAwsConfiguration.
1147
+ */
1148
+ data: Prisma.XOR<Prisma.PlatformAwsConfigurationCreateInput, Prisma.PlatformAwsConfigurationUncheckedCreateInput>;
1149
+ };
1150
+ /**
1151
+ * PlatformAwsConfiguration createMany
1152
+ */
1153
+ export type PlatformAwsConfigurationCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1154
+ /**
1155
+ * The data used to create many PlatformAwsConfigurations.
1156
+ */
1157
+ data: Prisma.PlatformAwsConfigurationCreateManyInput | Prisma.PlatformAwsConfigurationCreateManyInput[];
1158
+ skipDuplicates?: boolean;
1159
+ };
1160
+ /**
1161
+ * PlatformAwsConfiguration createManyAndReturn
1162
+ */
1163
+ export type PlatformAwsConfigurationCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1164
+ /**
1165
+ * Select specific fields to fetch from the PlatformAwsConfiguration
1166
+ */
1167
+ select?: Prisma.PlatformAwsConfigurationSelectCreateManyAndReturn<ExtArgs> | null;
1168
+ /**
1169
+ * Omit specific fields from the PlatformAwsConfiguration
1170
+ */
1171
+ omit?: Prisma.PlatformAwsConfigurationOmit<ExtArgs> | null;
1172
+ /**
1173
+ * The data used to create many PlatformAwsConfigurations.
1174
+ */
1175
+ data: Prisma.PlatformAwsConfigurationCreateManyInput | Prisma.PlatformAwsConfigurationCreateManyInput[];
1176
+ skipDuplicates?: boolean;
1177
+ /**
1178
+ * Choose, which related nodes to fetch as well
1179
+ */
1180
+ include?: Prisma.PlatformAwsConfigurationIncludeCreateManyAndReturn<ExtArgs> | null;
1181
+ };
1182
+ /**
1183
+ * PlatformAwsConfiguration update
1184
+ */
1185
+ export type PlatformAwsConfigurationUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1186
+ /**
1187
+ * Select specific fields to fetch from the PlatformAwsConfiguration
1188
+ */
1189
+ select?: Prisma.PlatformAwsConfigurationSelect<ExtArgs> | null;
1190
+ /**
1191
+ * Omit specific fields from the PlatformAwsConfiguration
1192
+ */
1193
+ omit?: Prisma.PlatformAwsConfigurationOmit<ExtArgs> | null;
1194
+ /**
1195
+ * Choose, which related nodes to fetch as well
1196
+ */
1197
+ include?: Prisma.PlatformAwsConfigurationInclude<ExtArgs> | null;
1198
+ /**
1199
+ * The data needed to update a PlatformAwsConfiguration.
1200
+ */
1201
+ data: Prisma.XOR<Prisma.PlatformAwsConfigurationUpdateInput, Prisma.PlatformAwsConfigurationUncheckedUpdateInput>;
1202
+ /**
1203
+ * Choose, which PlatformAwsConfiguration to update.
1204
+ */
1205
+ where: Prisma.PlatformAwsConfigurationWhereUniqueInput;
1206
+ };
1207
+ /**
1208
+ * PlatformAwsConfiguration updateMany
1209
+ */
1210
+ export type PlatformAwsConfigurationUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1211
+ /**
1212
+ * The data used to update PlatformAwsConfigurations.
1213
+ */
1214
+ data: Prisma.XOR<Prisma.PlatformAwsConfigurationUpdateManyMutationInput, Prisma.PlatformAwsConfigurationUncheckedUpdateManyInput>;
1215
+ /**
1216
+ * Filter which PlatformAwsConfigurations to update
1217
+ */
1218
+ where?: Prisma.PlatformAwsConfigurationWhereInput;
1219
+ /**
1220
+ * Limit how many PlatformAwsConfigurations to update.
1221
+ */
1222
+ limit?: number;
1223
+ };
1224
+ /**
1225
+ * PlatformAwsConfiguration updateManyAndReturn
1226
+ */
1227
+ export type PlatformAwsConfigurationUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1228
+ /**
1229
+ * Select specific fields to fetch from the PlatformAwsConfiguration
1230
+ */
1231
+ select?: Prisma.PlatformAwsConfigurationSelectUpdateManyAndReturn<ExtArgs> | null;
1232
+ /**
1233
+ * Omit specific fields from the PlatformAwsConfiguration
1234
+ */
1235
+ omit?: Prisma.PlatformAwsConfigurationOmit<ExtArgs> | null;
1236
+ /**
1237
+ * The data used to update PlatformAwsConfigurations.
1238
+ */
1239
+ data: Prisma.XOR<Prisma.PlatformAwsConfigurationUpdateManyMutationInput, Prisma.PlatformAwsConfigurationUncheckedUpdateManyInput>;
1240
+ /**
1241
+ * Filter which PlatformAwsConfigurations to update
1242
+ */
1243
+ where?: Prisma.PlatformAwsConfigurationWhereInput;
1244
+ /**
1245
+ * Limit how many PlatformAwsConfigurations to update.
1246
+ */
1247
+ limit?: number;
1248
+ /**
1249
+ * Choose, which related nodes to fetch as well
1250
+ */
1251
+ include?: Prisma.PlatformAwsConfigurationIncludeUpdateManyAndReturn<ExtArgs> | null;
1252
+ };
1253
+ /**
1254
+ * PlatformAwsConfiguration upsert
1255
+ */
1256
+ export type PlatformAwsConfigurationUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1257
+ /**
1258
+ * Select specific fields to fetch from the PlatformAwsConfiguration
1259
+ */
1260
+ select?: Prisma.PlatformAwsConfigurationSelect<ExtArgs> | null;
1261
+ /**
1262
+ * Omit specific fields from the PlatformAwsConfiguration
1263
+ */
1264
+ omit?: Prisma.PlatformAwsConfigurationOmit<ExtArgs> | null;
1265
+ /**
1266
+ * Choose, which related nodes to fetch as well
1267
+ */
1268
+ include?: Prisma.PlatformAwsConfigurationInclude<ExtArgs> | null;
1269
+ /**
1270
+ * The filter to search for the PlatformAwsConfiguration to update in case it exists.
1271
+ */
1272
+ where: Prisma.PlatformAwsConfigurationWhereUniqueInput;
1273
+ /**
1274
+ * In case the PlatformAwsConfiguration found by the `where` argument doesn't exist, create a new PlatformAwsConfiguration with this data.
1275
+ */
1276
+ create: Prisma.XOR<Prisma.PlatformAwsConfigurationCreateInput, Prisma.PlatformAwsConfigurationUncheckedCreateInput>;
1277
+ /**
1278
+ * In case the PlatformAwsConfiguration was found with the provided `where` argument, update it with this data.
1279
+ */
1280
+ update: Prisma.XOR<Prisma.PlatformAwsConfigurationUpdateInput, Prisma.PlatformAwsConfigurationUncheckedUpdateInput>;
1281
+ };
1282
+ /**
1283
+ * PlatformAwsConfiguration delete
1284
+ */
1285
+ export type PlatformAwsConfigurationDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1286
+ /**
1287
+ * Select specific fields to fetch from the PlatformAwsConfiguration
1288
+ */
1289
+ select?: Prisma.PlatformAwsConfigurationSelect<ExtArgs> | null;
1290
+ /**
1291
+ * Omit specific fields from the PlatformAwsConfiguration
1292
+ */
1293
+ omit?: Prisma.PlatformAwsConfigurationOmit<ExtArgs> | null;
1294
+ /**
1295
+ * Choose, which related nodes to fetch as well
1296
+ */
1297
+ include?: Prisma.PlatformAwsConfigurationInclude<ExtArgs> | null;
1298
+ /**
1299
+ * Filter which PlatformAwsConfiguration to delete.
1300
+ */
1301
+ where: Prisma.PlatformAwsConfigurationWhereUniqueInput;
1302
+ };
1303
+ /**
1304
+ * PlatformAwsConfiguration deleteMany
1305
+ */
1306
+ export type PlatformAwsConfigurationDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1307
+ /**
1308
+ * Filter which PlatformAwsConfigurations to delete
1309
+ */
1310
+ where?: Prisma.PlatformAwsConfigurationWhereInput;
1311
+ /**
1312
+ * Limit how many PlatformAwsConfigurations to delete.
1313
+ */
1314
+ limit?: number;
1315
+ };
1316
+ /**
1317
+ * PlatformAwsConfiguration without action
1318
+ */
1319
+ export type PlatformAwsConfigurationDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1320
+ /**
1321
+ * Select specific fields to fetch from the PlatformAwsConfiguration
1322
+ */
1323
+ select?: Prisma.PlatformAwsConfigurationSelect<ExtArgs> | null;
1324
+ /**
1325
+ * Omit specific fields from the PlatformAwsConfiguration
1326
+ */
1327
+ omit?: Prisma.PlatformAwsConfigurationOmit<ExtArgs> | null;
1328
+ /**
1329
+ * Choose, which related nodes to fetch as well
1330
+ */
1331
+ include?: Prisma.PlatformAwsConfigurationInclude<ExtArgs> | null;
1332
+ };
1333
+ export {};