orb-billing 1.26.0 → 1.27.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.
@@ -39,7 +39,7 @@ export class Customers extends APIResource {
39
39
  * This endpoint can be used to update the `payment_provider`,
40
40
  * `payment_provider_id`, `name`, `email`, `email_delivery`, `tax_id`,
41
41
  * `auto_collection`, `metadata`, `shipping_address`, `billing_address`, and
42
- * `additional_emails` of an existing customer. "Other fields on a customer are
42
+ * `additional_emails` of an existing customer. Other fields on a customer are
43
43
  * currently immutable.
44
44
  */
45
45
  update(
@@ -1030,13 +1030,6 @@ export interface CustomerUpdateParams {
1030
1030
 
1031
1031
  email_delivery?: boolean | null;
1032
1032
 
1033
- /**
1034
- * An optional user-defined ID for this customer resource, used throughout the
1035
- * system as an alias for this Customer. Use this field to identify a customer by
1036
- * an existing identifier in your system.
1037
- */
1038
- external_customer_id?: string | null;
1039
-
1040
1033
  /**
1041
1034
  * User-specified key value pairs, often useful for referencing internal resources
1042
1035
  * or IDs. Returned as-is in the customer resource.
@@ -1452,13 +1445,6 @@ export interface CustomerUpdateByExternalIDParams {
1452
1445
 
1453
1446
  email_delivery?: boolean | null;
1454
1447
 
1455
- /**
1456
- * An optional user-defined ID for this customer resource, used throughout the
1457
- * system as an alias for this Customer. Use this field to identify a customer by
1458
- * an existing identifier in your system.
1459
- */
1460
- external_customer_id?: string | null;
1461
-
1462
1448
  /**
1463
1449
  * User-specified key value pairs, often useful for referencing internal resources
1464
1450
  * or IDs. Returned as-is in the customer resource.