rsl-api-106 106.165.3 → 106.179.2

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.
@@ -49,6 +49,9 @@ exports.serviceOutput = `
49
49
  id,
50
50
  firstName,
51
51
  lastName,
52
+ civility {
53
+ ${civility_1.civilityOutput}
54
+ }
52
55
  birthDate,
53
56
  relationship,
54
57
  relationshipObject {
@@ -419,6 +419,7 @@ export type CreateCustomerAccountInput = {
419
419
  cartItemID?: InputMaybe<Scalars["Int"]>;
420
420
  civility?: InputMaybe<Scalars["String"]>;
421
421
  criterias?: InputMaybe<Array<InputMaybe<CriteriaValueInput>>>;
422
+ customerCode?: InputMaybe<Scalars["String"]>;
422
423
  firstName: Scalars["String"];
423
424
  languageCode?: InputMaybe<Scalars["String"]>;
424
425
  lastName: Scalars["String"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsl-api-106",
3
- "version": "106.165.3",
3
+ "version": "106.179.2",
4
4
  "description": "TypeScript NPM Module for Resalys's GraphQL API (106)",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {