@pax2pay/client 0.3.74 → 0.3.76

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.
@@ -8,6 +8,6 @@ export interface CardTypeProfileRequest {
8
8
  copyFrom?: string;
9
9
  addCardTypes?: CardTypeSpecification[];
10
10
  removeCardTypes?: CardTypeSpecification[];
11
- organisatons?: string[];
11
+ organisations?: string[];
12
12
  createDefault?: boolean;
13
13
  }
@@ -1,10 +1,10 @@
1
1
  export interface SearchRolesetsRequest {
2
2
  name?: string;
3
3
  description?: string;
4
- includeDefaults: "INCLUDE" | "EXCLUDE" | "ONLY";
4
+ includeDefaults?: "INCLUDE" | "EXCLUDE" | "ONLY";
5
5
  containsRoles?: string[];
6
6
  doesNotContainRoles?: string[];
7
- includeInternal: "INCLUDE" | "EXCLUDE" | "ONLY";
8
- includeShared: "INCLUDE" | "EXCLUDE" | "ONLY";
7
+ includeInternal?: "INCLUDE" | "EXCLUDE" | "ONLY";
8
+ includeShared?: "INCLUDE" | "EXCLUDE" | "ONLY";
9
9
  appliesTo?: "USER" | "API_KEY";
10
10
  }
@@ -9,6 +9,6 @@ export interface CardTypeProfileRequest {
9
9
  copyFrom?: string
10
10
  addCardTypes?: CardTypeSpecification[]
11
11
  removeCardTypes?: CardTypeSpecification[]
12
- organisatons?: string[]
12
+ organisations?: string[]
13
13
  createDefault?: boolean
14
14
  }
@@ -1,10 +1,10 @@
1
1
  export interface SearchRolesetsRequest {
2
2
  name?: string
3
3
  description?: string
4
- includeDefaults: "INCLUDE" | "EXCLUDE" | "ONLY"
4
+ includeDefaults?: "INCLUDE" | "EXCLUDE" | "ONLY"
5
5
  containsRoles?: string[]
6
6
  doesNotContainRoles?: string[]
7
- includeInternal: "INCLUDE" | "EXCLUDE" | "ONLY"
8
- includeShared: "INCLUDE" | "EXCLUDE" | "ONLY"
7
+ includeInternal?: "INCLUDE" | "EXCLUDE" | "ONLY"
8
+ includeShared?: "INCLUDE" | "EXCLUDE" | "ONLY"
9
9
  appliesTo?: "USER" | "API_KEY"
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/client",
3
- "version": "0.3.74",
3
+ "version": "0.3.76",
4
4
  "description": "Client library for the Pax2Pay API",
5
5
  "author": "Pax2Pay Ltd.",
6
6
  "license": "MIT",