@ogcio/building-blocks-sdk 0.2.21 → 0.2.23

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.
@@ -3816,6 +3816,12 @@
3816
3816
  }
3817
3817
  ]
3818
3818
  },
3819
+ "tags": {
3820
+ "type": "array",
3821
+ "items": {
3822
+ "type": "string"
3823
+ }
3824
+ },
3819
3825
  "createdAt": {
3820
3826
  "type": "string"
3821
3827
  },
@@ -3828,6 +3834,7 @@
3828
3834
  "userId",
3829
3835
  "journeyId",
3830
3836
  "status",
3837
+ "tags",
3831
3838
  "createdAt",
3832
3839
  "updatedAt"
3833
3840
  ]
@@ -4017,6 +4024,12 @@
4017
4024
  }
4018
4025
  ]
4019
4026
  },
4027
+ "tags": {
4028
+ "type": "array",
4029
+ "items": {
4030
+ "type": "string"
4031
+ }
4032
+ },
4020
4033
  "createdAt": {
4021
4034
  "type": "string"
4022
4035
  },
@@ -4156,6 +4169,7 @@
4156
4169
  "userId",
4157
4170
  "journeyId",
4158
4171
  "status",
4172
+ "tags",
4159
4173
  "createdAt",
4160
4174
  "updatedAt",
4161
4175
  "steps"
@@ -4381,6 +4395,12 @@
4381
4395
  }
4382
4396
  ]
4383
4397
  },
4398
+ "tags": {
4399
+ "type": "array",
4400
+ "items": {
4401
+ "type": "string"
4402
+ }
4403
+ },
4384
4404
  "createdAt": {
4385
4405
  "type": "string"
4386
4406
  },
@@ -4393,6 +4413,7 @@
4393
4413
  "userId",
4394
4414
  "journeyId",
4395
4415
  "status",
4416
+ "tags",
4396
4417
  "createdAt",
4397
4418
  "updatedAt"
4398
4419
  ]
@@ -4582,6 +4603,12 @@
4582
4603
  }
4583
4604
  ]
4584
4605
  },
4606
+ "tags": {
4607
+ "type": "array",
4608
+ "items": {
4609
+ "type": "string"
4610
+ }
4611
+ },
4585
4612
  "createdAt": {
4586
4613
  "type": "string"
4587
4614
  },
@@ -4727,6 +4754,7 @@
4727
4754
  "userId",
4728
4755
  "journeyId",
4729
4756
  "status",
4757
+ "tags",
4730
4758
  "createdAt",
4731
4759
  "updatedAt",
4732
4760
  "steps",
@@ -5242,6 +5270,24 @@
5242
5270
  "in": "query",
5243
5271
  "name": "from",
5244
5272
  "required": false
5273
+ },
5274
+ {
5275
+ "schema": {
5276
+ "anyOf": [
5277
+ {
5278
+ "type": "array",
5279
+ "items": {
5280
+ "type": "string"
5281
+ }
5282
+ },
5283
+ {
5284
+ "type": "string"
5285
+ }
5286
+ ]
5287
+ },
5288
+ "in": "query",
5289
+ "name": "tags",
5290
+ "required": false
5245
5291
  }
5246
5292
  ],
5247
5293
  "responses": {
@@ -5300,6 +5346,12 @@
5300
5346
  }
5301
5347
  ]
5302
5348
  },
5349
+ "tags": {
5350
+ "type": "array",
5351
+ "items": {
5352
+ "type": "string"
5353
+ }
5354
+ },
5303
5355
  "createdAt": {
5304
5356
  "type": "string"
5305
5357
  },
@@ -5332,6 +5384,7 @@
5332
5384
  "userId",
5333
5385
  "journeyId",
5334
5386
  "status",
5387
+ "tags",
5335
5388
  "createdAt",
5336
5389
  "updatedAt",
5337
5390
  "organizationId",
@@ -5489,6 +5542,273 @@
5489
5542
  }
5490
5543
  }
5491
5544
  },
5545
+ "/api/v1/executor/runs/tags": {
5546
+ "get": {
5547
+ "tags": [
5548
+ "Executor"
5549
+ ],
5550
+ "parameters": [
5551
+ {
5552
+ "schema": {
5553
+ "type": "string"
5554
+ },
5555
+ "in": "query",
5556
+ "name": "journeyId",
5557
+ "required": false
5558
+ },
5559
+ {
5560
+ "schema": {
5561
+ "anyOf": [
5562
+ {
5563
+ "type": "string",
5564
+ "enum": [
5565
+ "initiated"
5566
+ ]
5567
+ },
5568
+ {
5569
+ "type": "string",
5570
+ "enum": [
5571
+ "submitted"
5572
+ ]
5573
+ },
5574
+ {
5575
+ "type": "string",
5576
+ "enum": [
5577
+ "processing"
5578
+ ]
5579
+ },
5580
+ {
5581
+ "type": "string",
5582
+ "enum": [
5583
+ "completed"
5584
+ ]
5585
+ },
5586
+ {
5587
+ "type": "string",
5588
+ "enum": [
5589
+ "cancelled"
5590
+ ]
5591
+ }
5592
+ ]
5593
+ },
5594
+ "in": "query",
5595
+ "name": "status",
5596
+ "required": false
5597
+ },
5598
+ {
5599
+ "schema": {
5600
+ "type": "string"
5601
+ },
5602
+ "in": "query",
5603
+ "name": "search",
5604
+ "required": false
5605
+ },
5606
+ {
5607
+ "schema": {
5608
+ "type": "string"
5609
+ },
5610
+ "in": "query",
5611
+ "name": "to",
5612
+ "required": false
5613
+ },
5614
+ {
5615
+ "schema": {
5616
+ "type": "string"
5617
+ },
5618
+ "in": "query",
5619
+ "name": "from",
5620
+ "required": false
5621
+ },
5622
+ {
5623
+ "schema": {
5624
+ "anyOf": [
5625
+ {
5626
+ "type": "array",
5627
+ "items": {
5628
+ "type": "string"
5629
+ }
5630
+ },
5631
+ {
5632
+ "type": "string"
5633
+ }
5634
+ ]
5635
+ },
5636
+ "in": "query",
5637
+ "name": "tags",
5638
+ "required": false
5639
+ }
5640
+ ],
5641
+ "responses": {
5642
+ "200": {
5643
+ "description": "Default Response",
5644
+ "content": {
5645
+ "application/json": {
5646
+ "schema": {
5647
+ "type": "object",
5648
+ "properties": {
5649
+ "data": {
5650
+ "type": "object",
5651
+ "properties": {
5652
+ "tags": {
5653
+ "type": "array",
5654
+ "items": {
5655
+ "type": "string"
5656
+ }
5657
+ }
5658
+ },
5659
+ "required": [
5660
+ "tags"
5661
+ ]
5662
+ },
5663
+ "metadata": {
5664
+ "type": "object",
5665
+ "properties": {
5666
+ "links": {
5667
+ "type": "object",
5668
+ "properties": {
5669
+ "self": {
5670
+ "type": "object",
5671
+ "properties": {
5672
+ "href": {
5673
+ "type": "string"
5674
+ }
5675
+ }
5676
+ },
5677
+ "next": {
5678
+ "type": "object",
5679
+ "properties": {
5680
+ "href": {
5681
+ "type": "string"
5682
+ }
5683
+ }
5684
+ },
5685
+ "prev": {
5686
+ "type": "object",
5687
+ "properties": {
5688
+ "href": {
5689
+ "type": "string"
5690
+ }
5691
+ }
5692
+ },
5693
+ "first": {
5694
+ "type": "object",
5695
+ "properties": {
5696
+ "href": {
5697
+ "type": "string"
5698
+ }
5699
+ }
5700
+ },
5701
+ "last": {
5702
+ "type": "object",
5703
+ "properties": {
5704
+ "href": {
5705
+ "type": "string"
5706
+ }
5707
+ }
5708
+ },
5709
+ "pages": {
5710
+ "type": "object",
5711
+ "additionalProperties": {
5712
+ "type": "object",
5713
+ "properties": {
5714
+ "href": {
5715
+ "type": "string"
5716
+ }
5717
+ }
5718
+ }
5719
+ }
5720
+ },
5721
+ "required": [
5722
+ "self",
5723
+ "first",
5724
+ "last",
5725
+ "pages"
5726
+ ]
5727
+ },
5728
+ "totalCount": {
5729
+ "type": "number"
5730
+ }
5731
+ }
5732
+ }
5733
+ },
5734
+ "required": [
5735
+ "data"
5736
+ ]
5737
+ }
5738
+ }
5739
+ }
5740
+ },
5741
+ "401": {
5742
+ "description": "Default Response",
5743
+ "content": {
5744
+ "application/json": {
5745
+ "schema": {
5746
+ "type": "object",
5747
+ "properties": {
5748
+ "code": {
5749
+ "type": "string"
5750
+ },
5751
+ "detail": {
5752
+ "type": "string"
5753
+ },
5754
+ "requestId": {
5755
+ "type": "string"
5756
+ },
5757
+ "name": {
5758
+ "type": "string"
5759
+ },
5760
+ "validation": {},
5761
+ "validationContext": {
5762
+ "type": "string"
5763
+ }
5764
+ },
5765
+ "required": [
5766
+ "code",
5767
+ "detail",
5768
+ "requestId",
5769
+ "name"
5770
+ ]
5771
+ }
5772
+ }
5773
+ }
5774
+ },
5775
+ "404": {
5776
+ "description": "Default Response",
5777
+ "content": {
5778
+ "application/json": {
5779
+ "schema": {
5780
+ "type": "object",
5781
+ "properties": {
5782
+ "code": {
5783
+ "type": "string"
5784
+ },
5785
+ "detail": {
5786
+ "type": "string"
5787
+ },
5788
+ "requestId": {
5789
+ "type": "string"
5790
+ },
5791
+ "name": {
5792
+ "type": "string"
5793
+ },
5794
+ "validation": {},
5795
+ "validationContext": {
5796
+ "type": "string"
5797
+ }
5798
+ },
5799
+ "required": [
5800
+ "code",
5801
+ "detail",
5802
+ "requestId",
5803
+ "name"
5804
+ ]
5805
+ }
5806
+ }
5807
+ }
5808
+ }
5809
+ }
5810
+ }
5811
+ },
5492
5812
  "/api/v1/executor/run": {
5493
5813
  "post": {
5494
5814
  "tags": [
@@ -1485,6 +1485,7 @@ export interface paths {
1485
1485
  userId: string;
1486
1486
  journeyId: string;
1487
1487
  status: "initiated" | "submitted" | "processing" | "completed" | "cancelled";
1488
+ tags: string[];
1488
1489
  createdAt: string;
1489
1490
  updatedAt: string;
1490
1491
  }[];
@@ -1572,6 +1573,7 @@ export interface paths {
1572
1573
  userId: string;
1573
1574
  journeyId: string;
1574
1575
  status: "initiated" | "submitted" | "processing" | "completed" | "cancelled";
1576
+ tags: string[];
1575
1577
  createdAt: string;
1576
1578
  updatedAt: string;
1577
1579
  steps: {
@@ -1690,6 +1692,7 @@ export interface paths {
1690
1692
  userId: string;
1691
1693
  journeyId: string;
1692
1694
  status: "initiated" | "submitted" | "processing" | "completed" | "cancelled";
1695
+ tags: string[];
1693
1696
  createdAt: string;
1694
1697
  updatedAt: string;
1695
1698
  }[];
@@ -1777,6 +1780,7 @@ export interface paths {
1777
1780
  userId: string;
1778
1781
  journeyId: string;
1779
1782
  status: "initiated" | "submitted" | "processing" | "completed" | "cancelled";
1783
+ tags: string[];
1780
1784
  createdAt: string;
1781
1785
  updatedAt: string;
1782
1786
  steps: {
@@ -1972,6 +1976,7 @@ export interface paths {
1972
1976
  search?: string;
1973
1977
  to?: string;
1974
1978
  from?: string;
1979
+ tags?: string[] | string;
1975
1980
  };
1976
1981
  header?: never;
1977
1982
  path?: never;
@@ -1991,6 +1996,7 @@ export interface paths {
1991
1996
  userId: string;
1992
1997
  journeyId: string;
1993
1998
  status: "initiated" | "submitted" | "processing" | "completed" | "cancelled";
1999
+ tags: string[];
1994
2000
  createdAt: string;
1995
2001
  updatedAt: string;
1996
2002
  organizationId: string;
@@ -2070,6 +2076,109 @@ export interface paths {
2070
2076
  patch?: never;
2071
2077
  trace?: never;
2072
2078
  };
2079
+ "/api/v1/executor/runs/tags": {
2080
+ parameters: {
2081
+ query?: never;
2082
+ header?: never;
2083
+ path?: never;
2084
+ cookie?: never;
2085
+ };
2086
+ get: {
2087
+ parameters: {
2088
+ query?: {
2089
+ journeyId?: string;
2090
+ status?: "initiated" | "submitted" | "processing" | "completed" | "cancelled";
2091
+ search?: string;
2092
+ to?: string;
2093
+ from?: string;
2094
+ tags?: string[] | string;
2095
+ };
2096
+ header?: never;
2097
+ path?: never;
2098
+ cookie?: never;
2099
+ };
2100
+ requestBody?: never;
2101
+ responses: {
2102
+ /** @description Default Response */
2103
+ 200: {
2104
+ headers: {
2105
+ [name: string]: unknown;
2106
+ };
2107
+ content: {
2108
+ "application/json": {
2109
+ data: {
2110
+ tags: string[];
2111
+ };
2112
+ metadata?: {
2113
+ links?: {
2114
+ self: {
2115
+ href?: string;
2116
+ };
2117
+ next?: {
2118
+ href?: string;
2119
+ };
2120
+ prev?: {
2121
+ href?: string;
2122
+ };
2123
+ first: {
2124
+ href?: string;
2125
+ };
2126
+ last: {
2127
+ href?: string;
2128
+ };
2129
+ pages: {
2130
+ [key: string]: {
2131
+ href?: string;
2132
+ };
2133
+ };
2134
+ };
2135
+ totalCount?: number;
2136
+ };
2137
+ };
2138
+ };
2139
+ };
2140
+ /** @description Default Response */
2141
+ 401: {
2142
+ headers: {
2143
+ [name: string]: unknown;
2144
+ };
2145
+ content: {
2146
+ "application/json": {
2147
+ code: string;
2148
+ detail: string;
2149
+ requestId: string;
2150
+ name: string;
2151
+ validation?: unknown;
2152
+ validationContext?: string;
2153
+ };
2154
+ };
2155
+ };
2156
+ /** @description Default Response */
2157
+ 404: {
2158
+ headers: {
2159
+ [name: string]: unknown;
2160
+ };
2161
+ content: {
2162
+ "application/json": {
2163
+ code: string;
2164
+ detail: string;
2165
+ requestId: string;
2166
+ name: string;
2167
+ validation?: unknown;
2168
+ validationContext?: string;
2169
+ };
2170
+ };
2171
+ };
2172
+ };
2173
+ };
2174
+ put?: never;
2175
+ post?: never;
2176
+ delete?: never;
2177
+ options?: never;
2178
+ head?: never;
2179
+ patch?: never;
2180
+ trace?: never;
2181
+ };
2073
2182
  "/api/v1/executor/run": {
2074
2183
  parameters: {
2075
2184
  query?: never;
@@ -2424,6 +2424,30 @@
2424
2424
  "firstName",
2425
2425
  "lastName"
2426
2426
  ]
2427
+ },
2428
+ "linkedProfiles": {
2429
+ "description": "Linked profiles that have the current profile as primary profile",
2430
+ "type": "array",
2431
+ "items": {
2432
+ "type": "object",
2433
+ "properties": {
2434
+ "id": {
2435
+ "type": "string"
2436
+ },
2437
+ "email": {
2438
+ "format": "email",
2439
+ "type": "string"
2440
+ },
2441
+ "publicName": {
2442
+ "type": "string"
2443
+ }
2444
+ },
2445
+ "required": [
2446
+ "id",
2447
+ "email",
2448
+ "publicName"
2449
+ ]
2450
+ }
2427
2451
  }
2428
2452
  },
2429
2453
  "required": [
@@ -1127,6 +1127,13 @@ export interface operations {
1127
1127
  */
1128
1128
  preferredLanguage: "en" | "ga";
1129
1129
  };
1130
+ /** @description Linked profiles that have the current profile as primary profile */
1131
+ linkedProfiles?: {
1132
+ id: string;
1133
+ /** Format: email */
1134
+ email: string;
1135
+ publicName: string;
1136
+ }[];
1130
1137
  };
1131
1138
  metadata?: {
1132
1139
  /** @description Object containing the links to the related endpoints */