Skip to content

Commit 1176feb

Browse files
committed
Update for v2.7.1
1 parent 3c1c718 commit 1176feb

File tree

88 files changed

+1148
-471
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+1148
-471
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ only use JavaScript, or if you use TypeScript but only import the client classes
1010
then your usage **will not change**. You will likely only need to make changes if
1111
you import the type definitions directly.
1212

13+
### v2.7.1
14+
15+
#### Documentation
16+
17+
Sample data has been updated to use inclusive language.
18+
1319
### v2.7.0
1420

1521
#### New APIs

apis/customer/customers/.metadata.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

apis/customer/customers/Examples/address-get.raml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
#%RAML 1.0 NamedExample
22
value:
33
{
4-
"address1": "700 Monsters University Cir.",
4+
"address1": "123 Trailblazer Ave.",
55
"address2": "",
66
"addressId": "HomeAddress",
7-
"city": "Grand Junction",
7+
"city": "San Francisco",
88
"companyName": "",
99
"countryCode": "US",
10-
"firstName": "Mike",
11-
"fullName": "Mike Wazowski",
10+
"firstName": "Wei",
11+
"fullName": "Wei Leung",
1212
"jobTitle": "",
13-
"lastName": "Wazowski",
13+
"lastName": "Leung",
1414
"phone": "",
1515
"postalCode": "",
1616
"postBox": "",
17-
"salutation": "Mr.",
17+
"salutation": "Ms.",
1818
"secondName": "",
19-
"state_code": "CO",
19+
"state_code": "CA",
2020
"suffix": "",
2121
"suite": "",
2222
"title": ""

apis/customer/customers/Examples/addresses-body.raml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
value:
33
{
44
"addressId": "2",
5-
"address1": "",
6-
"postalCode": "33122",
7-
"lastName": "RR",
5+
"address1": "123 Trailblazer Ave.",
6+
"postalCode": "94105",
7+
"lastName": "Leung",
88
"title": "",
99
"salutation": "Ms",
10-
"companyName": "RICH Fiels Co",
11-
"secondName": "richi",
12-
"phone": "123-456-7890",
10+
"companyName": "Ursa Major Solar",
11+
"secondName": "",
12+
"phone": "415-555-1212",
1313
"countryCode": "US",
14-
"city": "ATLANTA",
14+
"city": "San Francisco",
1515
"address2": "",
16-
"firstName": "gwedolyn",
17-
"jobTitle": "Actor",
18-
"stateCode": "GA"
16+
"firstName": "Wei",
17+
"jobTitle": "",
18+
"stateCode": "CA"
1919
}
2020

apis/customer/customers/Examples/addresses-get.raml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ value:
55
"data": [
66
{
77
"addressId": "1",
8-
"city": "ATLANTA",
9-
"companyName": "RICH Fiels Corporation",
8+
"city": "San Francisco",
9+
"companyName": "Ursa Major Solar",
1010
"countryCode": "US",
1111
"creationDate": "2019-09-23T16:14:07.000Z",
1212
"etag": "d288bfd83f75b23640b4bbab2b0d3f65a5c5e934dab818f2246b7c1aed5672f8",
13-
"firstName": "gwedolyn",
14-
"fullName": "gwedolyn richi RR",
15-
"jobTitle": "Actor",
13+
"firstName": "Wei",
14+
"fullName": "Leung",
15+
"jobTitle": "",
1616
"lastModified": "2019-09-23T16:23:19.000Z",
17-
"lastName": "RR",
18-
"phone": "123-456-7890",
19-
"postalCode": "33124",
17+
"lastName": "Leung",
18+
"phone": "415-555-1212",
19+
"postalCode": "94105",
2020
"salutation": "Ms",
21-
"secondName": "richi",
22-
"stateCode": "GA"
21+
"secondName": "",
22+
"stateCode": "CA"
2323
}
2424
],
2525
"offset": 0,

apis/customer/customers/Examples/addresses-post.raml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
value:
33
{
44
"addressId": "3",
5-
"city": "ATLANTA",
6-
"companyName": "RICH Fiels Co",
5+
"city": "San Francisco",
6+
"companyName": "Ursa Major Solar",
77
"countryCode": "US",
88
"creationDate": "2019-09-23T20:49:38.370Z",
99
"etag": "8772fd1c59fed8313a6c1ad260544c116dc0af4bc13941957173244edba47d31",
10-
"firstName": "gwedolyn",
11-
"fullName": "gwedolyn richi RR",
12-
"jobTitle": "Actor",
10+
"firstName": "Wei",
11+
"fullName": "Wei Leung",
12+
"jobTitle": "",
1313
"lastModified": "2019-09-23T20:49:38.372Z",
14-
"lastName": "RR",
15-
"phone": "123-456-7890",
16-
"postalCode": "33122",
14+
"lastName": "Leung",
15+
"phone": "415-555-1212",
16+
"postalCode": "94105",
1717
"salutation": "Ms",
18-
"secondName": "richi",
19-
"stateCode": "GA"
18+
"secondName": "",
19+
"stateCode": "CA"
2020
}

apis/customer/customers/Examples/customerSearchBody.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ value:
88
"fields": [
99
"credentials.login"
1010
],
11-
"searchPhrase": "GwennyStrah3661"
11+
"searchPhrase": "wleung"
1212
}
1313
}
1414
}

apis/customer/customers/Examples/customerSearchResult.raml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ value:
66
{
77
"data": {
88
"customerNo": "00004501",
9-
"lastName": "richi"
9+
"lastName": "Leung"
1010
},
1111
"relevance": 4.075775146484375
1212
}
@@ -16,7 +16,7 @@ value:
1616
"fields": [
1717
"credentials.login"
1818
],
19-
"searchPhrase": "GwennyStrah3661"
19+
"searchPhrase": "wleung"
2020
}
2121
},
2222
"offset": 0,

apis/customer/customers/Examples/post-customer-body.raml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
value:
33
{
44
"credentials": {
5-
"enabled": true,
6-
"locked": false,
7-
"login": "BrinyPusey2585",
8-
"passwordQuestion": ""
5+
"enabled": true,
6+
"locked": false,
7+
"login": "wleung",
8+
"passwordQuestion": ""
99
},
10-
"lastName": "Briny",
10+
"lastName": "Leung",
1111
"customerNo": "00005002"
1212
}
1313

apis/customer/customers/Examples/post-customers.raml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ value:
55
"credentials": {
66
"enabled": true,
77
"locked": false,
8-
"login": "BrinyPusey2585"
8+
"login": "wleung"
99
},
1010
"customerId": "adg2p1zObo8JDt3iXZCNIZBcai",
1111
"customerNo": "00005001",
1212
"lastModified": "2019-09-23T19:46:07.417Z",
13-
"lastName": "Briny"
13+
"lastName": "Leung"
1414
}
1515

0 commit comments

Comments
 (0)