@or-sdk/ccp 2.0.1-beta.3380.0 → 2.0.1-beta.3381.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.
@@ -41,7 +41,7 @@ export type MappedVendor = {
41
41
  vendorKeys?: string[];
42
42
  };
43
43
  export type ExtendedCustomer = {
44
- aNCustomerId?: string;
44
+ anCustomerId?: string;
45
45
  approverIds?: string[];
46
46
  billable?: boolean;
47
47
  billingAddress?: CustomerBillingAddress;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/ccp",
3
- "version": "2.0.1-beta.3380.0",
3
+ "version": "2.0.1-beta.3381.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -53,7 +53,7 @@ export type MappedVendor = {
53
53
 
54
54
  // TODO: Extend from base customers
55
55
  export type ExtendedCustomer = {
56
- aNCustomerId?: string;
56
+ anCustomerId?: string;
57
57
  approverIds?: string[];
58
58
  billable?: boolean;
59
59
  billingAddress?: CustomerBillingAddress;