You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Enum value added on request `attribute`: `contentBlock` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}`
20
+
- Enum value added on response `attribute`: `contentBlock` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more
21
+
22
+
### Other
23
+
24
+
- response-property-min-decreased (20x) — e.g. the `items/oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` respons
25
+
- request-property-min-decreased (7x) — e.g. the `oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` request prope
- Enum value added on request `attribute`: `contentBlock` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}`
20
+
- Enum value added on response `attribute`: `contentBlock` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more
21
+
22
+
### Other
23
+
24
+
- response-property-min-decreased (20x) — e.g. the `items/oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` respons
25
+
- request-property-min-decreased (7x) — e.g. the `oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` request prope
description: Cancelled all applicable pending cashier payout requests.
27958
+
description: Canceled all applicable pending cashier payout requests.
27959
27959
content:
27960
27960
application/json:
27961
27961
schema:
@@ -32822,6 +32822,7 @@ components:
32822
32822
description: |-
32823
32823
Attribute of the Keycloak user profile.
32824
32824
This value determines which user attribute the field maps to.
32825
+
Use the `contentBlock` attribute for static text in the registration form that requires no user input.
32825
32826
enum:
32826
32827
- username
32827
32828
- firstName
@@ -32842,6 +32843,7 @@ components:
32842
32843
- marketingOptIn
32843
32844
- termsAccepted
32844
32845
- passwordStep
32846
+
- contentBlock
32845
32847
example: email
32846
32848
displayName:
32847
32849
type: string
@@ -32887,14 +32889,18 @@ components:
32887
32889
type:
32888
32890
- integer
32889
32891
- 'null'
32890
-
description: Minimum length of the field value.
32892
+
description: |-
32893
+
Minimum length of the field value.
32894
+
Not applicable when the `attribute` value is `dateOfBirth` or `contentBlock`.
32891
32895
minimum: 0
32892
32896
example: 1
32893
32897
maxLength:
32894
32898
type:
32895
32899
- integer
32896
32900
- 'null'
32897
-
description: Maximum length of the field value.
32901
+
description: |-
32902
+
Maximum length of the field value.
32903
+
Not applicable when the `attribute` value is `dateOfBirth` or `contentBlock`.
32898
32904
minimum: 1
32899
32905
example: 255
32900
32906
helpText:
@@ -32904,6 +32910,44 @@ components:
32904
32910
description: Help text displayed to the user for the field.
32905
32911
maxLength: 500
32906
32912
example: Enter your email address
32913
+
minimumAge:
32914
+
type:
32915
+
- integer
32916
+
- 'null'
32917
+
description: |-
32918
+
Minimum age in years for the registrant, calculated from their date of birth.
32919
+
This field is only applicable when the `attribute` value is `dateOfBirth`.
32920
+
minimum: 1
32921
+
maximum: 100
32922
+
example: 19
32923
+
inputType:
32924
+
type:
32925
+
- string
32926
+
- 'null'
32927
+
description: Type of input control for the field in the registration form.
32928
+
enum:
32929
+
- text
32930
+
- select
32931
+
- checkbox
32932
+
- date
32933
+
- null
32934
+
example: text
32935
+
placeholder:
32936
+
type:
32937
+
- string
32938
+
- 'null'
32939
+
description: Placeholder text displayed in the input field before the user enters a value.
32940
+
maxLength: 255
32941
+
example: Enter your email address
32942
+
contentBlock:
32943
+
type:
32944
+
- string
32945
+
- 'null'
32946
+
description: |-
32947
+
Static informational text in the registration form.
32948
+
This field is only applicable when the `attribute` value is `contentBlock`.
32949
+
maxLength: 2048
32950
+
example: For problem gaming assistance call 1-111-111-1111.
32907
32951
order:
32908
32952
type: integer
32909
32953
description: Display order of the field within a registration step.
@@ -47706,6 +47750,13 @@ components:
47706
47750
notes:
47707
47751
description: Notes for the customer displayed on the order invoice.
47708
47752
type: string
47753
+
canceledTime:
47754
+
description: Date and time when a subscription is canceled.
47755
+
type:
47756
+
- string
47757
+
- 'null'
47758
+
format: date-time
47759
+
readOnly: true
47709
47760
canceledBy:
47710
47761
description: Specifies who initiated the cancellation.
47711
47762
type:
@@ -48623,7 +48674,7 @@ components:
48623
48674
pendingPeriodHours:
48624
48675
type: integer
48625
48676
description: Number of hours a payout request stays pending before the automatic readiness job can set it to ready.
48626
-
minimum: 1
48677
+
minimum: 0
48627
48678
maximum: 8760
48628
48679
default: 48
48629
48680
logoId:
@@ -48938,7 +48989,7 @@ components:
48938
48989
format: date-time
48939
48990
readOnly: true
48940
48991
cancellationTime:
48941
-
description: Date and time when a order is cancelled.
48992
+
description: Date and time when an order is canceled.
48942
48993
type:
48943
48994
- string
48944
48995
- 'null'
@@ -49935,7 +49986,7 @@ components:
49935
49986
revoked: Revokes a subscription cancellation.
49936
49987
canceledTime:
49937
49988
description: |-
49938
-
Date and time when a subscription is cancelled.
49989
+
Date and time when a subscription is canceled.
49939
49990
By default, this occurs when `status` is `confirmed`, unless `draft` is specified.
49940
49991
type:
49941
49992
- string
@@ -61682,6 +61733,11 @@ components:
61682
61733
description: NuaPay API key for reconciliation.
61683
61734
format: password
61684
61735
writeOnly: true
61736
+
isxSiinSecret:
61737
+
type: string
61738
+
description: Secret for checksum verification for SEPA Instant Instant Notification (SIIN).
61739
+
format: password
61740
+
writeOnly: true
61685
61741
nuaPayAccountId:
61686
61742
type: string
61687
61743
description: NuaPay account ID for reconciliation.
@@ -70531,7 +70587,7 @@ components:
70531
70587
retentionRatio:
70532
70588
type: number
70533
70589
format: double
70534
-
description: Ratio percentage of active, non-cancelled, subscriptions in the retention period versus all subscriptions created in the aggregation period.
70590
+
description: Ratio percentage of active, non-canceled subscriptions in the retention period versus all subscriptions created in the aggregation period.
70535
70591
canceledSubscriptionsCount:
70536
70592
type: integer
70537
70593
description: Number of canceled subscriptions within the specified retention period.
@@ -71284,7 +71340,7 @@ components:
71284
71340
- amount
71285
71341
properties:
71286
71342
amount:
71287
-
description: Pending payout request amount to be cancelled.
71343
+
description: Pending payout request amount to be canceled.
0 commit comments