lob 6.0.8 → 6.0.9

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 (450) hide show
  1. checksums.yaml +4 -4
  2. data/CODE_SNIPPETS.md +10 -10
  3. data/Gemfile +0 -0
  4. data/Gemfile.lock +2 -2
  5. data/LICENSE +0 -0
  6. data/MIGRATION.md +0 -0
  7. data/Rakefile +0 -0
  8. data/__tests__/Api/Address.unit.rb +1 -1
  9. data/__tests__/Api/BankAccount.unit.rb +1 -1
  10. data/__tests__/Api/BillingGroup.unit.rb +1 -1
  11. data/__tests__/Api/Card.unit.rb +1 -1
  12. data/__tests__/Api/CardOrder.unit.rb +1 -1
  13. data/__tests__/Api/Check.unit.rb +1 -1
  14. data/__tests__/Api/IntlAutocompletion.unit.rb +1 -1
  15. data/__tests__/Api/IntlVerification.unit.rb +1 -1
  16. data/__tests__/Api/Letter.unit.rb +1 -1
  17. data/__tests__/Api/Postcard.unit.rb +1 -1
  18. data/__tests__/Api/Require.unit.rb +0 -1
  19. data/__tests__/Api/ReverseGeocodeLookup.unit.rb +1 -1
  20. data/__tests__/Api/SelfMailer.unit.rb +1 -1
  21. data/__tests__/Api/Template.unit.rb +1 -1
  22. data/__tests__/Api/TemplateVersion.unit.rb +1 -1
  23. data/__tests__/Api/UsAutocompletion.unit.rb +1 -1
  24. data/__tests__/Api/UsVerification.unit.rb +1 -1
  25. data/__tests__/Api/ZipLookup.unit.rb +1 -1
  26. data/__tests__/Integration/Address.spec.rb +1 -1
  27. data/__tests__/Integration/BankAccount.spec.rb +2 -2
  28. data/__tests__/Integration/BillingGroup.spec.rb +3 -3
  29. data/__tests__/Integration/Card.spec.rb +1 -1
  30. data/__tests__/Integration/CardOrder.spec.rb +1 -1
  31. data/__tests__/Integration/Check.spec.rb +9 -5
  32. data/__tests__/Integration/IntlAutocompletion.spec.rb +2 -2
  33. data/__tests__/Integration/IntlVerification.spec.rb +3 -3
  34. data/__tests__/Integration/Letter.spec.rb +15 -8
  35. data/__tests__/Integration/Postcard.spec.rb +4 -4
  36. data/__tests__/Integration/ReverseGeocodeLookup.spec.rb +1 -1
  37. data/__tests__/Integration/SelfMailer.spec.rb +2 -2
  38. data/__tests__/Integration/Template.spec.rb +1 -1
  39. data/__tests__/Integration/TemplateVersion.spec.rb +1 -1
  40. data/__tests__/Integration/UsAutocompletion.spec.rb +1 -1
  41. data/__tests__/Integration/UsVerification.spec.rb +1 -1
  42. data/__tests__/Integration/ZipLookup.spec.rb +1 -1
  43. data/__tests__/TestFixtures.rb +0 -0
  44. data/docs/Address.md +44 -41
  45. data/docs/AddressDeletion.md +1 -1
  46. data/docs/AddressDomestic.md +1 -1
  47. data/docs/AddressDomesticExpanded.md +1 -1
  48. data/docs/AddressEditable.md +1 -1
  49. data/docs/AddressList.md +1 -1
  50. data/docs/AddressesApi.md +4 -4
  51. data/docs/BankAccount.md +1 -1
  52. data/docs/BankAccountDeletion.md +1 -1
  53. data/docs/BankAccountList.md +1 -1
  54. data/docs/BankAccountVerify.md +1 -1
  55. data/docs/BankAccountWritable.md +1 -1
  56. data/docs/BankAccountsApi.md +5 -5
  57. data/docs/BankTypeEnum.md +1 -1
  58. data/docs/BillingGroup.md +1 -1
  59. data/docs/BillingGroupEditable.md +1 -1
  60. data/docs/BillingGroupList.md +1 -1
  61. data/docs/BillingGroupsApi.md +4 -4
  62. data/docs/Buckslip.md +1 -1
  63. data/docs/BuckslipDeletion.md +1 -1
  64. data/docs/BuckslipEditable.md +1 -1
  65. data/docs/BuckslipOrder.md +1 -1
  66. data/docs/BuckslipOrderEditable.md +1 -1
  67. data/docs/BuckslipOrdersApi.md +2 -2
  68. data/docs/BuckslipOrdersList.md +1 -1
  69. data/docs/BuckslipUpdatable.md +1 -1
  70. data/docs/BuckslipsApi.md +13 -9
  71. data/docs/BuckslipsList.md +1 -1
  72. data/docs/BulkError.md +1 -1
  73. data/docs/BulkErrorProperties.md +1 -1
  74. data/docs/Campaign.md +2 -2
  75. data/docs/CampaignCreative.md +1 -1
  76. data/docs/CampaignDeletion.md +1 -1
  77. data/docs/CampaignUpdatable.md +1 -1
  78. data/docs/CampaignWritable.md +2 -2
  79. data/docs/CampaignsApi.md +6 -6
  80. data/docs/CampaignsList.md +1 -1
  81. data/docs/Card.md +1 -1
  82. data/docs/CardDeletion.md +1 -1
  83. data/docs/CardEditable.md +1 -1
  84. data/docs/CardList.md +1 -1
  85. data/docs/CardOrder.md +1 -1
  86. data/docs/CardOrderEditable.md +1 -1
  87. data/docs/CardOrderList.md +1 -1
  88. data/docs/CardOrdersApi.md +2 -2
  89. data/docs/CardUpdatable.md +1 -1
  90. data/docs/CardsApi.md +5 -5
  91. data/docs/Check.md +4 -2
  92. data/docs/CheckDeletion.md +1 -1
  93. data/docs/CheckEditable.md +4 -2
  94. data/docs/CheckList.md +1 -1
  95. data/docs/ChecksApi.md +7 -7
  96. data/docs/ChkUseType.md +15 -0
  97. data/docs/CmpScheduleType.md +1 -1
  98. data/docs/CmpUseType.md +1 -1
  99. data/docs/CountryExtended.md +1 -1
  100. data/docs/CountryExtendedExpanded.md +1 -1
  101. data/docs/CountryExtendedExpandedNoUs.md +0 -0
  102. data/docs/CreativePatch.md +1 -1
  103. data/docs/CreativeResponse.md +1 -1
  104. data/docs/CreativeWritable.md +1 -1
  105. data/docs/CreativesApi.md +3 -3
  106. data/docs/CustomEnvelopeReturned.md +1 -1
  107. data/docs/DefaultApi.md +1 -1
  108. data/docs/DeliverabilityAnalysis.md +16 -16
  109. data/docs/DpvFootnote.md +1 -1
  110. data/docs/EngineHtml.md +1 -1
  111. data/docs/EventType.md +1 -1
  112. data/docs/Events.md +1 -1
  113. data/docs/Export.md +1 -1
  114. data/docs/ExportModel.md +1 -1
  115. data/docs/GeocodeAddresses.md +1 -1
  116. data/docs/GeocodeComponents.md +1 -1
  117. data/docs/HTTPValidationError.md +1 -1
  118. data/docs/IdentityValidation.md +1 -1
  119. data/docs/IdentityValidationApi.md +1 -1
  120. data/docs/InlineObject.md +1 -1
  121. data/docs/IntlAddress.md +0 -0
  122. data/docs/IntlAutocompletions.md +1 -1
  123. data/docs/IntlAutocompletionsApi.md +2 -2
  124. data/docs/IntlAutocompletionsWritable.md +1 -1
  125. data/docs/IntlComponents.md +1 -1
  126. data/docs/IntlSuggestions.md +1 -1
  127. data/docs/IntlVerification.md +1 -1
  128. data/docs/IntlVerificationOrError.md +1 -1
  129. data/docs/IntlVerificationWritable.md +1 -1
  130. data/docs/IntlVerifications.md +1 -1
  131. data/docs/IntlVerificationsApi.md +3 -3
  132. data/docs/IntlVerificationsPayload.md +1 -1
  133. data/docs/Letter.md +6 -2
  134. data/docs/LetterCustomEnvelope.md +1 -1
  135. data/docs/LetterDeletion.md +1 -1
  136. data/docs/LetterDetailsReturned.md +1 -1
  137. data/docs/LetterDetailsWritable.md +1 -1
  138. data/docs/LetterEditable.md +4 -2
  139. data/docs/LetterList.md +1 -1
  140. data/docs/LettersApi.md +10 -8
  141. data/docs/LobConfidenceScore.md +1 -1
  142. data/docs/LobError.md +1 -1
  143. data/docs/Location.md +1 -1
  144. data/docs/LocationAnalysis.md +1 -1
  145. data/docs/LtrUseType.md +15 -0
  146. data/docs/MailType.md +1 -1
  147. data/docs/MultiLineAddress.md +1 -1
  148. data/docs/MultipleComponents.md +1 -1
  149. data/docs/MultipleComponentsIntl.md +1 -1
  150. data/docs/MultipleComponentsList.md +1 -1
  151. data/docs/OptionalAddressColumnMapping.md +22 -0
  152. data/docs/PlaceholderModel.md +1 -1
  153. data/docs/Postcard.md +4 -2
  154. data/docs/PostcardDeletion.md +1 -1
  155. data/docs/PostcardDetailsReturned.md +1 -1
  156. data/docs/PostcardDetailsWritable.md +1 -1
  157. data/docs/PostcardEditable.md +4 -2
  158. data/docs/PostcardList.md +1 -1
  159. data/docs/PostcardSize.md +1 -1
  160. data/docs/PostcardsApi.md +7 -7
  161. data/docs/PscUseType.md +15 -0
  162. data/docs/QrCode.md +1 -1
  163. data/docs/RequiredAddressColumnMapping.md +26 -0
  164. data/docs/ReturnEnvelope.md +1 -1
  165. data/docs/ReverseGeocode.md +1 -1
  166. data/docs/ReverseGeocodeLookupsApi.md +1 -1
  167. data/docs/SelfMailer.md +5 -3
  168. data/docs/SelfMailerDeletion.md +1 -1
  169. data/docs/SelfMailerEditable.md +4 -2
  170. data/docs/SelfMailerList.md +1 -1
  171. data/docs/SelfMailerSize.md +1 -1
  172. data/docs/SelfMailersApi.md +7 -7
  173. data/docs/SfmUseType.md +15 -0
  174. data/docs/SnapPack.md +50 -0
  175. data/docs/SnapPackDeletion.md +22 -0
  176. data/docs/SnapPackEditable.md +40 -0
  177. data/docs/SnapPackList.md +28 -0
  178. data/docs/SnapPackSize.md +15 -0
  179. data/docs/SnapPacksApi.md +317 -0
  180. data/docs/SnpUseType.md +15 -0
  181. data/docs/SortBy.md +1 -1
  182. data/docs/SortBy1.md +1 -1
  183. data/docs/SortBy2.md +1 -1
  184. data/docs/SortBy3.md +1 -1
  185. data/docs/SortBy4.md +20 -0
  186. data/docs/SortByDateModified.md +1 -1
  187. data/docs/Suggestions.md +1 -1
  188. data/docs/Template.md +1 -1
  189. data/docs/TemplateDeletion.md +1 -1
  190. data/docs/TemplateList.md +1 -1
  191. data/docs/TemplateUpdate.md +1 -1
  192. data/docs/TemplateVersion.md +1 -1
  193. data/docs/TemplateVersionDeletion.md +1 -1
  194. data/docs/TemplateVersionList.md +1 -1
  195. data/docs/TemplateVersionUpdatable.md +1 -1
  196. data/docs/TemplateVersionWritable.md +1 -1
  197. data/docs/TemplateVersionsApi.md +5 -5
  198. data/docs/TemplateWritable.md +1 -1
  199. data/docs/TemplatesApi.md +5 -5
  200. data/docs/Thumbnail.md +1 -1
  201. data/docs/TrackingEventCertified.md +1 -1
  202. data/docs/TrackingEventDetails.md +1 -1
  203. data/docs/TrackingEventNormal.md +2 -2
  204. data/docs/Upload.md +12 -6
  205. data/docs/UploadCreateExport.md +1 -1
  206. data/docs/UploadFile.md +1 -1
  207. data/docs/UploadState.md +1 -1
  208. data/docs/UploadUpdatable.md +10 -4
  209. data/docs/UploadWritable.md +11 -3
  210. data/docs/UploadsApi.md +102 -102
  211. data/docs/UploadsMetadata.md +18 -0
  212. data/docs/UsAddress.md +0 -0
  213. data/docs/UsAutocompletions.md +1 -1
  214. data/docs/UsAutocompletionsApi.md +1 -1
  215. data/docs/UsAutocompletionsWritable.md +1 -1
  216. data/docs/UsComponents.md +28 -28
  217. data/docs/UsVerification.md +1 -1
  218. data/docs/UsVerificationOrError.md +1 -1
  219. data/docs/UsVerifications.md +1 -1
  220. data/docs/UsVerificationsApi.md +2 -2
  221. data/docs/UsVerificationsWritable.md +1 -1
  222. data/docs/ValidationError.md +1 -1
  223. data/docs/Zip.md +1 -1
  224. data/docs/ZipCodeType.md +1 -1
  225. data/docs/ZipEditable.md +1 -1
  226. data/docs/ZipLookupCity.md +1 -1
  227. data/docs/ZipLookupsApi.md +1 -1
  228. data/git_push.sh +0 -0
  229. data/lib/{openapi_client → lob}/api/checks_api.rb +2 -2
  230. data/lib/{openapi_client → lob}/api/letters_api.rb +2 -2
  231. data/lib/{openapi_client → lob}/api/postcards_api.rb +2 -2
  232. data/lib/{openapi_client → lob}/api/self_mailers_api.rb +2 -2
  233. data/lib/lob/api/snap_packs_api.rb +340 -0
  234. data/lib/lob/api_client.rb +392 -0
  235. data/lib/lob/api_error.rb +57 -0
  236. data/lib/lob/configuration.rb +279 -0
  237. data/lib/lob/models/address.rb +616 -0
  238. data/lib/{openapi_client → lob}/models/bank_account.rb +3 -3
  239. data/lib/{openapi_client → lob}/models/check.rb +3 -3
  240. data/lib/{openapi_client → lob}/models/country_extended_expanded_no_us.rb +0 -0
  241. data/lib/{openapi_client → lob}/models/intl_address.rb +0 -0
  242. data/lib/{openapi_client → lob}/models/intl_components.rb +0 -0
  243. data/lib/{openapi_client → lob}/models/letter.rb +4 -19
  244. data/lib/{openapi_client → lob}/models/multiple_components.rb +5 -5
  245. data/lib/{openapi_client → lob}/models/postcard.rb +3 -3
  246. data/lib/{openapi_client → lob}/models/self_mailer.rb +3 -3
  247. data/lib/{openapi_client → lob}/models/self_mailer_size.rb +1 -0
  248. data/lib/lob/models/snap_pack.rb +584 -0
  249. data/lib/lob/models/snap_pack_deletion.rb +303 -0
  250. data/lib/lob/models/snap_pack_editable.rb +384 -0
  251. data/lib/lob/models/snap_pack_list.rb +324 -0
  252. data/lib/lob/models/snap_pack_size.rb +36 -0
  253. data/lib/lob/models/snp_use_type.rb +38 -0
  254. data/lib/lob/models/sort_by4.rb +283 -0
  255. data/lib/{openapi_client → lob}/models/thumbnail.rb +9 -9
  256. data/lib/{openapi_client → lob}/models/upload.rb +16 -1
  257. data/lib/{openapi_client → lob}/models/us_address.rb +0 -0
  258. data/lib/{openapi_client → lob}/models/us_verification.rb +8 -8
  259. data/lib/{openapi_client → lob}/models/us_verification_or_error.rb +6 -6
  260. data/lib/{openapi_client → lob}/models/us_verifications.rb +1 -1
  261. data/lib/{openapi_client → lob}/models/us_verifications_writable.rb +6 -6
  262. data/lib/lob/version.rb +15 -0
  263. data/lib/lob.rb +220 -1
  264. data/lib/openapi_client/version.rb +1 -1
  265. data/lib/openapi_client.rb +173 -173
  266. data/{openapi_client.gemspec → lob.gemspec} +8 -7
  267. data/spec/api/addresses_api_spec.rb +0 -0
  268. data/spec/api/bank_accounts_api_spec.rb +0 -0
  269. data/spec/api/billing_groups_api_spec.rb +0 -0
  270. data/spec/api/buckslip_orders_api_spec.rb +62 -0
  271. data/spec/api/buckslips_api_spec.rb +100 -0
  272. data/spec/api/campaigns_api_spec.rb +0 -0
  273. data/spec/api/card_orders_api_spec.rb +0 -0
  274. data/spec/api/cards_api_spec.rb +0 -0
  275. data/spec/api/checks_api_spec.rb +0 -0
  276. data/spec/api/creatives_api_spec.rb +0 -0
  277. data/spec/api/default_api_spec.rb +0 -0
  278. data/spec/api/identity_validation_api_spec.rb +0 -0
  279. data/spec/api/intl_autocompletions_api_spec.rb +0 -0
  280. data/spec/api/intl_verifications_api_spec.rb +0 -0
  281. data/spec/api/letters_api_spec.rb +0 -0
  282. data/spec/api/postcards_api_spec.rb +0 -0
  283. data/spec/api/reverse_geocode_lookups_api_spec.rb +0 -0
  284. data/spec/api/self_mailers_api_spec.rb +0 -0
  285. data/spec/api/snap_packs_api_spec.rb +94 -0
  286. data/spec/api/template_versions_api_spec.rb +0 -0
  287. data/spec/api/templates_api_spec.rb +0 -0
  288. data/spec/api/uploads_api_spec.rb +0 -0
  289. data/spec/api/us_autocompletions_api_spec.rb +0 -0
  290. data/spec/api/us_verifications_api_spec.rb +0 -0
  291. data/spec/api/zip_lookups_api_spec.rb +0 -0
  292. data/spec/api_client_spec.rb +0 -0
  293. data/spec/configuration_spec.rb +0 -0
  294. data/spec/spec_helper.rb +1 -1
  295. metadata +236 -201
  296. data/lib/openapi_client/models/address.rb +0 -105
  297. /data/lib/{openapi_client → lob}/api/addresses_api.rb +0 -0
  298. /data/lib/{openapi_client → lob}/api/bank_accounts_api.rb +0 -0
  299. /data/lib/{openapi_client → lob}/api/billing_groups_api.rb +0 -0
  300. /data/lib/{openapi_client → lob}/api/buckslip_orders_api.rb +0 -0
  301. /data/lib/{openapi_client → lob}/api/buckslips_api.rb +0 -0
  302. /data/lib/{openapi_client → lob}/api/campaigns_api.rb +0 -0
  303. /data/lib/{openapi_client → lob}/api/card_orders_api.rb +0 -0
  304. /data/lib/{openapi_client → lob}/api/cards_api.rb +0 -0
  305. /data/lib/{openapi_client → lob}/api/creatives_api.rb +0 -0
  306. /data/lib/{openapi_client → lob}/api/default_api.rb +0 -0
  307. /data/lib/{openapi_client → lob}/api/identity_validation_api.rb +0 -0
  308. /data/lib/{openapi_client → lob}/api/intl_autocompletions_api.rb +0 -0
  309. /data/lib/{openapi_client → lob}/api/intl_verifications_api.rb +0 -0
  310. /data/lib/{openapi_client → lob}/api/reverse_geocode_lookups_api.rb +0 -0
  311. /data/lib/{openapi_client → lob}/api/template_versions_api.rb +0 -0
  312. /data/lib/{openapi_client → lob}/api/templates_api.rb +0 -0
  313. /data/lib/{openapi_client → lob}/api/uploads_api.rb +0 -0
  314. /data/lib/{openapi_client → lob}/api/us_autocompletions_api.rb +0 -0
  315. /data/lib/{openapi_client → lob}/api/us_verifications_api.rb +0 -0
  316. /data/lib/{openapi_client → lob}/api/zip_lookups_api.rb +0 -0
  317. /data/lib/{openapi_client → lob}/models/address_deletion.rb +0 -0
  318. /data/lib/{openapi_client → lob}/models/address_domestic.rb +0 -0
  319. /data/lib/{openapi_client → lob}/models/address_domestic_expanded.rb +0 -0
  320. /data/lib/{openapi_client → lob}/models/address_editable.rb +0 -0
  321. /data/lib/{openapi_client → lob}/models/address_list.rb +0 -0
  322. /data/lib/{openapi_client → lob}/models/bank_account_deletion.rb +0 -0
  323. /data/lib/{openapi_client → lob}/models/bank_account_list.rb +0 -0
  324. /data/lib/{openapi_client → lob}/models/bank_account_verify.rb +0 -0
  325. /data/lib/{openapi_client → lob}/models/bank_account_writable.rb +0 -0
  326. /data/lib/{openapi_client → lob}/models/bank_type_enum.rb +0 -0
  327. /data/lib/{openapi_client → lob}/models/billing_group.rb +0 -0
  328. /data/lib/{openapi_client → lob}/models/billing_group_editable.rb +0 -0
  329. /data/lib/{openapi_client → lob}/models/billing_group_list.rb +0 -0
  330. /data/lib/{openapi_client → lob}/models/buckslip.rb +0 -0
  331. /data/lib/{openapi_client → lob}/models/buckslip_deletion.rb +0 -0
  332. /data/lib/{openapi_client → lob}/models/buckslip_editable.rb +0 -0
  333. /data/lib/{openapi_client → lob}/models/buckslip_order.rb +0 -0
  334. /data/lib/{openapi_client → lob}/models/buckslip_order_editable.rb +0 -0
  335. /data/lib/{openapi_client → lob}/models/buckslip_orders_list.rb +0 -0
  336. /data/lib/{openapi_client → lob}/models/buckslip_updatable.rb +0 -0
  337. /data/lib/{openapi_client → lob}/models/buckslips_list.rb +0 -0
  338. /data/lib/{openapi_client → lob}/models/bulk_error.rb +0 -0
  339. /data/lib/{openapi_client → lob}/models/bulk_error_properties.rb +0 -0
  340. /data/lib/{openapi_client → lob}/models/campaign.rb +0 -0
  341. /data/lib/{openapi_client → lob}/models/campaign_creative.rb +0 -0
  342. /data/lib/{openapi_client → lob}/models/campaign_deletion.rb +0 -0
  343. /data/lib/{openapi_client → lob}/models/campaign_updatable.rb +0 -0
  344. /data/lib/{openapi_client → lob}/models/campaign_writable.rb +0 -0
  345. /data/lib/{openapi_client → lob}/models/campaigns_list.rb +0 -0
  346. /data/lib/{openapi_client → lob}/models/card.rb +0 -0
  347. /data/lib/{openapi_client → lob}/models/card_deletion.rb +0 -0
  348. /data/lib/{openapi_client → lob}/models/card_editable.rb +0 -0
  349. /data/lib/{openapi_client → lob}/models/card_list.rb +0 -0
  350. /data/lib/{openapi_client → lob}/models/card_order.rb +0 -0
  351. /data/lib/{openapi_client → lob}/models/card_order_editable.rb +0 -0
  352. /data/lib/{openapi_client → lob}/models/card_order_list.rb +0 -0
  353. /data/lib/{openapi_client → lob}/models/card_updatable.rb +0 -0
  354. /data/lib/{openapi_client → lob}/models/check_deletion.rb +0 -0
  355. /data/lib/{openapi_client → lob}/models/check_editable.rb +0 -0
  356. /data/lib/{openapi_client → lob}/models/check_list.rb +0 -0
  357. /data/lib/{openapi_client → lob}/models/chk_use_type.rb +0 -0
  358. /data/lib/{openapi_client → lob}/models/cmp_schedule_type.rb +0 -0
  359. /data/lib/{openapi_client → lob}/models/cmp_use_type.rb +0 -0
  360. /data/lib/{openapi_client → lob}/models/country_extended.rb +0 -0
  361. /data/lib/{openapi_client → lob}/models/country_extended_expanded.rb +0 -0
  362. /data/lib/{openapi_client → lob}/models/creative_patch.rb +0 -0
  363. /data/lib/{openapi_client → lob}/models/creative_response.rb +0 -0
  364. /data/lib/{openapi_client → lob}/models/creative_writable.rb +0 -0
  365. /data/lib/{openapi_client → lob}/models/custom_envelope_returned.rb +0 -0
  366. /data/lib/{openapi_client → lob}/models/deliverability_analysis.rb +0 -0
  367. /data/lib/{openapi_client → lob}/models/dpv_footnote.rb +0 -0
  368. /data/lib/{openapi_client → lob}/models/engine_html.rb +0 -0
  369. /data/lib/{openapi_client → lob}/models/event_type.rb +0 -0
  370. /data/lib/{openapi_client → lob}/models/events.rb +0 -0
  371. /data/lib/{openapi_client → lob}/models/export.rb +0 -0
  372. /data/lib/{openapi_client → lob}/models/export_model.rb +0 -0
  373. /data/lib/{openapi_client → lob}/models/geocode_addresses.rb +0 -0
  374. /data/lib/{openapi_client → lob}/models/geocode_components.rb +0 -0
  375. /data/lib/{openapi_client → lob}/models/http_validation_error.rb +0 -0
  376. /data/lib/{openapi_client → lob}/models/identity_validation.rb +0 -0
  377. /data/lib/{openapi_client → lob}/models/inline_object.rb +0 -0
  378. /data/lib/{openapi_client → lob}/models/intl_autocompletions.rb +0 -0
  379. /data/lib/{openapi_client → lob}/models/intl_autocompletions_writable.rb +0 -0
  380. /data/lib/{openapi_client → lob}/models/intl_suggestions.rb +0 -0
  381. /data/lib/{openapi_client → lob}/models/intl_verification.rb +0 -0
  382. /data/lib/{openapi_client → lob}/models/intl_verification_or_error.rb +0 -0
  383. /data/lib/{openapi_client → lob}/models/intl_verification_writable.rb +0 -0
  384. /data/lib/{openapi_client → lob}/models/intl_verifications.rb +0 -0
  385. /data/lib/{openapi_client → lob}/models/intl_verifications_payload.rb +0 -0
  386. /data/lib/{openapi_client → lob}/models/letter_custom_envelope.rb +0 -0
  387. /data/lib/{openapi_client → lob}/models/letter_deletion.rb +0 -0
  388. /data/lib/{openapi_client → lob}/models/letter_details_returned.rb +0 -0
  389. /data/lib/{openapi_client → lob}/models/letter_details_writable.rb +0 -0
  390. /data/lib/{openapi_client → lob}/models/letter_editable.rb +0 -0
  391. /data/lib/{openapi_client → lob}/models/letter_list.rb +0 -0
  392. /data/lib/{openapi_client → lob}/models/lob_confidence_score.rb +0 -0
  393. /data/lib/{openapi_client → lob}/models/lob_error.rb +0 -0
  394. /data/lib/{openapi_client → lob}/models/location.rb +0 -0
  395. /data/lib/{openapi_client → lob}/models/location_analysis.rb +0 -0
  396. /data/lib/{openapi_client → lob}/models/ltr_use_type.rb +0 -0
  397. /data/lib/{openapi_client → lob}/models/mail_type.rb +0 -0
  398. /data/lib/{openapi_client → lob}/models/multi_line_address.rb +0 -0
  399. /data/lib/{openapi_client → lob}/models/multiple_components_intl.rb +0 -0
  400. /data/lib/{openapi_client → lob}/models/multiple_components_list.rb +0 -0
  401. /data/lib/{openapi_client → lob}/models/optional_address_column_mapping.rb +0 -0
  402. /data/lib/{openapi_client → lob}/models/placeholder_model.rb +0 -0
  403. /data/lib/{openapi_client → lob}/models/postcard_deletion.rb +0 -0
  404. /data/lib/{openapi_client → lob}/models/postcard_details_returned.rb +0 -0
  405. /data/lib/{openapi_client → lob}/models/postcard_details_writable.rb +0 -0
  406. /data/lib/{openapi_client → lob}/models/postcard_editable.rb +0 -0
  407. /data/lib/{openapi_client → lob}/models/postcard_list.rb +0 -0
  408. /data/lib/{openapi_client → lob}/models/postcard_size.rb +0 -0
  409. /data/lib/{openapi_client → lob}/models/psc_use_type.rb +0 -0
  410. /data/lib/{openapi_client → lob}/models/qr_code.rb +0 -0
  411. /data/lib/{openapi_client → lob}/models/required_address_column_mapping.rb +0 -0
  412. /data/lib/{openapi_client → lob}/models/return_envelope.rb +0 -0
  413. /data/lib/{openapi_client → lob}/models/reverse_geocode.rb +0 -0
  414. /data/lib/{openapi_client → lob}/models/self_mailer_deletion.rb +0 -0
  415. /data/lib/{openapi_client → lob}/models/self_mailer_editable.rb +0 -0
  416. /data/lib/{openapi_client → lob}/models/self_mailer_list.rb +0 -0
  417. /data/lib/{openapi_client → lob}/models/sfm_use_type.rb +0 -0
  418. /data/lib/{openapi_client → lob}/models/sort_by.rb +0 -0
  419. /data/lib/{openapi_client → lob}/models/sort_by1.rb +0 -0
  420. /data/lib/{openapi_client → lob}/models/sort_by2.rb +0 -0
  421. /data/lib/{openapi_client → lob}/models/sort_by3.rb +0 -0
  422. /data/lib/{openapi_client → lob}/models/sort_by_date_modified.rb +0 -0
  423. /data/lib/{openapi_client → lob}/models/suggestions.rb +0 -0
  424. /data/lib/{openapi_client → lob}/models/template.rb +0 -0
  425. /data/lib/{openapi_client → lob}/models/template_deletion.rb +0 -0
  426. /data/lib/{openapi_client → lob}/models/template_list.rb +0 -0
  427. /data/lib/{openapi_client → lob}/models/template_update.rb +0 -0
  428. /data/lib/{openapi_client → lob}/models/template_version.rb +0 -0
  429. /data/lib/{openapi_client → lob}/models/template_version_deletion.rb +0 -0
  430. /data/lib/{openapi_client → lob}/models/template_version_list.rb +0 -0
  431. /data/lib/{openapi_client → lob}/models/template_version_updatable.rb +0 -0
  432. /data/lib/{openapi_client → lob}/models/template_version_writable.rb +0 -0
  433. /data/lib/{openapi_client → lob}/models/template_writable.rb +0 -0
  434. /data/lib/{openapi_client → lob}/models/tracking_event_certified.rb +0 -0
  435. /data/lib/{openapi_client → lob}/models/tracking_event_details.rb +0 -0
  436. /data/lib/{openapi_client → lob}/models/tracking_event_normal.rb +0 -0
  437. /data/lib/{openapi_client → lob}/models/upload_create_export.rb +0 -0
  438. /data/lib/{openapi_client → lob}/models/upload_file.rb +0 -0
  439. /data/lib/{openapi_client → lob}/models/upload_state.rb +0 -0
  440. /data/lib/{openapi_client → lob}/models/upload_updatable.rb +0 -0
  441. /data/lib/{openapi_client → lob}/models/upload_writable.rb +0 -0
  442. /data/lib/{openapi_client → lob}/models/uploads_metadata.rb +0 -0
  443. /data/lib/{openapi_client → lob}/models/us_autocompletions.rb +0 -0
  444. /data/lib/{openapi_client → lob}/models/us_autocompletions_writable.rb +0 -0
  445. /data/lib/{openapi_client → lob}/models/us_components.rb +0 -0
  446. /data/lib/{openapi_client → lob}/models/validation_error.rb +0 -0
  447. /data/lib/{openapi_client → lob}/models/zip.rb +0 -0
  448. /data/lib/{openapi_client → lob}/models/zip_code_type.rb +0 -0
  449. /data/lib/{openapi_client → lob}/models/zip_editable.rb +0 -0
  450. /data/lib/{openapi_client → lob}/models/zip_lookup_city.rb +0 -0
@@ -19,7 +19,7 @@ Given an address prefix consisting of a partial primary line and country, as wel
19
19
 
20
20
  ```ruby
21
21
  require 'time'
22
- require 'openapi_client'
22
+ require 'lob'
23
23
  # setup authorization
24
24
  Lob.configure do |config|
25
25
  # Configure HTTP basic authorization: basicAuth
@@ -28,7 +28,7 @@ Lob.configure do |config|
28
28
  end
29
29
 
30
30
  api_instance = Lob::IntlAutocompletionsApi.new
31
- intl_autocompletions_writable = Lob::IntlAutocompletionsWritable.new({address_prefix: 'address_prefix_example', country: Lob::CountryExtended::AD}) # IntlAutocompletionsWritable |
31
+ intl_autocompletions_writable = Lob::IntlAutocompletionsWritable.new({address_prefix: 'address_prefix_example', country: Lob::CountryExtended::EMPTY}) # IntlAutocompletionsWritable |
32
32
  opts = {
33
33
  x_lang_output: 'native' # String | * `native` - Translate response to the native language of the country in the request * `match` - match the response to the language in the request Default response is in English.
34
34
  }
@@ -13,7 +13,7 @@
13
13
  ## Example
14
14
 
15
15
  ```ruby
16
- require 'openapi_client'
16
+ require 'lob'
17
17
 
18
18
  instance = Lob::IntlAutocompletionsWritable.new(
19
19
  address_prefix: null,
@@ -13,7 +13,7 @@
13
13
  ## Example
14
14
 
15
15
  ```ruby
16
- require 'openapi_client'
16
+ require 'lob'
17
17
 
18
18
  instance = Lob::IntlComponents.new(
19
19
  primary_number: null,
@@ -15,7 +15,7 @@
15
15
  ## Example
16
16
 
17
17
  ```ruby
18
- require 'openapi_client'
18
+ require 'lob'
19
19
 
20
20
  instance = Lob::IntlSuggestions.new(
21
21
  primary_number_range: null,
@@ -19,7 +19,7 @@
19
19
  ## Example
20
20
 
21
21
  ```ruby
22
- require 'openapi_client'
22
+ require 'lob'
23
23
 
24
24
  instance = Lob::IntlVerification.new(
25
25
  id: null,
@@ -20,7 +20,7 @@
20
20
  ## Example
21
21
 
22
22
  ```ruby
23
- require 'openapi_client'
23
+ require 'lob'
24
24
 
25
25
  instance = Lob::IntlVerificationOrError.new(
26
26
  id: null,
@@ -16,7 +16,7 @@
16
16
  ## Example
17
17
 
18
18
  ```ruby
19
- require 'openapi_client'
19
+ require 'lob'
20
20
 
21
21
  instance = Lob::IntlVerificationWritable.new(
22
22
  recipient: null,
@@ -10,7 +10,7 @@
10
10
  ## Example
11
11
 
12
12
  ```ruby
13
- require 'openapi_client'
13
+ require 'lob'
14
14
 
15
15
  instance = Lob::IntlVerifications.new(
16
16
  addresses: null,
@@ -20,7 +20,7 @@ Verify a list of international (except US or US territories) address with a live
20
20
 
21
21
  ```ruby
22
22
  require 'time'
23
- require 'openapi_client'
23
+ require 'lob'
24
24
  # setup authorization
25
25
  Lob.configure do |config|
26
26
  # Configure HTTP basic authorization: basicAuth
@@ -29,7 +29,7 @@ Lob.configure do |config|
29
29
  end
30
30
 
31
31
  api_instance = Lob::IntlVerificationsApi.new
32
- intl_verifications_payload = Lob::IntlVerificationsPayload.new({addresses: [Lob::MultipleComponentsIntl.new({primary_line: 'primary_line_example', country: Lob::CountryExtended::AD})]}) # IntlVerificationsPayload |
32
+ intl_verifications_payload = Lob::IntlVerificationsPayload.new({addresses: [Lob::MultipleComponentsIntl.new({primary_line: 'primary_line_example', country: Lob::CountryExtended::EMPTY})]}) # IntlVerificationsPayload |
33
33
 
34
34
  begin
35
35
  # verifyBulk
@@ -90,7 +90,7 @@ Verify an international (except US or US territories) address with a live API ke
90
90
 
91
91
  ```ruby
92
92
  require 'time'
93
- require 'openapi_client'
93
+ require 'lob'
94
94
  # setup authorization
95
95
  Lob.configure do |config|
96
96
  # Configure HTTP basic authorization: basicAuth
@@ -9,7 +9,7 @@
9
9
  ## Example
10
10
 
11
11
  ```ruby
12
- require 'openapi_client'
12
+ require 'lob'
13
13
 
14
14
  instance = Lob::IntlVerificationsPayload.new(
15
15
  addresses: null
data/docs/Letter.md CHANGED
@@ -32,11 +32,13 @@
32
32
  | **return_envelope** | [**AnyType**](.md) | | |
33
33
  | **perforated_page** | **Integer** | Required if `return_envelope` is `true`. The number of the page that should be perforated for use with the return envelope. Must be greater than or equal to `1`. The blank page added by `address_placement=insert_blank_page` will be ignored when considering the perforated page number. To see how perforation will impact your letter design, view our [perforation guide](https://s3-us-west-2.amazonaws.com/public.lob.com/assets/templates/letter_perf_template.pdf). | [optional] |
34
34
  | **custom_envelope** | [**LetterCustomEnvelope**](LetterCustomEnvelope.md) | | [optional] |
35
+ | **campaign_id** | **String** | The unique ID of the associated campaign if the resource was generated from a campaign. | [optional] |
36
+ | **use_type** | [**LtrUseType**](LtrUseType.md) | | |
35
37
 
36
38
  ## Example
37
39
 
38
40
  ```ruby
39
- require 'openapi_client'
41
+ require 'lob'
40
42
 
41
43
  instance = Lob::Letter.new(
42
44
  to: null,
@@ -66,7 +68,9 @@ instance = Lob::Letter.new(
66
68
  address_placement: null,
67
69
  return_envelope: null,
68
70
  perforated_page: null,
69
- custom_envelope: null
71
+ custom_envelope: null,
72
+ campaign_id: null,
73
+ use_type: null
70
74
  )
71
75
  ```
72
76
 
@@ -11,7 +11,7 @@
11
11
  ## Example
12
12
 
13
13
  ```ruby
14
- require 'openapi_client'
14
+ require 'lob'
15
15
 
16
16
  instance = Lob::LetterCustomEnvelope.new(
17
17
  id: null,
@@ -11,7 +11,7 @@
11
11
  ## Example
12
12
 
13
13
  ```ruby
14
- require 'openapi_client'
14
+ require 'lob'
15
15
 
16
16
  instance = Lob::LetterDeletion.new(
17
17
  id: null,
@@ -18,7 +18,7 @@
18
18
  ## Example
19
19
 
20
20
  ```ruby
21
- require 'openapi_client'
21
+ require 'lob'
22
22
 
23
23
  instance = Lob::LetterDetailsReturned.new(
24
24
  color: null,
@@ -16,7 +16,7 @@
16
16
  ## Example
17
17
 
18
18
  ```ruby
19
- require 'openapi_client'
19
+ require 'lob'
20
20
 
21
21
  instance = Lob::LetterDetailsWritable.new(
22
22
  address_placement: null,
@@ -22,11 +22,12 @@
22
22
  | **cards** | **Array<String>** | A single-element array containing an existing card id in a string format. See [cards](#tag/Cards) for more information. | [optional] |
23
23
  | **billing_group_id** | **String** | An optional string with the billing group ID to tag your usage with. Is used for billing purposes. Requires special activation to use. See [Billing Group API](https://lob.github.io/lob-openapi/#tag/Billing-Groups) for more information. | [optional] |
24
24
  | **qr_code** | [**QrCode**](QrCode.md) | | [optional] |
25
+ | **use_type** | [**LtrUseType**](LtrUseType.md) | | |
25
26
 
26
27
  ## Example
27
28
 
28
29
  ```ruby
29
- require 'openapi_client'
30
+ require 'lob'
30
31
 
31
32
  instance = Lob::LetterEditable.new(
32
33
  description: null,
@@ -46,7 +47,8 @@ instance = Lob::LetterEditable.new(
46
47
  extra_service: null,
47
48
  cards: null,
48
49
  billing_group_id: null,
49
- qr_code: null
50
+ qr_code: null,
51
+ use_type: null
50
52
  )
51
53
  ```
52
54
 
data/docs/LetterList.md CHANGED
@@ -14,7 +14,7 @@
14
14
  ## Example
15
15
 
16
16
  ```ruby
17
- require 'openapi_client'
17
+ require 'lob'
18
18
 
19
19
  instance = Lob::LetterList.new(
20
20
  data: null,
data/docs/LettersApi.md CHANGED
@@ -22,7 +22,7 @@ Completely removes a letter from production. This can only be done if the letter
22
22
 
23
23
  ```ruby
24
24
  require 'time'
25
- require 'openapi_client'
25
+ require 'lob'
26
26
  # setup authorization
27
27
  Lob.configure do |config|
28
28
  # Configure HTTP basic authorization: basicAuth
@@ -92,7 +92,7 @@ Creates a new letter given information
92
92
 
93
93
  ```ruby
94
94
  require 'time'
95
- require 'openapi_client'
95
+ require 'lob'
96
96
  # setup authorization
97
97
  Lob.configure do |config|
98
98
  # Configure HTTP basic authorization: basicAuth
@@ -101,9 +101,10 @@ Lob.configure do |config|
101
101
  end
102
102
 
103
103
  api_instance = Lob::LettersApi.new
104
- letter_editable = Lob::LetterEditable.new({color: false, to: TODO, from: TODO, file: 'file_example'}) # LetterEditable |
104
+ letter_editable = Lob::LetterEditable.new({color: false, to: TODO, from: TODO, file: 'file_example', use_type: Lob::LtrUseType::MARKETING}) # LetterEditable |
105
105
  opts = {
106
- idempotency_key: 'idempotency_key_example' # String | A string of no longer than 256 characters that uniquely identifies this resource. For more help integrating idempotency keys, refer to our [implementation guide](https://www.lob.com/guides#idempotent_request).
106
+ idempotency_key: 'idempotency_key_example', # String | A string of no longer than 256 characters that uniquely identifies this resource. For more help integrating idempotency keys, refer to our [implementation guide](https://www.lob.com/guides#idempotent_request).
107
+ file: TODO # Object | An optional file upload as either a byte array or file type.
107
108
  }
108
109
 
109
110
  begin
@@ -139,6 +140,7 @@ end
139
140
  | ---- | ---- | ----------- | ----- |
140
141
  | **letter_editable** | [**LetterEditable**](LetterEditable.md) | | |
141
142
  | **idempotency_key** | **String** | A string of no longer than 256 characters that uniquely identifies this resource. For more help integrating idempotency keys, refer to our [implementation guide](https://www.lob.com/guides#idempotent_request). | [optional] |
143
+ | **file** | [**Object**](.md) | An optional file upload as either a byte array or file type. | [optional] |
142
144
 
143
145
  ### Return type
144
146
 
@@ -166,7 +168,7 @@ Retrieves the details of an existing letter. You need only supply the unique let
166
168
 
167
169
  ```ruby
168
170
  require 'time'
169
- require 'openapi_client'
171
+ require 'lob'
170
172
  # setup authorization
171
173
  Lob.configure do |config|
172
174
  # Configure HTTP basic authorization: basicAuth
@@ -236,7 +238,7 @@ Returns a list of your letters. The letters are returned sorted by creation date
236
238
 
237
239
  ```ruby
238
240
  require 'time'
239
- require 'openapi_client'
241
+ require 'lob'
240
242
  # setup authorization
241
243
  Lob.configure do |config|
242
244
  # Configure HTTP basic authorization: basicAuth
@@ -256,7 +258,7 @@ opts = {
256
258
  scheduled: true, # Boolean | * `true` - only return orders (past or future) where `send_date` is greater than `date_created` * `false` - only return orders where `send_date` is equal to `date_created`
257
259
  send_date: { key: 'inner_example'}, # Hash<String, String> | Filter by date sent.
258
260
  mail_type: Lob::MailType::FIRST_CLASS, # MailType | A string designating the mail postage type: * `usps_first_class` - (default) * `usps_standard` - a [cheaper option](https://lob.com/pricing/print-mail#compare) which is less predictable and takes longer to deliver. `usps_standard` cannot be used with `4x6` postcards or for any postcards sent outside of the United States.
259
- sort_by: Lob::SortBy3.new # SortBy3 | Sorts items by ascending or descending dates. Use either `date_created` or `send_date`, not both.
261
+ sort_by: Lob::SortBy4.new # SortBy4 | Sorts items by ascending or descending dates. Use either `date_created` or `send_date`, not both.
260
262
  }
261
263
 
262
264
  begin
@@ -300,7 +302,7 @@ end
300
302
  | **scheduled** | **Boolean** | * &#x60;true&#x60; - only return orders (past or future) where &#x60;send_date&#x60; is greater than &#x60;date_created&#x60; * &#x60;false&#x60; - only return orders where &#x60;send_date&#x60; is equal to &#x60;date_created&#x60; | [optional] |
301
303
  | **send_date** | [**Hash&lt;String, String&gt;**](String.md) | Filter by date sent. | [optional] |
302
304
  | **mail_type** | [**MailType**](.md) | A string designating the mail postage type: * &#x60;usps_first_class&#x60; - (default) * &#x60;usps_standard&#x60; - a [cheaper option](https://lob.com/pricing/print-mail#compare) which is less predictable and takes longer to deliver. &#x60;usps_standard&#x60; cannot be used with &#x60;4x6&#x60; postcards or for any postcards sent outside of the United States. | [optional][default to &#39;usps_first_class&#39;] |
303
- | **sort_by** | [**SortBy3**](.md) | Sorts items by ascending or descending dates. Use either &#x60;date_created&#x60; or &#x60;send_date&#x60;, not both. | [optional] |
305
+ | **sort_by** | [**SortBy4**](.md) | Sorts items by ascending or descending dates. Use either &#x60;date_created&#x60; or &#x60;send_date&#x60;, not both. | [optional] |
304
306
 
305
307
  ### Return type
306
308
 
@@ -10,7 +10,7 @@
10
10
  ## Example
11
11
 
12
12
  ```ruby
13
- require 'openapi_client'
13
+ require 'lob'
14
14
 
15
15
  instance = Lob::LobConfidenceScore.new(
16
16
  score: null,
data/docs/LobError.md CHANGED
@@ -11,7 +11,7 @@
11
11
  ## Example
12
12
 
13
13
  ```ruby
14
- require 'openapi_client'
14
+ require 'lob'
15
15
 
16
16
  instance = Lob::LobError.new(
17
17
  message: null,
data/docs/Location.md CHANGED
@@ -10,7 +10,7 @@
10
10
  ## Example
11
11
 
12
12
  ```ruby
13
- require 'openapi_client'
13
+ require 'lob'
14
14
 
15
15
  instance = Lob::Location.new(
16
16
  latitude: null,
@@ -11,7 +11,7 @@
11
11
  ## Example
12
12
 
13
13
  ```ruby
14
- require 'openapi_client'
14
+ require 'lob'
15
15
 
16
16
  instance = Lob::LocationAnalysis.new(
17
17
  latitude: null,
@@ -0,0 +1,15 @@
1
+ # Lob::LtrUseType
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'lob'
12
+
13
+ instance = Lob::LtrUseType.new()
14
+ ```
15
+
data/docs/MailType.md CHANGED
@@ -8,7 +8,7 @@
8
8
  ## Example
9
9
 
10
10
  ```ruby
11
- require 'openapi_client'
11
+ require 'lob'
12
12
 
13
13
  instance = Lob::MailType.new()
14
14
  ```
@@ -16,7 +16,7 @@
16
16
  ## Example
17
17
 
18
18
  ```ruby
19
- require 'openapi_client'
19
+ require 'lob'
20
20
 
21
21
  instance = Lob::MultiLineAddress.new(
22
22
  recipient: null,
@@ -16,7 +16,7 @@
16
16
  ## Example
17
17
 
18
18
  ```ruby
19
- require 'openapi_client'
19
+ require 'lob'
20
20
 
21
21
  instance = Lob::MultipleComponents.new(
22
22
  recipient: null,
@@ -15,7 +15,7 @@
15
15
  ## Example
16
16
 
17
17
  ```ruby
18
- require 'openapi_client'
18
+ require 'lob'
19
19
 
20
20
  instance = Lob::MultipleComponentsIntl.new(
21
21
  recipient: null,
@@ -9,7 +9,7 @@
9
9
  ## Example
10
10
 
11
11
  ```ruby
12
- require 'openapi_client'
12
+ require 'lob'
13
13
 
14
14
  instance = Lob::MultipleComponentsList.new(
15
15
  addresses: null
@@ -0,0 +1,22 @@
1
+ # Lob::OptionalAddressColumnMapping
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **address_line2** | **String** | The column header from the csv file that should be mapped to the optional field \&quot;address_line2\&quot; | [default to &#39;null&#39;] |
8
+ | **company** | **String** | The column header from the csv file that should be mapped to the optional field \&quot;company\&quot; | [default to &#39;null&#39;] |
9
+ | **address_country** | **String** | The column header from the csv file that should be mapped to the optional field \&quot;address_country\&quot; | [default to &#39;null&#39;] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'lob'
15
+
16
+ instance = Lob::OptionalAddressColumnMapping.new(
17
+ address_line2: null,
18
+ company: null,
19
+ address_country: null
20
+ )
21
+ ```
22
+
@@ -14,7 +14,7 @@
14
14
  ## Example
15
15
 
16
16
  ```ruby
17
- require 'openapi_client'
17
+ require 'lob'
18
18
 
19
19
  instance = Lob::PlaceholderModel.new(
20
20
  return_envelope: null,
data/docs/Postcard.md CHANGED
@@ -26,11 +26,12 @@
26
26
  | **mail_type** | [**MailType**](MailType.md) | | [optional][default to &#39;usps_first_class&#39;] |
27
27
  | **merge_variables** | **Object** | You can input a merge variable payload object to your template to render dynamic content. For example, if you have a template like: &#x60;{{variable_name}}&#x60;, pass in &#x60;{\&quot;variable_name\&quot;: \&quot;Harry\&quot;}&#x60; to render &#x60;Harry&#x60;. &#x60;merge_variables&#x60; must be an object. Any type of value is accepted as long as the object is valid JSON; you can use &#x60;strings&#x60;, &#x60;numbers&#x60;, &#x60;booleans&#x60;, &#x60;arrays&#x60;, &#x60;objects&#x60;, or &#x60;null&#x60;. The max length of the object is 25,000 characters. If you call &#x60;JSON.stringify&#x60; on your object, it can be no longer than 25,000 characters. Your variable names cannot contain any whitespace or any of the following special characters: &#x60;!&#x60;, &#x60;\&quot;&#x60;, &#x60;#&#x60;, &#x60;%&#x60;, &#x60;&amp;&#x60;, &#x60;&#39;&#x60;, &#x60;(&#x60;, &#x60;)&#x60;, &#x60;*&#x60;, &#x60;+&#x60;, &#x60;,&#x60;, &#x60;/&#x60;, &#x60;;&#x60;, &#x60;&lt;&#x60;, &#x60;&#x3D;&#x60;, &#x60;&gt;&#x60;, &#x60;@&#x60;, &#x60;[&#x60;, &#x60;\\&#x60;, &#x60;]&#x60;, &#x60;^&#x60;, &#x60;&#x60; &#x60; &#x60;&#x60;, &#x60;{&#x60;, &#x60;|&#x60;, &#x60;}&#x60;, &#x60;~&#x60;. More instructions can be found in [our guide to using html and merge variables](https://lob.com/resources/guides/general/using-html-and-merge-variables). Depending on your [Merge Variable strictness](https://dashboard.lob.com/#/settings/account) setting, if you define variables in your HTML but do not pass them here, you will either receive an error or the variable will render as an empty string. | [optional] |
28
28
  | **send_date** | **Time** | A timestamp in ISO 8601 format which specifies a date after the current time and up to 180 days in the future to send the letter off for production. Setting a send date overrides the default [cancellation window](#section/Cancellation-Windows) applied to the mailpiece. Until the &#x60;send_date&#x60; has passed, the mailpiece can be canceled. If a date in the format &#x60;2017-11-01&#x60; is passed, it will evaluate to midnight UTC of that date (&#x60;2017-11-01T00:00:00.000Z&#x60;). If a datetime is passed, that exact time will be used. A &#x60;send_date&#x60; passed with no time zone will default to UTC, while a &#x60;send_date&#x60; passed with a time zone will be converted to UTC. | [optional] |
29
+ | **use_type** | [**PscUseType**](PscUseType.md) | | [optional] |
29
30
 
30
31
  ## Example
31
32
 
32
33
  ```ruby
33
- require 'openapi_client'
34
+ require 'lob'
34
35
 
35
36
  instance = Lob::Postcard.new(
36
37
  id: null,
@@ -54,7 +55,8 @@ instance = Lob::Postcard.new(
54
55
  metadata: null,
55
56
  mail_type: null,
56
57
  merge_variables: null,
57
- send_date: null
58
+ send_date: null,
59
+ use_type: null
58
60
  )
59
61
  ```
60
62
 
@@ -11,7 +11,7 @@
11
11
  ## Example
12
12
 
13
13
  ```ruby
14
- require 'openapi_client'
14
+ require 'lob'
15
15
 
16
16
  instance = Lob::PostcardDeletion.new(
17
17
  id: null,
@@ -13,7 +13,7 @@
13
13
  ## Example
14
14
 
15
15
  ```ruby
16
- require 'openapi_client'
16
+ require 'lob'
17
17
 
18
18
  instance = Lob::PostcardDetailsReturned.new(
19
19
  mail_type: null,
@@ -10,7 +10,7 @@
10
10
  ## Example
11
11
 
12
12
  ```ruby
13
- require 'openapi_client'
13
+ require 'lob'
14
14
 
15
15
  instance = Lob::PostcardDetailsWritable.new(
16
16
  mail_type: null,
@@ -16,11 +16,12 @@
16
16
  | **back** | **String** | The artwork to use as the back of your postcard. | |
17
17
  | **billing_group_id** | **String** | An optional string with the billing group ID to tag your usage with. Is used for billing purposes. Requires special activation to use. See [Billing Group API](https://lob.github.io/lob-openapi/#tag/Billing-Groups) for more information. | [optional] |
18
18
  | **qr_code** | [**QrCode**](QrCode.md) | | [optional] |
19
+ | **use_type** | [**PscUseType**](PscUseType.md) | | |
19
20
 
20
21
  ## Example
21
22
 
22
23
  ```ruby
23
- require 'openapi_client'
24
+ require 'lob'
24
25
 
25
26
  instance = Lob::PostcardEditable.new(
26
27
  to: null,
@@ -34,7 +35,8 @@ instance = Lob::PostcardEditable.new(
34
35
  front: null,
35
36
  back: null,
36
37
  billing_group_id: null,
37
- qr_code: null
38
+ qr_code: null,
39
+ use_type: null
38
40
  )
39
41
  ```
40
42
 
data/docs/PostcardList.md CHANGED
@@ -14,7 +14,7 @@
14
14
  ## Example
15
15
 
16
16
  ```ruby
17
- require 'openapi_client'
17
+ require 'lob'
18
18
 
19
19
  instance = Lob::PostcardList.new(
20
20
  data: null,
data/docs/PostcardSize.md CHANGED
@@ -8,7 +8,7 @@
8
8
  ## Example
9
9
 
10
10
  ```ruby
11
- require 'openapi_client'
11
+ require 'lob'
12
12
 
13
13
  instance = Lob::PostcardSize.new()
14
14
  ```
data/docs/PostcardsApi.md CHANGED
@@ -22,7 +22,7 @@ Creates a new postcard given information
22
22
 
23
23
  ```ruby
24
24
  require 'time'
25
- require 'openapi_client'
25
+ require 'lob'
26
26
  # setup authorization
27
27
  Lob.configure do |config|
28
28
  # Configure HTTP basic authorization: basicAuth
@@ -31,7 +31,7 @@ Lob.configure do |config|
31
31
  end
32
32
 
33
33
  api_instance = Lob::PostcardsApi.new
34
- postcard_editable = Lob::PostcardEditable.new({to: TODO, front: 'front_example', back: 'back_example'}) # PostcardEditable |
34
+ postcard_editable = Lob::PostcardEditable.new({to: TODO, front: 'front_example', back: 'back_example', use_type: Lob::PscUseType::MARKETING}) # PostcardEditable |
35
35
  opts = {
36
36
  idempotency_key: 'idempotency_key_example' # String | A string of no longer than 256 characters that uniquely identifies this resource. For more help integrating idempotency keys, refer to our [implementation guide](https://www.lob.com/guides#idempotent_request).
37
37
  }
@@ -96,7 +96,7 @@ Completely removes a postcard from production. This can only be done if the post
96
96
 
97
97
  ```ruby
98
98
  require 'time'
99
- require 'openapi_client'
99
+ require 'lob'
100
100
  # setup authorization
101
101
  Lob.configure do |config|
102
102
  # Configure HTTP basic authorization: basicAuth
@@ -166,7 +166,7 @@ Retrieves the details of an existing postcard. You need only supply the unique c
166
166
 
167
167
  ```ruby
168
168
  require 'time'
169
- require 'openapi_client'
169
+ require 'lob'
170
170
  # setup authorization
171
171
  Lob.configure do |config|
172
172
  # Configure HTTP basic authorization: basicAuth
@@ -236,7 +236,7 @@ Returns a list of your postcards. The addresses are returned sorted by creation
236
236
 
237
237
  ```ruby
238
238
  require 'time'
239
- require 'openapi_client'
239
+ require 'lob'
240
240
  # setup authorization
241
241
  Lob.configure do |config|
242
242
  # Configure HTTP basic authorization: basicAuth
@@ -256,7 +256,7 @@ opts = {
256
256
  scheduled: true, # Boolean | * `true` - only return orders (past or future) where `send_date` is greater than `date_created` * `false` - only return orders where `send_date` is equal to `date_created`
257
257
  send_date: { key: 'inner_example'}, # Hash<String, String> | Filter by date sent.
258
258
  mail_type: Lob::MailType::FIRST_CLASS, # MailType | A string designating the mail postage type: * `usps_first_class` - (default) * `usps_standard` - a [cheaper option](https://lob.com/pricing/print-mail#compare) which is less predictable and takes longer to deliver. `usps_standard` cannot be used with `4x6` postcards or for any postcards sent outside of the United States.
259
- sort_by: Lob::SortBy3.new # SortBy3 | Sorts items by ascending or descending dates. Use either `date_created` or `send_date`, not both.
259
+ sort_by: Lob::SortBy4.new # SortBy4 | Sorts items by ascending or descending dates. Use either `date_created` or `send_date`, not both.
260
260
  }
261
261
 
262
262
  begin
@@ -300,7 +300,7 @@ end
300
300
  | **scheduled** | **Boolean** | * &#x60;true&#x60; - only return orders (past or future) where &#x60;send_date&#x60; is greater than &#x60;date_created&#x60; * &#x60;false&#x60; - only return orders where &#x60;send_date&#x60; is equal to &#x60;date_created&#x60; | [optional] |
301
301
  | **send_date** | [**Hash&lt;String, String&gt;**](String.md) | Filter by date sent. | [optional] |
302
302
  | **mail_type** | [**MailType**](.md) | A string designating the mail postage type: * &#x60;usps_first_class&#x60; - (default) * &#x60;usps_standard&#x60; - a [cheaper option](https://lob.com/pricing/print-mail#compare) which is less predictable and takes longer to deliver. &#x60;usps_standard&#x60; cannot be used with &#x60;4x6&#x60; postcards or for any postcards sent outside of the United States. | [optional][default to &#39;usps_first_class&#39;] |
303
- | **sort_by** | [**SortBy3**](.md) | Sorts items by ascending or descending dates. Use either &#x60;date_created&#x60; or &#x60;send_date&#x60;, not both. | [optional] |
303
+ | **sort_by** | [**SortBy4**](.md) | Sorts items by ascending or descending dates. Use either &#x60;date_created&#x60; or &#x60;send_date&#x60;, not both. | [optional] |
304
304
 
305
305
  ### Return type
306
306
 
@@ -0,0 +1,15 @@
1
+ # Lob::PscUseType
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'lob'
12
+
13
+ instance = Lob::PscUseType.new()
14
+ ```
15
+
data/docs/QrCode.md CHANGED
@@ -15,7 +15,7 @@
15
15
  ## Example
16
16
 
17
17
  ```ruby
18
- require 'openapi_client'
18
+ require 'lob'
19
19
 
20
20
  instance = Lob::QrCode.new(
21
21
  position: null,