Skip to content

Commit f1e65e3

Browse files
authored
Merge pull request #98 from DataSQRL/bump-sqrl-0.9.0
Bump SQRL version to 0.9.0
2 parents 03eb53b + 6fa2b48 commit f1e65e3

File tree

9 files changed

+49
-40
lines changed

9 files changed

+49
-40
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
env:
1313
TZ: 'America/Los_Angeles'
14-
SQRL_VERSION: '0.9.0-alpha2'
14+
SQRL_VERSION: '0.9.0'
1515

1616
jobs:
1717
build:

finance-credit-card-chatbot/credit-card-analytics/snapshots-jwt/CustomerTransactionTest.snapshot

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"data" : {
33
"CustomerTransactionTest" : [ {
4+
"transactionId" : 8571358,
5+
"cardNo" : "6771897352274545",
6+
"time" : "2024-06-05T06:42:05.106Z",
7+
"amount" : 48.73,
8+
"merchantName" : "Hayes Group",
9+
"category" : "Restaurants & Dining",
10+
"customerId" : 2
11+
}, {
412
"transactionId" : 8571374,
513
"cardNo" : "6771894392571071",
614
"time" : "2024-06-05T06:40:55.077Z",
@@ -32,14 +40,6 @@
3240
"merchantName" : "Howe and Sons",
3341
"category" : "Housing & Utilities",
3442
"customerId" : 6
35-
}, {
36-
"transactionId" : 8571373,
37-
"cardNo" : "6771894392571071",
38-
"time" : "2024-06-05T05:38:52.502Z",
39-
"amount" : 195.89,
40-
"merchantName" : "Paucek, Pfeffer and Nolan",
41-
"category" : "Clothing & Apparel",
42-
"customerId" : 9
4343
} ]
4444
}
4545
}

finance-credit-card-chatbot/credit-card-rewards/snapshots/CustomerRewardsTest.snapshot

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
"data" : {
33
"CustomerRewardsTest" : [ {
4+
"transactionId" : 8571358,
5+
"customerId" : 2,
6+
"cardNo" : "6771897352274545",
7+
"cardType" : "travel",
8+
"time" : "2024-06-05T06:42:05.106Z",
9+
"amount" : 48.73,
10+
"reward" : 7.3095,
11+
"merchantName" : "Hayes Group"
12+
}, {
413
"transactionId" : 8571374,
514
"customerId" : 9,
615
"cardNo" : "6771894392571071",
@@ -36,15 +45,6 @@
3645
"amount" : 165.07,
3746
"reward" : 33.014,
3847
"merchantName" : "VonRueden, Donnelly and Gleason"
39-
}, {
40-
"transactionId" : 8571377,
41-
"customerId" : 9,
42-
"cardNo" : "6771894392571071",
43-
"cardType" : "travel",
44-
"time" : "2024-06-04T22:17:51.860Z",
45-
"amount" : 221.26,
46-
"reward" : 22.126,
47-
"merchantName" : "Wolff Inc"
4848
} ]
4949
}
5050
}

healthcare-study/healthcare-study-analytics/snapshots/ObservationAggregateSummaryTest.snapshot

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,43 @@
33
"ObservationAggregateSummaryTest" : [ {
44
"groupId" : 1,
55
"metadataId" : 1,
6-
"num" : 5
6+
"num" : 6
77
}, {
88
"groupId" : 1,
99
"metadataId" : 2,
10-
"num" : 5
10+
"num" : 6
1111
}, {
1212
"groupId" : 1,
1313
"metadataId" : 3,
14-
"num" : 5
14+
"num" : 6
1515
}, {
1616
"groupId" : 1,
1717
"metadataId" : 5,
18-
"num" : 5
18+
"num" : 6
1919
}, {
2020
"groupId" : 1,
2121
"metadataId" : 9,
22-
"num" : 5
22+
"num" : 6
2323
}, {
2424
"groupId" : 1,
2525
"metadataId" : 12,
26-
"num" : 5
26+
"num" : 6
2727
}, {
2828
"groupId" : 1,
2929
"metadataId" : 17,
30-
"num" : 5
30+
"num" : 6
3131
}, {
3232
"groupId" : 1,
3333
"metadataId" : 20,
34-
"num" : 5
34+
"num" : 6
3535
}, {
3636
"groupId" : 2,
3737
"metadataId" : 1,
38-
"num" : 5
38+
"num" : 6
3939
}, {
4040
"groupId" : 2,
4141
"metadataId" : 2,
42-
"num" : 5
42+
"num" : 6
4343
} ]
4444
}
4545
}

healthcare-study/healthcare-study-analytics/snapshots/ObservationAggregateTest.snapshot

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,52 +2,52 @@
22
"data" : {
33
"ObservationAggregateTest" : [ {
44
"groupId" : 1,
5-
"timeHour" : "2024-09-16T04:59:59.999Z",
5+
"timeHour" : "2024-09-16T05:59:59.999Z",
66
"metadataId" : 1,
77
"num" : 1
88
}, {
99
"groupId" : 1,
10-
"timeHour" : "2024-09-16T04:59:59.999Z",
10+
"timeHour" : "2024-09-16T05:59:59.999Z",
1111
"metadataId" : 2,
1212
"num" : 1
1313
}, {
1414
"groupId" : 1,
15-
"timeHour" : "2024-09-16T04:59:59.999Z",
15+
"timeHour" : "2024-09-16T05:59:59.999Z",
1616
"metadataId" : 3,
1717
"num" : 1
1818
}, {
1919
"groupId" : 1,
20-
"timeHour" : "2024-09-16T04:59:59.999Z",
20+
"timeHour" : "2024-09-16T05:59:59.999Z",
2121
"metadataId" : 5,
2222
"num" : 1
2323
}, {
2424
"groupId" : 1,
25-
"timeHour" : "2024-09-16T04:59:59.999Z",
25+
"timeHour" : "2024-09-16T05:59:59.999Z",
2626
"metadataId" : 9,
2727
"num" : 1
2828
}, {
2929
"groupId" : 1,
30-
"timeHour" : "2024-09-16T04:59:59.999Z",
30+
"timeHour" : "2024-09-16T05:59:59.999Z",
3131
"metadataId" : 12,
3232
"num" : 1
3333
}, {
3434
"groupId" : 1,
35-
"timeHour" : "2024-09-16T04:59:59.999Z",
35+
"timeHour" : "2024-09-16T05:59:59.999Z",
3636
"metadataId" : 17,
3737
"num" : 1
3838
}, {
3939
"groupId" : 1,
40-
"timeHour" : "2024-09-16T04:59:59.999Z",
40+
"timeHour" : "2024-09-16T05:59:59.999Z",
4141
"metadataId" : 20,
4242
"num" : 1
4343
}, {
4444
"groupId" : 1,
45-
"timeHour" : "2024-09-16T03:59:59.999Z",
45+
"timeHour" : "2024-09-16T04:59:59.999Z",
4646
"metadataId" : 1,
4747
"num" : 1
4848
}, {
4949
"groupId" : 1,
50-
"timeHour" : "2024-09-16T03:59:59.999Z",
50+
"timeHour" : "2024-09-16T04:59:59.999Z",
5151
"metadataId" : 2,
5252
"num" : 1
5353
} ]

healthcare-study/healthcare-study-api/snapshots/PatientMetricsHourlyTest.snapshot

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"data" : {
33
"PatientMetricsHourlyTest" : [ {
4+
"timeHour" : "2024-09-16T12:59:59.999Z",
5+
"name" : "Arm numbness (paresthesias) Marker",
6+
"avgMetric" : 65.28825626
7+
}, {
48
"timeHour" : "2024-09-16T11:59:59.999Z",
59
"name" : "Arm numbness (paresthesias) Marker",
610
"avgMetric" : 66.10060308

healthcare-study/healthcare-study-api/snapshots/patientsAndMetrics.snapshot

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"dateOfBirth" : "1984-10-02",
77
"diagnosis" : "Down syndrome",
88
"metrics" : [ {
9+
"timeHour" : "2024-09-16T12:59:59.999Z",
10+
"metadataId" : 3,
11+
"name" : "Arm numbness (paresthesias) Marker",
12+
"avgMetric" : 65.28825626
13+
}, {
914
"timeHour" : "2024-09-16T11:59:59.999Z",
1015
"metadataId" : 3,
1116
"name" : "Arm numbness (paresthesias) Marker",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data" : {
33
"Above70Test" : [ {
4-
"above70metric" : 5343
4+
"above70metric" : 5356
55
} ]
66
}
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data" : {
33
"TotalTest" : [ {
4-
"total_num" : 21540
4+
"total_num" : 21600
55
} ]
66
}
77
}

0 commit comments

Comments
 (0)