Skip to content

Commit

Permalink
DocWorks for billing-tax-calculation - 5 changes detected
Browse files Browse the repository at this point in the history
changes:
Service billing-tax-calculation message Context member currency has changed doc
Service billing-tax-calculation message Context member identity has changed doc
Service billing-tax-calculation message Context member languages has changed doc
Service billing-tax-calculation message Identity member anonymousVisitorId has changed doc
Service billing-tax-calculation message Identity member memberId has changed doc
  • Loading branch information
christopherbWIX committed Jul 29, 2024
1 parent 0f08f55 commit 7c55be0
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions billing-tax-calculation/billing-tax-calculation.service.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@
{ "customLabels":
[ { "id": "maturity-beta" } ] } },
{ "name": "getConfig",
"labels":
[ "changed" ],
"labels": [],
"nameParams": [],
"params": [],
"ret":
Expand Down Expand Up @@ -224,22 +223,23 @@
"members":
[ { "name": "currency",
"type": "string",
"doc": "[ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) 3-letter currency code representing the currency used in the request sent from Wix. The response is expected to be returned in the same currency." },
"doc": "[ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) 3-letter currency code representing the currency used in the request sent from Wix. The response should be returned in the same currency." },
{ "name": "identity",
"type": "billing-tax-calculation.Identity",
"doc": "An object that describes the identity that triggered this request" },
"doc": "The identity that describes the identity that triggered this request." },
{ "name": "languages",
"type":
{ "name": "Array",
"typeParams":
[ "string" ] },
"doc": "An array of strings with language information about the request. Generally this array will contain only one string representing the language in which the request is sent from Wix. The response is expected to be returned in the same language in concatenated [ISO 639-1: 2 Alpha language-code](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) and [ISO 3166-1: 2 Alpha country-code](https://en.wikipedia.org/wiki/ISO_3166-1) format, such as \"en-US\"." },
"doc": "An array of languages in which the response should be returned. Languages are strings in concatenated [ISO 639-1: 2 Alpha language-code](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) and [ISO 3166-1: 2 Alpha country-code](https://en.wikipedia.org/wiki/ISO_3166-1) format, such as \"en-US\"." },
{ "name": "requestId",
"type": "string",
"doc": "A unique identifier of the request. You may print this ID to your logs to help with future debugging and easier correlation with Wix's logs." } ],
"extra":
{ },
"labels": [] },
"labels":
[ "changed" ] },
{ "name": "Identity",
"locations":
[ { "lineno": 58,
Expand All @@ -255,11 +255,11 @@
"doc": "Type of identity that triggered the request. Possible values are:\n+ `UNKNOWN`\n+ `ANONYMOUS_VISITOR`\n+ `MEMBER`\n+ `WIX_USER`\n+ `APP`" },
{ "name": "anonymousVisitorId",
"type": "string",
"doc": "ID of a site visitor that has not logged in to the site. Only provided if `identityType` is `ANONYMOUS_VISITOR`.",
"doc": "ID of a site visitor who has not logged in to the site. Only provided if `identityType` is `ANONYMOUS_VISITOR`.",
"optional": true },
{ "name": "memberId",
"type": "string",
"doc": "ID of a site visitor that has logged in to the site. Only provided if `identityType` is `MEMBER`.",
"doc": "ID of a site visitor who has logged in to the site. Only provided if `identityType` is `MEMBER`.",
"optional": true },
{ "name": "wixUserId",
"type": "string",
Expand All @@ -277,7 +277,8 @@
"memberId",
"wixUserId",
"appId" ] } ] },
"labels": [] },
"labels":
[ "changed" ] },
{ "name": "LineItem",
"locations":
[ { "lineno": 140,
Expand Down

0 comments on commit 7c55be0

Please sign in to comment.