subskribe_dev 1.0.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (586) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +0 -1
  3. data/README.md +514 -24
  4. data/docs/AccountAddress.md +17 -0
  5. data/docs/AccountAddressJson.md +13 -0
  6. data/docs/AccountContact.md +24 -0
  7. data/docs/AccountContactJson.md +18 -0
  8. data/docs/AccountJson.md +27 -0
  9. data/docs/AccountPaymentMethodJson.md +13 -0
  10. data/docs/AccountReceivableContactJson.md +12 -0
  11. data/docs/AccountingApi.md +182 -0
  12. data/docs/AccountingEvent.md +19 -0
  13. data/docs/AccountingEventPaginatedResponse.md +10 -0
  14. data/docs/AccountingPeriod.md +22 -0
  15. data/docs/AccountingPeriodCalculation.md +13 -0
  16. data/docs/AccountsApi.md +884 -0
  17. data/docs/AddAndApplyPaymentApplicationJson.md +19 -0
  18. data/docs/AnrokIntegrationInput.md +8 -0
  19. data/docs/ApprovalMatrixImportDataJson.md +13 -0
  20. data/docs/ApprovalMatrixImportPreview.md +12 -0
  21. data/docs/ApprovalRoleJson.md +12 -0
  22. data/docs/ApprovalRoleSegmentChange.md +11 -0
  23. data/docs/ApprovalSegmentJson.md +12 -0
  24. data/docs/ApprovalsApi.md +1028 -0
  25. data/docs/Attachment.md +17 -0
  26. data/docs/AttachmentsApi.md +294 -0
  27. data/docs/AttributeReference.md +9 -0
  28. data/docs/AuthSamlIntegrationJson.md +10 -0
  29. data/docs/AuthenticationApi.md +329 -0
  30. data/docs/AutomatedInvoiceRule.md +24 -0
  31. data/docs/AutomatedInvoiceRuleRequestJson.md +20 -0
  32. data/docs/AvalaraIntegration.md +14 -0
  33. data/docs/AvalaraIntegrationInput.md +12 -0
  34. data/docs/BillingApi.md +2173 -0
  35. data/docs/BillingEventEntry.md +11 -0
  36. data/docs/BillingEventInput.md +11 -0
  37. data/docs/BulkInvoiceRun.md +20 -0
  38. data/docs/BulkInvoiceRunExclusions.md +9 -0
  39. data/docs/BulkInvoiceRunInput.md +13 -0
  40. data/docs/BulkInvoiceRunItem.md +28 -0
  41. data/docs/BulkInvoiceRunSelector.md +8 -0
  42. data/docs/BulkPaymentUploadData.md +18 -0
  43. data/docs/BulkPaymentUploadResult.md +10 -0
  44. data/docs/ByteBuffer.md +15 -0
  45. data/docs/CatalogRelationship.md +13 -0
  46. data/docs/ChargeJson.md +47 -0
  47. data/docs/ChargePartialJson.md +22 -0
  48. data/docs/CompanyContactJson.md +12 -0
  49. data/docs/CreditMemoApi.md +671 -0
  50. data/docs/CreditMemoApplicationJson.md +13 -0
  51. data/docs/CreditMemoBalanceJson.md +11 -0
  52. data/docs/CreditMemoJson.md +20 -0
  53. data/docs/CreditMemoLineItemJson.md +15 -0
  54. data/docs/CreditMemoLineItemRequestJson.md +11 -0
  55. data/docs/CreditMemoPaginationResponseJson.md +10 -0
  56. data/docs/CrmAccountImportResponse.md +9 -0
  57. data/docs/CustomFieldApi.md +411 -0
  58. data/docs/CustomFieldDefault.md +9 -0
  59. data/docs/CustomFieldDefinitionCreateInput.md +15 -0
  60. data/docs/CustomFieldDefinitionJson.md +17 -0
  61. data/docs/CustomFieldDefinitionUpdateInput.md +12 -0
  62. data/docs/CustomFieldEntry.md +17 -0
  63. data/docs/CustomFieldUpdateInput.md +9 -0
  64. data/docs/CustomFieldValue.md +16 -0
  65. data/docs/CustomizationApi.md +244 -0
  66. data/docs/DataImport.md +19 -0
  67. data/docs/DefaultApi.md +225 -0
  68. data/docs/DiscountDetailJson.md +13 -0
  69. data/docs/DiscountJson.md +12 -0
  70. data/docs/DiscountsApi.md +337 -0
  71. data/docs/DocuSignIntegrationRequestJson.md +10 -0
  72. data/docs/DocuSignIntegrationResponseJson.md +11 -0
  73. data/docs/DocumentCustomContent.md +11 -0
  74. data/docs/DocumentSection.md +13 -0
  75. data/docs/DocumentTemplateJson.md +15 -0
  76. data/docs/DunningSettingJson.md +9 -0
  77. data/docs/ERPApi.md +278 -0
  78. data/docs/EmailNotifiersList.md +10 -0
  79. data/docs/EntitiesApi.md +389 -0
  80. data/docs/Entity.md +22 -0
  81. data/docs/EntityApi.md +66 -0
  82. data/docs/EntityJson.md +21 -0
  83. data/docs/EntityRef.md +10 -0
  84. data/docs/Entry.md +10 -0
  85. data/docs/ExternalArrScheduleJson.md +17 -0
  86. data/docs/FlatfileWorkbookResponse.md +8 -0
  87. data/docs/FlatfileWorkbookResponseData.md +9 -0
  88. data/docs/ImportApi.md +589 -0
  89. data/docs/InputStream.md +7 -0
  90. data/docs/Integration.md +17 -0
  91. data/docs/IntegrationsApi.md +1747 -0
  92. data/docs/InvoiceBalanceJson.md +11 -0
  93. data/docs/InvoiceItemJson.md +27 -0
  94. data/docs/InvoiceItemPreviewJson.md +13 -0
  95. data/docs/InvoiceJson.md +31 -0
  96. data/docs/InvoiceJsonPaginationResponse.md +10 -0
  97. data/docs/InvoiceNumberPrefix.md +8 -0
  98. data/docs/InvoicePreviewJson.md +12 -0
  99. data/docs/LedgerAccount.md +16 -0
  100. data/docs/LedgerAccountMapping.md +12 -0
  101. data/docs/MetricsJson.md +17 -0
  102. data/docs/MetricsReportingApi.md +228 -0
  103. data/docs/NotificationTargetAndSubscriptions.md +13 -0
  104. data/docs/NotificationsApi.md +226 -0
  105. data/docs/NumberConfig.md +12 -0
  106. data/docs/Opportunity.md +20 -0
  107. data/docs/OpportunityApi.md +178 -0
  108. data/docs/OpportunityJson.md +20 -0
  109. data/docs/OpportunityPaginationResponse.md +10 -0
  110. data/docs/OpportunityRestJson.md +19 -0
  111. data/docs/OrderJson.md +59 -0
  112. data/docs/OrderJsonPaginationResponse.md +10 -0
  113. data/docs/OrderLineItemJson.md +34 -0
  114. data/docs/OrderLineItemRequestJson.md +24 -0
  115. data/docs/OrderRequestJson.md +46 -0
  116. data/docs/OrderTerms.md +13 -0
  117. data/docs/OrdersApi.md +1429 -0
  118. data/docs/PaginatedResponse.md +10 -0
  119. data/docs/PaymentBalanceJson.md +11 -0
  120. data/docs/PaymentConfiguration.md +8 -0
  121. data/docs/PaymentJson.md +16 -0
  122. data/docs/PaymentJsonPaginationResponse.md +10 -0
  123. data/docs/PaymentTermSettingsJson.md +10 -0
  124. data/docs/PaymentsApi.md +450 -0
  125. data/docs/PlanJson.md +20 -0
  126. data/docs/PlanJsonPaginationResponse.md +10 -0
  127. data/docs/PredefinedReportDefChartJson.md +17 -0
  128. data/docs/PredefinedReportDefJson.md +12 -0
  129. data/docs/PredefinedReportDefsJson.md +8 -0
  130. data/docs/PredefinedReportJson.md +11 -0
  131. data/docs/PredefinedReportParam.md +14 -0
  132. data/docs/PredefinedReportParamObject.md +14 -0
  133. data/docs/PrepaidStats.md +22 -0
  134. data/docs/PriceTierJson.md +10 -0
  135. data/docs/ProductCatalogApi.md +1866 -0
  136. data/docs/ProductCategory.md +14 -0
  137. data/docs/ProductCategoryPaginationResponse.md +10 -0
  138. data/docs/ProductInputJson.md +15 -0
  139. data/docs/ProductJson.md +18 -0
  140. data/docs/ProductJsonPaginationResponse.md +10 -0
  141. data/docs/PurchaseOrder.md +10 -0
  142. data/docs/RateCardApi.md +56 -0
  143. data/docs/RawUsage.md +14 -0
  144. data/docs/RawUsagesData.md +8 -0
  145. data/docs/RecognitionEventCompletion.md +19 -0
  146. data/docs/RecognitionRule.md +20 -0
  147. data/docs/RecurrenceJson.md +9 -0
  148. data/docs/Refund.md +21 -0
  149. data/docs/RefundDetail.md +20 -0
  150. data/docs/RefundRequestJson.md +15 -0
  151. data/docs/RefundsApi.md +179 -0
  152. data/docs/ReportDuration.md +9 -0
  153. data/docs/ReportJobResponse.md +11 -0
  154. data/docs/ReportsApi.md +220 -0
  155. data/docs/RevenueRecognitionApi.md +495 -0
  156. data/docs/SalesRoomApi.md +62 -0
  157. data/docs/SalesforceAccount.md +13 -0
  158. data/docs/SalesforceAccountBillingAddress.md +12 -0
  159. data/docs/SalesforceClientIntegrationRequestJson.md +11 -0
  160. data/docs/SettingsApi.md +1127 -56
  161. data/docs/SettlementApplication.md +19 -0
  162. data/docs/StandaloneCreditMemoRequest.md +20 -0
  163. data/docs/SubscriptionChargeAlias.md +11 -0
  164. data/docs/SubscriptionChargeJson.md +23 -0
  165. data/docs/SubscriptionJson.md +40 -0
  166. data/docs/SubscriptionUpdateJson.md +16 -0
  167. data/docs/SubscriptionsApi.md +573 -0
  168. data/docs/TaxJarIntegration.md +14 -0
  169. data/docs/TaxJarIntegrationInput.md +9 -0
  170. data/docs/TaxRateJson.md +15 -0
  171. data/docs/TaxRatePaginationResponseJson.md +10 -0
  172. data/docs/TenantCreditMemoConfigurationJson.md +11 -0
  173. data/docs/TenantDiscountJson.md +9 -0
  174. data/docs/TenantDiscountLineItemJson.md +10 -0
  175. data/docs/TenantInvoiceConfig.md +12 -0
  176. data/docs/TenantJson.md +19 -0
  177. data/docs/TenantSettingJson.md +15 -0
  178. data/docs/TimeSeriesAmountJson.md +9 -0
  179. data/docs/TimeZone.md +11 -0
  180. data/docs/UnitOfMeasureJson.md +1 -1
  181. data/docs/UnitOfMeasurePaginationResponseJson.md +1 -1
  182. data/docs/UpdateInvoiceRequest.md +13 -0
  183. data/docs/UsageAggregateOutput.md +16 -0
  184. data/docs/UsageApi.md +611 -0
  185. data/docs/UsageBatchInsertResult.md +11 -0
  186. data/docs/UserGroupJson.md +12 -0
  187. data/docs/UserGroupRequestJson.md +12 -0
  188. data/docs/UserInput.md +16 -0
  189. data/docs/UserJson.md +22 -0
  190. data/docs/UserPaginationResponseJson.md +10 -0
  191. data/docs/UsersApi.md +774 -0
  192. data/docs/VoidInvoiceRequest.md +9 -0
  193. data/docs/VoidPaymentJson.md +12 -0
  194. data/lib/subskribe_dev/api/accounting_api.rb +193 -0
  195. data/lib/subskribe_dev/api/accounts_api.rb +858 -0
  196. data/lib/subskribe_dev/api/approvals_api.rb +965 -0
  197. data/lib/subskribe_dev/api/attachments_api.rb +299 -0
  198. data/lib/subskribe_dev/api/authentication_api.rb +335 -0
  199. data/lib/subskribe_dev/api/billing_api.rb +2098 -0
  200. data/lib/subskribe_dev/api/credit_memo_api.rb +636 -0
  201. data/lib/subskribe_dev/api/custom_field_api.rb +434 -0
  202. data/lib/subskribe_dev/api/customization_api.rb +269 -0
  203. data/lib/subskribe_dev/api/default_api.rb +223 -0
  204. data/lib/{swagger_client/api/settings_api.rb → subskribe_dev/api/discounts_api.rb} +133 -126
  205. data/lib/subskribe_dev/api/entities_api.rb +374 -0
  206. data/lib/subskribe_dev/api/entity_api.rb +79 -0
  207. data/lib/subskribe_dev/api/erp_api.rb +278 -0
  208. data/lib/subskribe_dev/api/import_api.rb +568 -0
  209. data/lib/subskribe_dev/api/integrations_api.rb +1678 -0
  210. data/lib/subskribe_dev/api/metrics_reporting_api.rb +223 -0
  211. data/lib/subskribe_dev/api/notifications_api.rb +245 -0
  212. data/lib/subskribe_dev/api/opportunity_api.rb +177 -0
  213. data/lib/subskribe_dev/api/orders_api.rb +1381 -0
  214. data/lib/subskribe_dev/api/payments_api.rb +431 -0
  215. data/lib/subskribe_dev/api/product_catalog_api.rb +1828 -0
  216. data/lib/subskribe_dev/api/rate_card_api.rb +68 -0
  217. data/lib/subskribe_dev/api/refunds_api.rb +189 -0
  218. data/lib/subskribe_dev/api/reports_api.rb +227 -0
  219. data/lib/subskribe_dev/api/revenue_recognition_api.rb +484 -0
  220. data/lib/subskribe_dev/api/sales_room_api.rb +74 -0
  221. data/lib/subskribe_dev/api/settings_api.rb +1321 -0
  222. data/lib/subskribe_dev/api/subscriptions_api.rb +576 -0
  223. data/lib/subskribe_dev/api/usage_api.rb +604 -0
  224. data/lib/subskribe_dev/api/users_api.rb +728 -0
  225. data/lib/{swagger_client → subskribe_dev}/api_client.rb +2 -2
  226. data/lib/{swagger_client → subskribe_dev}/api_error.rb +1 -1
  227. data/lib/{swagger_client → subskribe_dev}/configuration.rb +1 -1
  228. data/lib/subskribe_dev/models/account_address.rb +265 -0
  229. data/lib/subskribe_dev/models/account_address_json.rb +229 -0
  230. data/lib/subskribe_dev/models/account_contact.rb +530 -0
  231. data/lib/subskribe_dev/models/account_contact_json.rb +274 -0
  232. data/lib/subskribe_dev/models/account_json.rb +395 -0
  233. data/lib/subskribe_dev/models/account_payment_method_json.rb +268 -0
  234. data/lib/subskribe_dev/models/account_receivable_contact_json.rb +225 -0
  235. data/lib/subskribe_dev/models/accounting_event.rb +319 -0
  236. data/lib/subskribe_dev/models/accounting_event_paginated_response.rb +204 -0
  237. data/lib/subskribe_dev/models/accounting_period.rb +356 -0
  238. data/lib/subskribe_dev/models/accounting_period_calculation.rb +229 -0
  239. data/lib/subskribe_dev/models/add_and_apply_payment_application_json.rb +344 -0
  240. data/lib/subskribe_dev/models/anrok_integration_input.rb +184 -0
  241. data/lib/subskribe_dev/models/approval_matrix_import_data_json.rb +229 -0
  242. data/lib/subskribe_dev/models/approval_matrix_import_preview.rb +226 -0
  243. data/lib/subskribe_dev/models/approval_role_json.rb +220 -0
  244. data/lib/subskribe_dev/models/approval_role_segment_change.rb +211 -0
  245. data/lib/subskribe_dev/models/approval_segment_json.rb +220 -0
  246. data/lib/subskribe_dev/models/attachment.rb +326 -0
  247. data/lib/subskribe_dev/models/attribute_reference.rb +193 -0
  248. data/lib/subskribe_dev/models/auth_saml_integration_json.rb +204 -0
  249. data/lib/subskribe_dev/models/automated_invoice_rule.rb +328 -0
  250. data/lib/subskribe_dev/models/automated_invoice_rule_request_json.rb +307 -0
  251. data/lib/subskribe_dev/models/avalara_integration.rb +238 -0
  252. data/lib/subskribe_dev/models/avalara_integration_input.rb +268 -0
  253. data/lib/subskribe_dev/models/billing_event_entry.rb +211 -0
  254. data/lib/subskribe_dev/models/billing_event_input.rb +216 -0
  255. data/lib/subskribe_dev/models/bulk_invoice_run.rb +350 -0
  256. data/lib/subskribe_dev/models/bulk_invoice_run_exclusions.rb +197 -0
  257. data/lib/subskribe_dev/models/bulk_invoice_run_input.rb +263 -0
  258. data/lib/subskribe_dev/models/bulk_invoice_run_item.rb +364 -0
  259. data/lib/subskribe_dev/models/bulk_invoice_run_selector.rb +184 -0
  260. data/lib/subskribe_dev/models/bulk_payment_upload_data.rb +274 -0
  261. data/lib/subskribe_dev/models/bulk_payment_upload_result.rb +204 -0
  262. data/lib/subskribe_dev/models/byte_buffer.rb +247 -0
  263. data/lib/subskribe_dev/models/catalog_relationship.rb +364 -0
  264. data/lib/subskribe_dev/models/charge_json.rb +631 -0
  265. data/lib/subskribe_dev/models/charge_partial_json.rb +310 -0
  266. data/lib/subskribe_dev/models/company_contact_json.rb +225 -0
  267. data/lib/subskribe_dev/models/credit_memo_application_json.rb +239 -0
  268. data/lib/subskribe_dev/models/credit_memo_balance_json.rb +211 -0
  269. data/lib/subskribe_dev/models/credit_memo_json.rb +363 -0
  270. data/lib/subskribe_dev/models/credit_memo_line_item_json.rb +252 -0
  271. data/lib/subskribe_dev/models/credit_memo_line_item_request_json.rb +211 -0
  272. data/lib/subskribe_dev/models/credit_memo_pagination_response_json.rb +204 -0
  273. data/lib/subskribe_dev/models/crm_account_import_response.rb +193 -0
  274. data/lib/subskribe_dev/models/custom_field_default.rb +195 -0
  275. data/lib/subskribe_dev/models/custom_field_definition_create_input.rb +317 -0
  276. data/lib/subskribe_dev/models/custom_field_definition_json.rb +313 -0
  277. data/lib/subskribe_dev/models/custom_field_definition_update_input.rb +256 -0
  278. data/lib/subskribe_dev/models/custom_field_entry.rb +325 -0
  279. data/lib/subskribe_dev/models/custom_field_update_input.rb +195 -0
  280. data/lib/subskribe_dev/models/custom_field_value.rb +316 -0
  281. data/lib/subskribe_dev/models/data_import.rb +355 -0
  282. data/lib/subskribe_dev/models/discount_detail_json.rb +263 -0
  283. data/lib/subskribe_dev/models/discount_json.rb +254 -0
  284. data/lib/subskribe_dev/models/docu_sign_integration_request_json.rb +236 -0
  285. data/lib/subskribe_dev/models/docu_sign_integration_response_json.rb +245 -0
  286. data/lib/subskribe_dev/models/document_custom_content.rb +211 -0
  287. data/lib/subskribe_dev/models/document_section.rb +265 -0
  288. data/lib/subskribe_dev/models/document_template_json.rb +300 -0
  289. data/lib/subskribe_dev/models/dunning_setting_json.rb +200 -0
  290. data/lib/subskribe_dev/models/email_notifiers_list.rb +208 -0
  291. data/lib/subskribe_dev/models/entity.rb +356 -0
  292. data/lib/subskribe_dev/models/entity_json.rb +347 -0
  293. data/lib/subskribe_dev/models/entity_ref.rb +202 -0
  294. data/lib/subskribe_dev/models/entry.rb +202 -0
  295. data/lib/subskribe_dev/models/external_arr_schedule_json.rb +319 -0
  296. data/lib/subskribe_dev/models/flatfile_workbook_response.rb +184 -0
  297. data/lib/subskribe_dev/models/flatfile_workbook_response_data.rb +193 -0
  298. data/lib/subskribe_dev/models/input_stream.rb +175 -0
  299. data/lib/subskribe_dev/models/integration.rb +311 -0
  300. data/lib/subskribe_dev/models/invoice_balance_json.rb +211 -0
  301. data/lib/subskribe_dev/models/invoice_item_json.rb +355 -0
  302. data/lib/subskribe_dev/models/invoice_item_preview_json.rb +229 -0
  303. data/lib/subskribe_dev/models/invoice_json.rb +439 -0
  304. data/lib/subskribe_dev/models/invoice_json_pagination_response.rb +204 -0
  305. data/lib/subskribe_dev/models/invoice_number_prefix.rb +184 -0
  306. data/lib/subskribe_dev/models/invoice_preview_json.rb +222 -0
  307. data/lib/subskribe_dev/models/ledger_account.rb +316 -0
  308. data/lib/subskribe_dev/models/ledger_account_mapping.rb +222 -0
  309. data/lib/subskribe_dev/models/metrics_json.rb +267 -0
  310. data/lib/subskribe_dev/models/notification_target_and_subscriptions.rb +265 -0
  311. data/lib/subskribe_dev/models/number_config.rb +254 -0
  312. data/lib/subskribe_dev/models/opportunity.rb +326 -0
  313. data/lib/subskribe_dev/models/opportunity_json.rb +326 -0
  314. data/lib/subskribe_dev/models/opportunity_pagination_response.rb +204 -0
  315. data/lib/subskribe_dev/models/opportunity_rest_json.rb +317 -0
  316. data/lib/subskribe_dev/models/order_json.rb +754 -0
  317. data/lib/subskribe_dev/models/order_json_pagination_response.rb +204 -0
  318. data/lib/subskribe_dev/models/order_line_item_json.rb +465 -0
  319. data/lib/subskribe_dev/models/order_line_item_request_json.rb +375 -0
  320. data/lib/subskribe_dev/models/order_request_json.rb +616 -0
  321. data/lib/subskribe_dev/models/order_terms.rb +265 -0
  322. data/lib/subskribe_dev/models/paginated_response.rb +204 -0
  323. data/lib/subskribe_dev/models/payment_balance_json.rb +211 -0
  324. data/lib/subskribe_dev/models/payment_configuration.rb +208 -0
  325. data/lib/subskribe_dev/models/payment_json.rb +300 -0
  326. data/lib/subskribe_dev/models/payment_json_pagination_response.rb +204 -0
  327. data/lib/subskribe_dev/models/payment_term_settings_json.rb +219 -0
  328. data/lib/subskribe_dev/models/plan_json.rb +339 -0
  329. data/lib/subskribe_dev/models/plan_json_pagination_response.rb +204 -0
  330. data/lib/subskribe_dev/models/predefined_report_def_chart_json.rb +265 -0
  331. data/lib/subskribe_dev/models/predefined_report_def_json.rb +222 -0
  332. data/lib/subskribe_dev/models/predefined_report_defs_json.rb +186 -0
  333. data/lib/subskribe_dev/models/predefined_report_json.rb +213 -0
  334. data/lib/subskribe_dev/models/predefined_report_param.rb +296 -0
  335. data/lib/subskribe_dev/models/predefined_report_param_object.rb +296 -0
  336. data/lib/subskribe_dev/models/prepaid_stats.rb +310 -0
  337. data/lib/subskribe_dev/models/price_tier_json.rb +212 -0
  338. data/lib/subskribe_dev/models/product_category.rb +264 -0
  339. data/lib/subskribe_dev/models/product_category_pagination_response.rb +204 -0
  340. data/lib/subskribe_dev/models/product_input_json.rb +249 -0
  341. data/lib/subskribe_dev/models/product_json.rb +276 -0
  342. data/lib/subskribe_dev/models/product_json_pagination_response.rb +204 -0
  343. data/lib/subskribe_dev/models/purchase_order.rb +226 -0
  344. data/lib/subskribe_dev/models/raw_usage.rb +247 -0
  345. data/lib/subskribe_dev/models/raw_usages_data.rb +192 -0
  346. data/lib/subskribe_dev/models/recognition_event_completion.rb +322 -0
  347. data/lib/subskribe_dev/models/recognition_rule.rb +376 -0
  348. data/lib/subskribe_dev/models/recurrence_json.rb +256 -0
  349. data/lib/subskribe_dev/models/refund.rb +301 -0
  350. data/lib/subskribe_dev/models/refund_detail.rb +322 -0
  351. data/lib/subskribe_dev/models/refund_request_json.rb +272 -0
  352. data/lib/subskribe_dev/models/report_duration.rb +193 -0
  353. data/lib/subskribe_dev/models/report_job_response.rb +245 -0
  354. data/lib/subskribe_dev/models/salesforce_account.rb +229 -0
  355. data/lib/subskribe_dev/models/salesforce_account_billing_address.rb +220 -0
  356. data/lib/subskribe_dev/models/salesforce_client_integration_request_json.rb +211 -0
  357. data/lib/subskribe_dev/models/settlement_application.rb +329 -0
  358. data/lib/subskribe_dev/models/standalone_credit_memo_request.rb +353 -0
  359. data/lib/subskribe_dev/models/subscription_charge_alias.rb +283 -0
  360. data/lib/subskribe_dev/models/subscription_charge_json.rb +362 -0
  361. data/lib/subskribe_dev/models/subscription_json.rb +583 -0
  362. data/lib/subskribe_dev/models/subscription_update_json.rb +280 -0
  363. data/lib/subskribe_dev/models/tax_jar_integration.rb +238 -0
  364. data/lib/subskribe_dev/models/tax_jar_integration_input.rb +193 -0
  365. data/lib/subskribe_dev/models/tax_rate_json.rb +286 -0
  366. data/lib/subskribe_dev/models/tax_rate_pagination_response_json.rb +204 -0
  367. data/lib/subskribe_dev/models/tenant_credit_memo_configuration_json.rb +211 -0
  368. data/lib/subskribe_dev/models/tenant_discount_json.rb +193 -0
  369. data/lib/subskribe_dev/models/tenant_discount_line_item_json.rb +202 -0
  370. data/lib/subskribe_dev/models/tenant_invoice_config.rb +254 -0
  371. data/lib/subskribe_dev/models/tenant_json.rb +283 -0
  372. data/lib/subskribe_dev/models/tenant_setting_json.rb +307 -0
  373. data/lib/subskribe_dev/models/time_series_amount_json.rb +193 -0
  374. data/lib/subskribe_dev/models/time_zone.rb +211 -0
  375. data/lib/{swagger_client → subskribe_dev}/models/unit_of_measure_json.rb +2 -2
  376. data/lib/{swagger_client → subskribe_dev}/models/unit_of_measure_pagination_response_json.rb +2 -2
  377. data/lib/subskribe_dev/models/update_invoice_request.rb +282 -0
  378. data/lib/subskribe_dev/models/usage_aggregate_output.rb +258 -0
  379. data/lib/subskribe_dev/models/usage_batch_insert_result.rb +213 -0
  380. data/lib/subskribe_dev/models/user_group_json.rb +224 -0
  381. data/lib/subskribe_dev/models/user_group_request_json.rb +224 -0
  382. data/lib/subskribe_dev/models/user_input.rb +304 -0
  383. data/lib/subskribe_dev/models/user_json.rb +376 -0
  384. data/lib/subskribe_dev/models/user_pagination_response_json.rb +204 -0
  385. data/lib/subskribe_dev/models/void_invoice_request.rb +203 -0
  386. data/lib/subskribe_dev/models/void_payment_json.rb +235 -0
  387. data/lib/{swagger_client → subskribe_dev}/version.rb +2 -2
  388. data/lib/subskribe_dev.rb +229 -0
  389. data/spec/api/accounting_api_spec.rb +74 -0
  390. data/spec/api/accounts_api_spec.rb +232 -0
  391. data/spec/api/approvals_api_spec.rb +260 -0
  392. data/spec/api/attachments_api_spec.rb +100 -0
  393. data/spec/api/authentication_api_spec.rb +108 -0
  394. data/spec/api/billing_api_spec.rb +516 -0
  395. data/spec/api/credit_memo_api_spec.rb +181 -0
  396. data/spec/api/custom_field_api_spec.rb +126 -0
  397. data/spec/api/customization_api_spec.rb +89 -0
  398. data/spec/api/default_api_spec.rb +81 -0
  399. data/spec/api/discounts_api_spec.rb +108 -0
  400. data/spec/api/entities_api_spec.rb +120 -0
  401. data/spec/api/entity_api_spec.rb +48 -0
  402. data/spec/api/erp_api_spec.rb +95 -0
  403. data/spec/api/import_api_spec.rb +164 -0
  404. data/spec/api/integrations_api_spec.rb +420 -0
  405. data/spec/api/metrics_reporting_api_spec.rb +84 -0
  406. data/spec/api/notifications_api_spec.rb +84 -0
  407. data/spec/api/opportunity_api_spec.rb +72 -0
  408. data/spec/api/orders_api_spec.rb +351 -0
  409. data/spec/api/payments_api_spec.rb +132 -0
  410. data/spec/api/product_catalog_api_spec.rb +448 -0
  411. data/spec/api/rate_card_api_spec.rb +46 -0
  412. data/spec/api/refunds_api_spec.rb +73 -0
  413. data/spec/api/reports_api_spec.rb +82 -0
  414. data/spec/api/revenue_recognition_api_spec.rb +144 -0
  415. data/spec/api/sales_room_api_spec.rb +47 -0
  416. data/spec/api/settings_api_spec.rb +3 -3
  417. data/spec/api/subscriptions_api_spec.rb +162 -0
  418. data/spec/api/usage_api_spec.rb +169 -0
  419. data/spec/api/users_api_spec.rb +203 -0
  420. data/spec/api_client_spec.rb +31 -31
  421. data/spec/configuration_spec.rb +3 -3
  422. data/spec/models/account_address_json_spec.rb +71 -0
  423. data/spec/models/account_address_spec.rb +95 -0
  424. data/spec/models/account_contact_json_spec.rb +101 -0
  425. data/spec/models/account_contact_spec.rb +141 -0
  426. data/spec/models/account_json_spec.rb +163 -0
  427. data/spec/models/account_payment_method_json_spec.rb +75 -0
  428. data/spec/models/account_receivable_contact_json_spec.rb +65 -0
  429. data/spec/models/accounting_event_paginated_response_spec.rb +53 -0
  430. data/spec/models/accounting_event_spec.rb +111 -0
  431. data/spec/models/accounting_period_calculation_spec.rb +71 -0
  432. data/spec/models/accounting_period_spec.rb +133 -0
  433. data/spec/models/add_and_apply_payment_application_json_spec.rb +115 -0
  434. data/spec/models/anrok_integration_input_spec.rb +41 -0
  435. data/spec/models/approval_matrix_import_data_json_spec.rb +71 -0
  436. data/spec/models/approval_matrix_import_preview_spec.rb +65 -0
  437. data/spec/models/approval_role_json_spec.rb +65 -0
  438. data/spec/models/approval_role_segment_change_spec.rb +59 -0
  439. data/spec/models/approval_segment_json_spec.rb +65 -0
  440. data/spec/models/attachment_spec.rb +103 -0
  441. data/spec/models/attribute_reference_spec.rb +47 -0
  442. data/spec/models/auth_saml_integration_json_spec.rb +53 -0
  443. data/spec/models/automated_invoice_rule_request_json_spec.rb +113 -0
  444. data/spec/models/automated_invoice_rule_spec.rb +137 -0
  445. data/spec/models/avalara_integration_input_spec.rb +65 -0
  446. data/spec/models/avalara_integration_spec.rb +77 -0
  447. data/spec/models/billing_event_entry_spec.rb +59 -0
  448. data/spec/models/billing_event_input_spec.rb +59 -0
  449. data/spec/models/bulk_invoice_run_exclusions_spec.rb +47 -0
  450. data/spec/models/bulk_invoice_run_input_spec.rb +75 -0
  451. data/spec/models/bulk_invoice_run_item_spec.rb +161 -0
  452. data/spec/models/bulk_invoice_run_selector_spec.rb +41 -0
  453. data/spec/models/bulk_invoice_run_spec.rb +125 -0
  454. data/spec/models/bulk_payment_upload_data_spec.rb +101 -0
  455. data/spec/models/bulk_payment_upload_result_spec.rb +53 -0
  456. data/spec/models/byte_buffer_spec.rb +83 -0
  457. data/spec/models/catalog_relationship_spec.rb +75 -0
  458. data/spec/models/charge_json_spec.rb +295 -0
  459. data/spec/models/charge_partial_json_spec.rb +125 -0
  460. data/spec/models/company_contact_json_spec.rb +65 -0
  461. data/spec/models/credit_memo_application_json_spec.rb +71 -0
  462. data/spec/models/credit_memo_balance_json_spec.rb +59 -0
  463. data/spec/models/credit_memo_json_spec.rb +117 -0
  464. data/spec/models/credit_memo_line_item_json_spec.rb +83 -0
  465. data/spec/models/credit_memo_line_item_request_json_spec.rb +59 -0
  466. data/spec/models/credit_memo_pagination_response_json_spec.rb +53 -0
  467. data/spec/models/crm_account_import_response_spec.rb +47 -0
  468. data/spec/models/custom_field_default_spec.rb +47 -0
  469. data/spec/models/custom_field_definition_create_input_spec.rb +95 -0
  470. data/spec/models/custom_field_definition_json_spec.rb +103 -0
  471. data/spec/models/custom_field_definition_update_input_spec.rb +69 -0
  472. data/spec/models/custom_field_entry_spec.rb +103 -0
  473. data/spec/models/custom_field_update_input_spec.rb +47 -0
  474. data/spec/models/custom_field_value_spec.rb +97 -0
  475. data/spec/models/data_import_spec.rb +123 -0
  476. data/spec/models/discount_detail_json_spec.rb +75 -0
  477. data/spec/models/discount_json_spec.rb +69 -0
  478. data/spec/models/docu_sign_integration_request_json_spec.rb +57 -0
  479. data/spec/models/docu_sign_integration_response_json_spec.rb +63 -0
  480. data/spec/models/document_custom_content_spec.rb +59 -0
  481. data/spec/models/document_section_spec.rb +75 -0
  482. data/spec/models/document_template_json_spec.rb +91 -0
  483. data/spec/models/dunning_setting_json_spec.rb +47 -0
  484. data/spec/models/email_notifiers_list_spec.rb +53 -0
  485. data/spec/models/entity_json_spec.rb +127 -0
  486. data/spec/models/entity_ref_spec.rb +53 -0
  487. data/spec/models/entity_spec.rb +133 -0
  488. data/spec/models/entry_spec.rb +53 -0
  489. data/spec/models/external_arr_schedule_json_spec.rb +99 -0
  490. data/spec/models/flatfile_workbook_response_data_spec.rb +47 -0
  491. data/spec/models/flatfile_workbook_response_spec.rb +41 -0
  492. data/spec/models/input_stream_spec.rb +35 -0
  493. data/spec/models/integration_spec.rb +103 -0
  494. data/spec/models/invoice_balance_json_spec.rb +59 -0
  495. data/spec/models/invoice_item_json_spec.rb +155 -0
  496. data/spec/models/invoice_item_preview_json_spec.rb +71 -0
  497. data/spec/models/invoice_json_pagination_response_spec.rb +53 -0
  498. data/spec/models/invoice_json_spec.rb +187 -0
  499. data/spec/models/invoice_number_prefix_spec.rb +41 -0
  500. data/spec/models/invoice_preview_json_spec.rb +65 -0
  501. data/spec/models/ledger_account_mapping_spec.rb +65 -0
  502. data/spec/models/ledger_account_spec.rb +93 -0
  503. data/spec/models/metrics_json_spec.rb +95 -0
  504. data/spec/models/notification_target_and_subscriptions_spec.rb +79 -0
  505. data/spec/models/number_config_spec.rb +69 -0
  506. data/spec/models/opportunity_json_spec.rb +117 -0
  507. data/spec/models/opportunity_pagination_response_spec.rb +53 -0
  508. data/spec/models/opportunity_rest_json_spec.rb +111 -0
  509. data/spec/models/opportunity_spec.rb +117 -0
  510. data/spec/models/order_json_pagination_response_spec.rb +53 -0
  511. data/spec/models/order_json_spec.rb +367 -0
  512. data/spec/models/order_line_item_json_spec.rb +201 -0
  513. data/spec/models/order_line_item_request_json_spec.rb +141 -0
  514. data/spec/models/order_request_json_spec.rb +285 -0
  515. data/spec/models/order_terms_spec.rb +75 -0
  516. data/spec/models/paginated_response_spec.rb +53 -0
  517. data/spec/models/payment_balance_json_spec.rb +59 -0
  518. data/spec/models/payment_configuration_spec.rb +45 -0
  519. data/spec/models/payment_json_pagination_response_spec.rb +53 -0
  520. data/spec/models/payment_json_spec.rb +93 -0
  521. data/spec/models/payment_term_settings_json_spec.rb +53 -0
  522. data/spec/models/plan_json_pagination_response_spec.rb +53 -0
  523. data/spec/models/plan_json_spec.rb +117 -0
  524. data/spec/models/predefined_report_def_chart_json_spec.rb +95 -0
  525. data/spec/models/predefined_report_def_json_spec.rb +65 -0
  526. data/spec/models/predefined_report_defs_json_spec.rb +41 -0
  527. data/spec/models/predefined_report_json_spec.rb +59 -0
  528. data/spec/models/predefined_report_param_object_spec.rb +85 -0
  529. data/spec/models/predefined_report_param_spec.rb +85 -0
  530. data/spec/models/prepaid_stats_spec.rb +125 -0
  531. data/spec/models/price_tier_json_spec.rb +53 -0
  532. data/spec/models/product_category_pagination_response_spec.rb +53 -0
  533. data/spec/models/product_category_spec.rb +77 -0
  534. data/spec/models/product_input_json_spec.rb +83 -0
  535. data/spec/models/product_json_pagination_response_spec.rb +53 -0
  536. data/spec/models/product_json_spec.rb +101 -0
  537. data/spec/models/purchase_order_spec.rb +53 -0
  538. data/spec/models/raw_usage_spec.rb +77 -0
  539. data/spec/models/raw_usages_data_spec.rb +41 -0
  540. data/spec/models/recognition_event_completion_spec.rb +111 -0
  541. data/spec/models/recognition_rule_spec.rb +133 -0
  542. data/spec/models/recurrence_json_spec.rb +51 -0
  543. data/spec/models/refund_detail_spec.rb +113 -0
  544. data/spec/models/refund_request_json_spec.rb +83 -0
  545. data/spec/models/refund_spec.rb +119 -0
  546. data/spec/models/report_duration_spec.rb +47 -0
  547. data/spec/models/report_job_response_spec.rb +63 -0
  548. data/spec/models/salesforce_account_billing_address_spec.rb +65 -0
  549. data/spec/models/salesforce_account_spec.rb +71 -0
  550. data/spec/models/salesforce_client_integration_request_json_spec.rb +59 -0
  551. data/spec/models/settlement_application_spec.rb +115 -0
  552. data/spec/models/standalone_credit_memo_request_spec.rb +117 -0
  553. data/spec/models/subscription_charge_alias_spec.rb +59 -0
  554. data/spec/models/subscription_charge_json_spec.rb +131 -0
  555. data/spec/models/subscription_json_spec.rb +241 -0
  556. data/spec/models/subscription_update_json_spec.rb +89 -0
  557. data/spec/models/tax_jar_integration_input_spec.rb +47 -0
  558. data/spec/models/tax_jar_integration_spec.rb +77 -0
  559. data/spec/models/tax_rate_json_spec.rb +87 -0
  560. data/spec/models/tax_rate_pagination_response_json_spec.rb +53 -0
  561. data/spec/models/tenant_credit_memo_configuration_json_spec.rb +59 -0
  562. data/spec/models/tenant_discount_json_spec.rb +47 -0
  563. data/spec/models/tenant_discount_line_item_json_spec.rb +53 -0
  564. data/spec/models/tenant_invoice_config_spec.rb +69 -0
  565. data/spec/models/tenant_json_spec.rb +107 -0
  566. data/spec/models/tenant_setting_json_spec.rb +95 -0
  567. data/spec/models/time_series_amount_json_spec.rb +47 -0
  568. data/spec/models/time_zone_spec.rb +59 -0
  569. data/spec/models/unit_of_measure_json_spec.rb +3 -3
  570. data/spec/models/unit_of_measure_pagination_response_json_spec.rb +3 -3
  571. data/spec/models/update_invoice_request_spec.rb +71 -0
  572. data/spec/models/usage_aggregate_output_spec.rb +89 -0
  573. data/spec/models/usage_batch_insert_result_spec.rb +59 -0
  574. data/spec/models/user_group_json_spec.rb +65 -0
  575. data/spec/models/user_group_request_json_spec.rb +65 -0
  576. data/spec/models/user_input_spec.rb +97 -0
  577. data/spec/models/user_json_spec.rb +137 -0
  578. data/spec/models/user_pagination_response_json_spec.rb +53 -0
  579. data/spec/models/void_invoice_request_spec.rb +47 -0
  580. data/spec/models/void_payment_json_spec.rb +65 -0
  581. data/spec/spec_helper.rb +1 -1
  582. data/{swagger_client.gemspec → subskribe_dev.gemspec} +6 -6
  583. metadata +762 -16
  584. data/lib/swagger_client.rb +0 -42
  585. data/swagger_client-1.0.0.gem +0 -0
  586. data/test1.rb +0 -24
@@ -0,0 +1,316 @@
1
+ =begin
2
+ #Subskribe API
3
+
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
+
6
+ OpenAPI spec version: 1.0.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.41
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module SubskribeDevClient
16
+ class CustomFieldValue
17
+ attr_accessor :type
18
+
19
+ attr_accessor :name
20
+
21
+ attr_accessor :label
22
+
23
+ attr_accessor :value
24
+
25
+ attr_accessor :selections
26
+
27
+ attr_accessor :options
28
+
29
+ attr_accessor :required
30
+
31
+ attr_accessor :source
32
+
33
+ attr_accessor :default_value
34
+
35
+ class EnumAttributeValidator
36
+ attr_reader :datatype
37
+ attr_reader :allowable_values
38
+
39
+ def initialize(datatype, allowable_values)
40
+ @allowable_values = allowable_values.map do |value|
41
+ case datatype.to_s
42
+ when /Integer/i
43
+ value.to_i
44
+ when /Float/i
45
+ value.to_f
46
+ else
47
+ value
48
+ end
49
+ end
50
+ end
51
+
52
+ def valid?(value)
53
+ !value || allowable_values.include?(value)
54
+ end
55
+ end
56
+
57
+ # Attribute mapping from ruby-style variable name to JSON key.
58
+ def self.attribute_map
59
+ {
60
+ :'type' => :'type',
61
+ :'name' => :'name',
62
+ :'label' => :'label',
63
+ :'value' => :'value',
64
+ :'selections' => :'selections',
65
+ :'options' => :'options',
66
+ :'required' => :'required',
67
+ :'source' => :'source',
68
+ :'default_value' => :'defaultValue'
69
+ }
70
+ end
71
+
72
+ # Attribute type mapping.
73
+ def self.swagger_types
74
+ {
75
+ :'type' => :'String',
76
+ :'name' => :'String',
77
+ :'label' => :'String',
78
+ :'value' => :'String',
79
+ :'selections' => :'Array<String>',
80
+ :'options' => :'Array<String>',
81
+ :'required' => :'BOOLEAN',
82
+ :'source' => :'String',
83
+ :'default_value' => :'CustomFieldDefault'
84
+ }
85
+ end
86
+
87
+ # Initializes the object
88
+ # @param [Hash] attributes Model attributes in the form of hash
89
+ def initialize(attributes = {})
90
+ return unless attributes.is_a?(Hash)
91
+
92
+ # convert string to symbol for hash key
93
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
94
+
95
+ if attributes.has_key?(:'type')
96
+ self.type = attributes[:'type']
97
+ end
98
+
99
+ if attributes.has_key?(:'name')
100
+ self.name = attributes[:'name']
101
+ end
102
+
103
+ if attributes.has_key?(:'label')
104
+ self.label = attributes[:'label']
105
+ end
106
+
107
+ if attributes.has_key?(:'value')
108
+ self.value = attributes[:'value']
109
+ end
110
+
111
+ if attributes.has_key?(:'selections')
112
+ if (value = attributes[:'selections']).is_a?(Array)
113
+ self.selections = value
114
+ end
115
+ end
116
+
117
+ if attributes.has_key?(:'options')
118
+ if (value = attributes[:'options']).is_a?(Array)
119
+ self.options = value
120
+ end
121
+ end
122
+
123
+ if attributes.has_key?(:'required')
124
+ self.required = attributes[:'required']
125
+ end
126
+
127
+ if attributes.has_key?(:'source')
128
+ self.source = attributes[:'source']
129
+ end
130
+
131
+ if attributes.has_key?(:'defaultValue')
132
+ self.default_value = attributes[:'defaultValue']
133
+ end
134
+ end
135
+
136
+ # Show invalid properties with the reasons. Usually used together with valid?
137
+ # @return Array for valid properties with the reasons
138
+ def list_invalid_properties
139
+ invalid_properties = Array.new
140
+ if @name.nil?
141
+ invalid_properties.push('invalid value for "name", name cannot be nil.')
142
+ end
143
+
144
+ if @label.nil?
145
+ invalid_properties.push('invalid value for "label", label cannot be nil.')
146
+ end
147
+
148
+ invalid_properties
149
+ end
150
+
151
+ # Check to see if the all the properties in the model are valid
152
+ # @return true if the model is valid
153
+ def valid?
154
+ type_validator = EnumAttributeValidator.new('String', ['STRING', 'PICKLIST', 'MULTISELECT_PICKLIST'])
155
+ return false unless type_validator.valid?(@type)
156
+ return false if @name.nil?
157
+ return false if @label.nil?
158
+ source_validator = EnumAttributeValidator.new('String', ['USER', 'SYSTEM'])
159
+ return false unless source_validator.valid?(@source)
160
+ true
161
+ end
162
+
163
+ # Custom attribute writer method checking allowed values (enum).
164
+ # @param [Object] type Object to be assigned
165
+ def type=(type)
166
+ validator = EnumAttributeValidator.new('String', ['STRING', 'PICKLIST', 'MULTISELECT_PICKLIST'])
167
+ unless validator.valid?(type)
168
+ fail ArgumentError, 'invalid value for "type", must be one of #{validator.allowable_values}.'
169
+ end
170
+ @type = type
171
+ end
172
+
173
+ # Custom attribute writer method checking allowed values (enum).
174
+ # @param [Object] source Object to be assigned
175
+ def source=(source)
176
+ validator = EnumAttributeValidator.new('String', ['USER', 'SYSTEM'])
177
+ unless validator.valid?(source)
178
+ fail ArgumentError, 'invalid value for "source", must be one of #{validator.allowable_values}.'
179
+ end
180
+ @source = source
181
+ end
182
+
183
+ # Checks equality by comparing each attribute.
184
+ # @param [Object] Object to be compared
185
+ def ==(o)
186
+ return true if self.equal?(o)
187
+ self.class == o.class &&
188
+ type == o.type &&
189
+ name == o.name &&
190
+ label == o.label &&
191
+ value == o.value &&
192
+ selections == o.selections &&
193
+ options == o.options &&
194
+ required == o.required &&
195
+ source == o.source &&
196
+ default_value == o.default_value
197
+ end
198
+
199
+ # @see the `==` method
200
+ # @param [Object] Object to be compared
201
+ def eql?(o)
202
+ self == o
203
+ end
204
+
205
+ # Calculates hash code according to all attributes.
206
+ # @return [Fixnum] Hash code
207
+ def hash
208
+ [type, name, label, value, selections, options, required, source, default_value].hash
209
+ end
210
+
211
+ # Builds the object from hash
212
+ # @param [Hash] attributes Model attributes in the form of hash
213
+ # @return [Object] Returns the model itself
214
+ def build_from_hash(attributes)
215
+ return nil unless attributes.is_a?(Hash)
216
+ self.class.swagger_types.each_pair do |key, type|
217
+ if type =~ /\AArray<(.*)>/i
218
+ # check to ensure the input is an array given that the attribute
219
+ # is documented as an array but the input is not
220
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
221
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
222
+ end
223
+ elsif !attributes[self.class.attribute_map[key]].nil?
224
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
225
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
226
+ end
227
+
228
+ self
229
+ end
230
+
231
+ # Deserializes the data based on type
232
+ # @param string type Data type
233
+ # @param string value Value to be deserialized
234
+ # @return [Object] Deserialized data
235
+ def _deserialize(type, value)
236
+ case type.to_sym
237
+ when :DateTime
238
+ DateTime.parse(value)
239
+ when :Date
240
+ Date.parse(value)
241
+ when :String
242
+ value.to_s
243
+ when :Integer
244
+ value.to_i
245
+ when :Float
246
+ value.to_f
247
+ when :BOOLEAN
248
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
249
+ true
250
+ else
251
+ false
252
+ end
253
+ when :Object
254
+ # generic object (usually a Hash), return directly
255
+ value
256
+ when /\AArray<(?<inner_type>.+)>\z/
257
+ inner_type = Regexp.last_match[:inner_type]
258
+ value.map { |v| _deserialize(inner_type, v) }
259
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
260
+ k_type = Regexp.last_match[:k_type]
261
+ v_type = Regexp.last_match[:v_type]
262
+ {}.tap do |hash|
263
+ value.each do |k, v|
264
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
265
+ end
266
+ end
267
+ else # model
268
+ temp_model = SubskribeDevClient.const_get(type).new
269
+ temp_model.build_from_hash(value)
270
+ end
271
+ end
272
+
273
+ # Returns the string representation of the object
274
+ # @return [String] String presentation of the object
275
+ def to_s
276
+ to_hash.to_s
277
+ end
278
+
279
+ # to_body is an alias to to_hash (backward compatibility)
280
+ # @return [Hash] Returns the object in the form of hash
281
+ def to_body
282
+ to_hash
283
+ end
284
+
285
+ # Returns the object in the form of hash
286
+ # @return [Hash] Returns the object in the form of hash
287
+ def to_hash
288
+ hash = {}
289
+ self.class.attribute_map.each_pair do |attr, param|
290
+ value = self.send(attr)
291
+ next if value.nil?
292
+ hash[param] = _to_hash(value)
293
+ end
294
+ hash
295
+ end
296
+
297
+ # Outputs non-array value in the form of hash
298
+ # For object, use to_hash. Otherwise, just return the value
299
+ # @param [Object] value Any valid value
300
+ # @return [Hash] Returns the value in the form of hash
301
+ def _to_hash(value)
302
+ if value.is_a?(Array)
303
+ value.compact.map { |v| _to_hash(v) }
304
+ elsif value.is_a?(Hash)
305
+ {}.tap do |hash|
306
+ value.each { |k, v| hash[k] = _to_hash(v) }
307
+ end
308
+ elsif value.respond_to? :to_hash
309
+ value.to_hash
310
+ else
311
+ value
312
+ end
313
+ end
314
+
315
+ end
316
+ end
@@ -0,0 +1,355 @@
1
+ =begin
2
+ #Subskribe API
3
+
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
+
6
+ OpenAPI spec version: 1.0.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.41
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module SubskribeDevClient
16
+ class DataImport
17
+ attr_accessor :import_id
18
+
19
+ attr_accessor :entity_ids
20
+
21
+ attr_accessor :file_name
22
+
23
+ attr_accessor :file_type
24
+
25
+ attr_accessor :file_size_bytes
26
+
27
+ attr_accessor :row_count
28
+
29
+ attr_accessor :imported_by
30
+
31
+ attr_accessor :imported_on
32
+
33
+ attr_accessor :domain
34
+
35
+ attr_accessor :operation
36
+
37
+ attr_accessor :status
38
+
39
+ attr_accessor :completed_on
40
+
41
+ class EnumAttributeValidator
42
+ attr_reader :datatype
43
+ attr_reader :allowable_values
44
+
45
+ def initialize(datatype, allowable_values)
46
+ @allowable_values = allowable_values.map do |value|
47
+ case datatype.to_s
48
+ when /Integer/i
49
+ value.to_i
50
+ when /Float/i
51
+ value.to_f
52
+ else
53
+ value
54
+ end
55
+ end
56
+ end
57
+
58
+ def valid?(value)
59
+ !value || allowable_values.include?(value)
60
+ end
61
+ end
62
+
63
+ # Attribute mapping from ruby-style variable name to JSON key.
64
+ def self.attribute_map
65
+ {
66
+ :'import_id' => :'importId',
67
+ :'entity_ids' => :'entityIds',
68
+ :'file_name' => :'fileName',
69
+ :'file_type' => :'fileType',
70
+ :'file_size_bytes' => :'fileSizeBytes',
71
+ :'row_count' => :'rowCount',
72
+ :'imported_by' => :'importedBy',
73
+ :'imported_on' => :'importedOn',
74
+ :'domain' => :'domain',
75
+ :'operation' => :'operation',
76
+ :'status' => :'status',
77
+ :'completed_on' => :'completedOn'
78
+ }
79
+ end
80
+
81
+ # Attribute type mapping.
82
+ def self.swagger_types
83
+ {
84
+ :'import_id' => :'String',
85
+ :'entity_ids' => :'Array<String>',
86
+ :'file_name' => :'String',
87
+ :'file_type' => :'String',
88
+ :'file_size_bytes' => :'Integer',
89
+ :'row_count' => :'Integer',
90
+ :'imported_by' => :'String',
91
+ :'imported_on' => :'Integer',
92
+ :'domain' => :'String',
93
+ :'operation' => :'String',
94
+ :'status' => :'String',
95
+ :'completed_on' => :'Integer'
96
+ }
97
+ end
98
+
99
+ # Initializes the object
100
+ # @param [Hash] attributes Model attributes in the form of hash
101
+ def initialize(attributes = {})
102
+ return unless attributes.is_a?(Hash)
103
+
104
+ # convert string to symbol for hash key
105
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
106
+
107
+ if attributes.has_key?(:'importId')
108
+ self.import_id = attributes[:'importId']
109
+ end
110
+
111
+ if attributes.has_key?(:'entityIds')
112
+ if (value = attributes[:'entityIds']).is_a?(Array)
113
+ self.entity_ids = value
114
+ end
115
+ end
116
+
117
+ if attributes.has_key?(:'fileName')
118
+ self.file_name = attributes[:'fileName']
119
+ end
120
+
121
+ if attributes.has_key?(:'fileType')
122
+ self.file_type = attributes[:'fileType']
123
+ end
124
+
125
+ if attributes.has_key?(:'fileSizeBytes')
126
+ self.file_size_bytes = attributes[:'fileSizeBytes']
127
+ end
128
+
129
+ if attributes.has_key?(:'rowCount')
130
+ self.row_count = attributes[:'rowCount']
131
+ end
132
+
133
+ if attributes.has_key?(:'importedBy')
134
+ self.imported_by = attributes[:'importedBy']
135
+ end
136
+
137
+ if attributes.has_key?(:'importedOn')
138
+ self.imported_on = attributes[:'importedOn']
139
+ end
140
+
141
+ if attributes.has_key?(:'domain')
142
+ self.domain = attributes[:'domain']
143
+ end
144
+
145
+ if attributes.has_key?(:'operation')
146
+ self.operation = attributes[:'operation']
147
+ end
148
+
149
+ if attributes.has_key?(:'status')
150
+ self.status = attributes[:'status']
151
+ end
152
+
153
+ if attributes.has_key?(:'completedOn')
154
+ self.completed_on = attributes[:'completedOn']
155
+ end
156
+ end
157
+
158
+ # Show invalid properties with the reasons. Usually used together with valid?
159
+ # @return Array for valid properties with the reasons
160
+ def list_invalid_properties
161
+ invalid_properties = Array.new
162
+ invalid_properties
163
+ end
164
+
165
+ # Check to see if the all the properties in the model are valid
166
+ # @return true if the model is valid
167
+ def valid?
168
+ file_type_validator = EnumAttributeValidator.new('String', ['CSV'])
169
+ return false unless file_type_validator.valid?(@file_type)
170
+ domain_validator = EnumAttributeValidator.new('String', ['CATALOG', 'ACCOUNT', 'ORDER', 'USAGE', 'BULK_ACCOUNT_UPDATE', 'BULK_ORDER_UPDATE', 'BULK_SUBSCRIPTION_UPDATE', 'BULK_PRODUCT_UPDATE', 'BULK_PLAN_UPDATE'])
171
+ return false unless domain_validator.valid?(@domain)
172
+ operation_validator = EnumAttributeValidator.new('String', ['CREATE', 'UPDATE'])
173
+ return false unless operation_validator.valid?(@operation)
174
+ status_validator = EnumAttributeValidator.new('String', ['VALIDATED', 'PROCESSING', 'SUCCESSFUL', 'FAILED', 'PARTIALLY_SUCCESSFUL'])
175
+ return false unless status_validator.valid?(@status)
176
+ true
177
+ end
178
+
179
+ # Custom attribute writer method checking allowed values (enum).
180
+ # @param [Object] file_type Object to be assigned
181
+ def file_type=(file_type)
182
+ validator = EnumAttributeValidator.new('String', ['CSV'])
183
+ unless validator.valid?(file_type)
184
+ fail ArgumentError, 'invalid value for "file_type", must be one of #{validator.allowable_values}.'
185
+ end
186
+ @file_type = file_type
187
+ end
188
+
189
+ # Custom attribute writer method checking allowed values (enum).
190
+ # @param [Object] domain Object to be assigned
191
+ def domain=(domain)
192
+ validator = EnumAttributeValidator.new('String', ['CATALOG', 'ACCOUNT', 'ORDER', 'USAGE', 'BULK_ACCOUNT_UPDATE', 'BULK_ORDER_UPDATE', 'BULK_SUBSCRIPTION_UPDATE', 'BULK_PRODUCT_UPDATE', 'BULK_PLAN_UPDATE'])
193
+ unless validator.valid?(domain)
194
+ fail ArgumentError, 'invalid value for "domain", must be one of #{validator.allowable_values}.'
195
+ end
196
+ @domain = domain
197
+ end
198
+
199
+ # Custom attribute writer method checking allowed values (enum).
200
+ # @param [Object] operation Object to be assigned
201
+ def operation=(operation)
202
+ validator = EnumAttributeValidator.new('String', ['CREATE', 'UPDATE'])
203
+ unless validator.valid?(operation)
204
+ fail ArgumentError, 'invalid value for "operation", must be one of #{validator.allowable_values}.'
205
+ end
206
+ @operation = operation
207
+ end
208
+
209
+ # Custom attribute writer method checking allowed values (enum).
210
+ # @param [Object] status Object to be assigned
211
+ def status=(status)
212
+ validator = EnumAttributeValidator.new('String', ['VALIDATED', 'PROCESSING', 'SUCCESSFUL', 'FAILED', 'PARTIALLY_SUCCESSFUL'])
213
+ unless validator.valid?(status)
214
+ fail ArgumentError, 'invalid value for "status", must be one of #{validator.allowable_values}.'
215
+ end
216
+ @status = status
217
+ end
218
+
219
+ # Checks equality by comparing each attribute.
220
+ # @param [Object] Object to be compared
221
+ def ==(o)
222
+ return true if self.equal?(o)
223
+ self.class == o.class &&
224
+ import_id == o.import_id &&
225
+ entity_ids == o.entity_ids &&
226
+ file_name == o.file_name &&
227
+ file_type == o.file_type &&
228
+ file_size_bytes == o.file_size_bytes &&
229
+ row_count == o.row_count &&
230
+ imported_by == o.imported_by &&
231
+ imported_on == o.imported_on &&
232
+ domain == o.domain &&
233
+ operation == o.operation &&
234
+ status == o.status &&
235
+ completed_on == o.completed_on
236
+ end
237
+
238
+ # @see the `==` method
239
+ # @param [Object] Object to be compared
240
+ def eql?(o)
241
+ self == o
242
+ end
243
+
244
+ # Calculates hash code according to all attributes.
245
+ # @return [Fixnum] Hash code
246
+ def hash
247
+ [import_id, entity_ids, file_name, file_type, file_size_bytes, row_count, imported_by, imported_on, domain, operation, status, completed_on].hash
248
+ end
249
+
250
+ # Builds the object from hash
251
+ # @param [Hash] attributes Model attributes in the form of hash
252
+ # @return [Object] Returns the model itself
253
+ def build_from_hash(attributes)
254
+ return nil unless attributes.is_a?(Hash)
255
+ self.class.swagger_types.each_pair do |key, type|
256
+ if type =~ /\AArray<(.*)>/i
257
+ # check to ensure the input is an array given that the attribute
258
+ # is documented as an array but the input is not
259
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
260
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
261
+ end
262
+ elsif !attributes[self.class.attribute_map[key]].nil?
263
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
264
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
265
+ end
266
+
267
+ self
268
+ end
269
+
270
+ # Deserializes the data based on type
271
+ # @param string type Data type
272
+ # @param string value Value to be deserialized
273
+ # @return [Object] Deserialized data
274
+ def _deserialize(type, value)
275
+ case type.to_sym
276
+ when :DateTime
277
+ DateTime.parse(value)
278
+ when :Date
279
+ Date.parse(value)
280
+ when :String
281
+ value.to_s
282
+ when :Integer
283
+ value.to_i
284
+ when :Float
285
+ value.to_f
286
+ when :BOOLEAN
287
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
288
+ true
289
+ else
290
+ false
291
+ end
292
+ when :Object
293
+ # generic object (usually a Hash), return directly
294
+ value
295
+ when /\AArray<(?<inner_type>.+)>\z/
296
+ inner_type = Regexp.last_match[:inner_type]
297
+ value.map { |v| _deserialize(inner_type, v) }
298
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
299
+ k_type = Regexp.last_match[:k_type]
300
+ v_type = Regexp.last_match[:v_type]
301
+ {}.tap do |hash|
302
+ value.each do |k, v|
303
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
304
+ end
305
+ end
306
+ else # model
307
+ temp_model = SubskribeDevClient.const_get(type).new
308
+ temp_model.build_from_hash(value)
309
+ end
310
+ end
311
+
312
+ # Returns the string representation of the object
313
+ # @return [String] String presentation of the object
314
+ def to_s
315
+ to_hash.to_s
316
+ end
317
+
318
+ # to_body is an alias to to_hash (backward compatibility)
319
+ # @return [Hash] Returns the object in the form of hash
320
+ def to_body
321
+ to_hash
322
+ end
323
+
324
+ # Returns the object in the form of hash
325
+ # @return [Hash] Returns the object in the form of hash
326
+ def to_hash
327
+ hash = {}
328
+ self.class.attribute_map.each_pair do |attr, param|
329
+ value = self.send(attr)
330
+ next if value.nil?
331
+ hash[param] = _to_hash(value)
332
+ end
333
+ hash
334
+ end
335
+
336
+ # Outputs non-array value in the form of hash
337
+ # For object, use to_hash. Otherwise, just return the value
338
+ # @param [Object] value Any valid value
339
+ # @return [Hash] Returns the value in the form of hash
340
+ def _to_hash(value)
341
+ if value.is_a?(Array)
342
+ value.compact.map { |v| _to_hash(v) }
343
+ elsif value.is_a?(Hash)
344
+ {}.tap do |hash|
345
+ value.each { |k, v| hash[k] = _to_hash(v) }
346
+ end
347
+ elsif value.respond_to? :to_hash
348
+ value.to_hash
349
+ else
350
+ value
351
+ end
352
+ end
353
+
354
+ end
355
+ end