@axinom/mosaic-messages 0.11.0-rc.7 → 0.11.0

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.11.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-messages@0.10.0&targetVersion=GT@axinom/mosaic-messages@0.11.0) (2022-03-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * publish payment provider events ([be5c766](https://dev.azure.com/axinom/CMS/_git/Navy/commit/be5c766e1e880569e047f994b34eead7111db7eb))
12
+ * updated id-service to use built-in Google IDP ([3ad142b](https://dev.azure.com/axinom/CMS/_git/Navy/commit/3ad142b3fe227a7fb904e710ac9c7d285b01d32c))
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * :goal_net: introduce schema validations to sub-domain length ([24fe5ed](https://dev.azure.com/axinom/CMS/_git/Navy/commit/24fe5edb07d166e5d4b0302b8427afe87c9739b0))
18
+ * query names fixed from plural to singular for monetization service events ([a878722](https://dev.azure.com/axinom/CMS/_git/Navy/commit/a878722a81ad65e33795a0beea2e5ff9d98e5bd2)), closes [#34357](https://dev.azure.com/axinom/CMS/_workitems/edit/34357)
19
+
20
+
21
+
6
22
  ## [0.10.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-messages@0.9.0&targetVersion=GT@axinom/mosaic-messages@0.10.0) (2022-02-21)
7
23
 
8
24
 
@@ -48,6 +48,8 @@
48
48
  "properties": {
49
49
  "portal_sub_domain": {
50
50
  "type": "string",
51
+ "minLength": 3,
52
+ "maxLength": 63,
51
53
  "description": "Portal sub domain"
52
54
  }
53
55
  }
@@ -39,6 +39,8 @@ export declare const ExecuteAsyncWrapperStepStartCommandSchema: {
39
39
  properties: {
40
40
  portal_sub_domain: {
41
41
  type: string;
42
+ minLength: number;
43
+ maxLength: number;
42
44
  description: string;
43
45
  };
44
46
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/admin/commands/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/admin/commands/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsC,CAAC"}
@@ -48,6 +48,8 @@
48
48
  "properties": {
49
49
  "portal_sub_domain": {
50
50
  "type": "string",
51
+ "minLength": 3,
52
+ "maxLength": 63,
51
53
  "description": "Portal sub domain"
52
54
  }
53
55
  }
@@ -39,6 +39,8 @@ export declare const EnvironmentCreatedEventSchema: {
39
39
  properties: {
40
40
  portal_sub_domain: {
41
41
  type: string;
42
+ minLength: number;
43
+ maxLength: number;
42
44
  description: string;
43
45
  };
44
46
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/admin/events/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC;AACrE,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAqC,CAAC;AAC3F,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/admin/events/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC;AACrE,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAqC,CAAC;AAC3F,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAC"}
@@ -61,6 +61,8 @@ export declare const PortalServiceEnableStartCommandSchema: {
61
61
  properties: {
62
62
  portal_sub_domain: {
63
63
  type: string;
64
+ minLength: number;
65
+ maxLength: number;
64
66
  description: string;
65
67
  };
66
68
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/portal-service/commands/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAC;AACvF,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/portal-service/commands/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAC;AACvF,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC"}
@@ -44,7 +44,9 @@
44
44
  "properties": {
45
45
  "portal_sub_domain": {
46
46
  "type": "string",
47
- "description": "Portal Sub Domain"
47
+ "minLength": 3,
48
+ "maxLength": 63,
49
+ "description": "Portal sub domain"
48
50
  }
49
51
  }
50
52
  }
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export interface PortalServiceConfig {
5
5
  /**
6
- * Portal Sub Domain
6
+ * Portal sub domain
7
7
  */
8
8
  portal_sub_domain: string;
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-messages",
3
- "version": "0.11.0-rc.7",
3
+ "version": "0.11.0",
4
4
  "description": "Shared types for Axinom Mosaic service messages",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -27,8 +27,8 @@
27
27
  "dev": "concurrently --names \"codegen,tsc\" \"yarn codegen:watch\" \"yarn build:compile:watch\""
28
28
  },
29
29
  "devDependencies": {
30
- "@axinom/mosaic-cli": "^0.8.0-rc.3",
31
- "@axinom/mosaic-message-bus-abstractions": "^0.2.2-rc.7",
30
+ "@axinom/mosaic-cli": "^0.8.0",
31
+ "@axinom/mosaic-message-bus-abstractions": "^0.2.2",
32
32
  "@types/glob": "^7.1.3",
33
33
  "concurrently": "^5.3.0",
34
34
  "rimraf": "^3.0.2",
@@ -40,5 +40,5 @@
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "872c037c0db4b41cc199228c6b117266be787199"
43
+ "gitHead": "2f3085cfbf61f629644f119e67b08e400fb14350"
44
44
  }