@outseta/api-client 0.3.27 → 0.3.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1750,6 +1750,8 @@ var QcountConfigSettingType = {
1750
1750
  Stripe_ApplePayMerchantIdDomainAssociation: 193,
1751
1751
  Stripe_WebhookSecret: 194,
1752
1752
  Stripe_OnlySyncOutsetaCustomers: 195,
1753
+ Stripe_Checkout_RequireBillingAddress: 196,
1754
+ Stripe_Checkout_RequireConsentTermsOfService: 197,
1753
1755
  Webflow_AccessToken: 200,
1754
1756
  Webflow_SyncEnabled: 201,
1755
1757
  Webflow_SyncConfiguration: 202,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@outseta/api-client",
3
- "version": "0.3.27",
3
+ "version": "0.3.29",
4
4
  "description": "Generated API client for the Outseta REST API",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1381,13 +1381,20 @@ export type personForgotPasswordResponse200 = {
1381
1381
  data: Blob
1382
1382
  status: 200
1383
1383
  }
1384
+
1385
+ export type personForgotPasswordResponse401 = {
1386
+ data: void
1387
+ status: 401
1388
+ }
1384
1389
 
1385
1390
  export type personForgotPasswordResponseSuccess = (personForgotPasswordResponse200) & {
1386
1391
  headers: Headers;
1387
1392
  };
1388
- ;
1393
+ export type personForgotPasswordResponseError = (personForgotPasswordResponse401) & {
1394
+ headers: Headers;
1395
+ };
1389
1396
 
1390
- export type personForgotPasswordResponse = (personForgotPasswordResponseSuccess)
1397
+ export type personForgotPasswordResponse = (personForgotPasswordResponseSuccess | personForgotPasswordResponseError)
1391
1398
 
1392
1399
  export const getPersonForgotPasswordUrl = () => {
1393
1400
 
@@ -97,6 +97,8 @@ export type AccountWebhookEntityPersonAccountItemPerson = {
97
97
  /** @nullable */
98
98
  Password?: string | null;
99
99
  /** @nullable */
100
+ RecaptchaToken?: string | null;
101
+ /** @nullable */
100
102
  UserAgentPlatformBrowser?: string | null;
101
103
  HasUnsubscribed?: boolean;
102
104
  IsConnectedToDiscord?: boolean;
@@ -97,6 +97,8 @@ export type AccountWebhookEntityPrimaryContact = {
97
97
  /** @nullable */
98
98
  Password?: string | null;
99
99
  /** @nullable */
100
+ RecaptchaToken?: string | null;
101
+ /** @nullable */
100
102
  UserAgentPlatformBrowser?: string | null;
101
103
  HasUnsubscribed?: boolean;
102
104
  IsConnectedToDiscord?: boolean;
@@ -8,6 +8,8 @@ export type BillSettingsAllOf = {
8
8
  PaymentsMode?: PaymentsMode;
9
9
  BillingSystem?: BillingSystem;
10
10
  RestrictSubscriptionActions?: boolean;
11
+ StripeCheckoutRequireBillingAddress?: boolean;
12
+ StripeCheckoutRequireConsentTermsOfService?: boolean;
11
13
  /** @nullable */
12
14
  StripeTaxCode?: string | null;
13
15
  StripeTaxEnabled?: boolean;
@@ -97,6 +97,8 @@ export type DealWebhookEntityOwner = {
97
97
  /** @nullable */
98
98
  Password?: string | null;
99
99
  /** @nullable */
100
+ RecaptchaToken?: string | null;
101
+ /** @nullable */
100
102
  UserAgentPlatformBrowser?: string | null;
101
103
  HasUnsubscribed?: boolean;
102
104
  IsConnectedToDiscord?: boolean;
@@ -101,6 +101,8 @@ export type PersonAllOf = {
101
101
  /** @nullable */
102
102
  Password?: string | null;
103
103
  /** @nullable */
104
+ RecaptchaToken?: string | null;
105
+ /** @nullable */
104
106
  UserAgentPlatformBrowser?: string | null;
105
107
  HasUnsubscribed?: boolean;
106
108
  /** @nullable */
@@ -113,6 +113,8 @@ export interface PersonWebhookEntity {
113
113
  /** @nullable */
114
114
  Password?: string | null;
115
115
  /** @nullable */
116
+ RecaptchaToken?: string | null;
117
+ /** @nullable */
116
118
  UserAgentPlatformBrowser?: string | null;
117
119
  HasUnsubscribed?: boolean;
118
120
  /** @nullable */
@@ -1,7 +1,7 @@
1
1
  // @ts-nocheck
2
2
 
3
3
  /**
4
- * `100` - Slack, `102` - MagicLinkApiKey, `103` - MagicLinkApiKeySecret, `104` - OAuth_HideCreateAccountLink, `105` - Chat_IsOffline, `106` - HostedPageCustomCode, `107` - RegistrationConfirmationEmailDelaySeconds, `108` - AccountCancellationReasons, `110` - WebhookSignatureKey, `111` - HostedProfileBackLink, `112` - AccountCancellationReasonRequired, `114` - Email_OutsetaBrandingDisabled, `119` - Email_BlacklistedInboundEmails, `121` - PasswordPolicy, `123` - CRM_FieldSortingEnabled, `124` - CRM_RegistrationCallbackLocations, `125` - KnowledgeBaseVersion, `126` - Support_SpamThreshold, `127` - Email_RestrictedPhrases, `128` - KnowledgeBaseLanguage, `130` - Billing_System, `131` - Billing_RestrictSubscriptionActions, `140` - TwoFactorAuthenticationEnabled, `142` - ForceTwoFactorAuthentication, `190` - Stripe_TaxEnabled, `192` - Stripe_TaxIdTypes, `193` - Stripe_ApplePayMerchantIdDomainAssociation, `194` - Stripe_WebhookSecret, `195` - Stripe_OnlySyncOutsetaCustomers, `200` - Webflow_AccessToken, `201` - Webflow_SyncEnabled, `202` - Webflow_SyncConfiguration, `203` - Webflow_ApiVersion, `550` - CopyQcount_AddOnMap, `551` - CopyQcount_AccountMap, `552` - CopyQcount_DiscountCouponMap, `553` - CopyQcount_InvoiceMap, `554` - CopyQcount_PersonMap, `555` - CopyQcount_PlanMap, `556` - CopyQcount_PlanFamilyMap, `557` - CopyQcount_SubscriptionMap, `558` - CopyQcount_TransactionMap, `570` - StripeMigration_LastAccountId, `571` - StripeMigration_LastInvoiceId, `572` - StripeMigration_LastExpiredSubscriptionId, `573` - StripeMigration_LastPostExportSubscriptionId, `574` - StripeMigration_LastUsageId, `575` - StripeMigration_SubscriptionExportDate, `576` - StripeMigration_SubscriptionExportIds, `577` - StripeMigration_SubscriptionAddOnExportIds, `578` - StripeMigration_SubscriptionCutoverDate, `579` - StripeMigration_LastPreCutoverExportSubscriptionId
4
+ * `100` - Slack, `102` - MagicLinkApiKey, `103` - MagicLinkApiKeySecret, `104` - OAuth_HideCreateAccountLink, `105` - Chat_IsOffline, `106` - HostedPageCustomCode, `107` - RegistrationConfirmationEmailDelaySeconds, `108` - AccountCancellationReasons, `110` - WebhookSignatureKey, `111` - HostedProfileBackLink, `112` - AccountCancellationReasonRequired, `114` - Email_OutsetaBrandingDisabled, `119` - Email_BlacklistedInboundEmails, `121` - PasswordPolicy, `123` - CRM_FieldSortingEnabled, `124` - CRM_RegistrationCallbackLocations, `125` - KnowledgeBaseVersion, `126` - Support_SpamThreshold, `127` - Email_RestrictedPhrases, `128` - KnowledgeBaseLanguage, `130` - Billing_System, `131` - Billing_RestrictSubscriptionActions, `140` - TwoFactorAuthenticationEnabled, `142` - ForceTwoFactorAuthentication, `190` - Stripe_TaxEnabled, `192` - Stripe_TaxIdTypes, `193` - Stripe_ApplePayMerchantIdDomainAssociation, `194` - Stripe_WebhookSecret, `195` - Stripe_OnlySyncOutsetaCustomers, `196` - Stripe_Checkout_RequireBillingAddress, `197` - Stripe_Checkout_RequireConsentTermsOfService, `200` - Webflow_AccessToken, `201` - Webflow_SyncEnabled, `202` - Webflow_SyncConfiguration, `203` - Webflow_ApiVersion, `550` - CopyQcount_AddOnMap, `551` - CopyQcount_AccountMap, `552` - CopyQcount_DiscountCouponMap, `553` - CopyQcount_InvoiceMap, `554` - CopyQcount_PersonMap, `555` - CopyQcount_PlanMap, `556` - CopyQcount_PlanFamilyMap, `557` - CopyQcount_SubscriptionMap, `558` - CopyQcount_TransactionMap, `570` - StripeMigration_LastAccountId, `571` - StripeMigration_LastInvoiceId, `572` - StripeMigration_LastExpiredSubscriptionId, `573` - StripeMigration_LastPostExportSubscriptionId, `574` - StripeMigration_LastUsageId, `575` - StripeMigration_SubscriptionExportDate, `576` - StripeMigration_SubscriptionExportIds, `577` - StripeMigration_SubscriptionAddOnExportIds, `578` - StripeMigration_SubscriptionCutoverDate, `579` - StripeMigration_LastPreCutoverExportSubscriptionId
5
5
  */
6
6
  export type QcountConfigSettingType = typeof QcountConfigSettingType[keyof typeof QcountConfigSettingType];
7
7
 
@@ -37,6 +37,8 @@ export const QcountConfigSettingType = {
37
37
  Stripe_ApplePayMerchantIdDomainAssociation: 193,
38
38
  Stripe_WebhookSecret: 194,
39
39
  Stripe_OnlySyncOutsetaCustomers: 195,
40
+ Stripe_Checkout_RequireBillingAddress: 196,
41
+ Stripe_Checkout_RequireConsentTermsOfService: 197,
40
42
  Webflow_AccessToken: 200,
41
43
  Webflow_SyncEnabled: 201,
42
44
  Webflow_SyncConfiguration: 202,
@@ -14,6 +14,7 @@ export type SendGridDomainAuthenticationAllOf = {
14
14
  SendGridSubuser?: string | null;
15
15
  IsValid?: boolean;
16
16
  IsBrandedLinksDisabled?: boolean;
17
+ IsBrandedLinksValid?: boolean;
17
18
  IsLinkTrackingDnsValid?: boolean;
18
19
  /**
19
20
  * @maxLength 100