@happyvertical/smrt-commerce 0.43.8 → 0.43.10
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/dist/index.js +1 -1
- package/dist/manifest.json +372 -10
- package/dist/smrt-knowledge.json +239 -14
- package/package.json +7 -7
package/dist/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"version": "1.0.0",
|
|
3
3
|
"timestamp": 0,
|
|
4
4
|
"packageName": "@happyvertical/smrt-commerce",
|
|
5
|
-
"packageVersion": "0.43.
|
|
5
|
+
"packageVersion": "0.43.10",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-commerce:ContractCollection": {
|
|
8
8
|
"name": "contractcollection",
|
|
@@ -2692,6 +2692,20 @@
|
|
|
2692
2692
|
"isStatic": false,
|
|
2693
2693
|
"isPublic": true
|
|
2694
2694
|
},
|
|
2695
|
+
"withTransaction": {
|
|
2696
|
+
"name": "withTransaction",
|
|
2697
|
+
"async": true,
|
|
2698
|
+
"parameters": [
|
|
2699
|
+
{
|
|
2700
|
+
"name": "operation",
|
|
2701
|
+
"type": "Function",
|
|
2702
|
+
"optional": false
|
|
2703
|
+
}
|
|
2704
|
+
],
|
|
2705
|
+
"returnType": "Promise<T>",
|
|
2706
|
+
"isStatic": false,
|
|
2707
|
+
"isPublic": true
|
|
2708
|
+
},
|
|
2695
2709
|
"initialize": {
|
|
2696
2710
|
"name": "initialize",
|
|
2697
2711
|
"async": true,
|
|
@@ -2792,6 +2806,20 @@
|
|
|
2792
2806
|
"isStatic": false,
|
|
2793
2807
|
"isPublic": true
|
|
2794
2808
|
},
|
|
2809
|
+
"claimRevision": {
|
|
2810
|
+
"name": "claimRevision",
|
|
2811
|
+
"async": true,
|
|
2812
|
+
"parameters": [
|
|
2813
|
+
{
|
|
2814
|
+
"name": "expectedUpdatedAt",
|
|
2815
|
+
"type": "Date | string",
|
|
2816
|
+
"optional": false
|
|
2817
|
+
}
|
|
2818
|
+
],
|
|
2819
|
+
"returnType": "Promise",
|
|
2820
|
+
"isStatic": false,
|
|
2821
|
+
"isPublic": true
|
|
2822
|
+
},
|
|
2795
2823
|
"classifyConstraintError": {
|
|
2796
2824
|
"name": "classifyConstraintError",
|
|
2797
2825
|
"async": false,
|
|
@@ -3550,6 +3578,20 @@
|
|
|
3550
3578
|
"isStatic": false,
|
|
3551
3579
|
"isPublic": true
|
|
3552
3580
|
},
|
|
3581
|
+
"withTransaction": {
|
|
3582
|
+
"name": "withTransaction",
|
|
3583
|
+
"async": true,
|
|
3584
|
+
"parameters": [
|
|
3585
|
+
{
|
|
3586
|
+
"name": "operation",
|
|
3587
|
+
"type": "Function",
|
|
3588
|
+
"optional": false
|
|
3589
|
+
}
|
|
3590
|
+
],
|
|
3591
|
+
"returnType": "Promise<T>",
|
|
3592
|
+
"isStatic": false,
|
|
3593
|
+
"isPublic": true
|
|
3594
|
+
},
|
|
3553
3595
|
"initialize": {
|
|
3554
3596
|
"name": "initialize",
|
|
3555
3597
|
"async": true,
|
|
@@ -3645,11 +3687,31 @@
|
|
|
3645
3687
|
"save": {
|
|
3646
3688
|
"name": "save",
|
|
3647
3689
|
"async": true,
|
|
3648
|
-
"parameters": [
|
|
3690
|
+
"parameters": [
|
|
3691
|
+
{
|
|
3692
|
+
"name": "options",
|
|
3693
|
+
"type": "SmrtSaveOptions",
|
|
3694
|
+
"optional": true
|
|
3695
|
+
}
|
|
3696
|
+
],
|
|
3649
3697
|
"returnType": "any",
|
|
3650
3698
|
"isStatic": false,
|
|
3651
3699
|
"isPublic": true
|
|
3652
3700
|
},
|
|
3701
|
+
"claimRevision": {
|
|
3702
|
+
"name": "claimRevision",
|
|
3703
|
+
"async": true,
|
|
3704
|
+
"parameters": [
|
|
3705
|
+
{
|
|
3706
|
+
"name": "expectedUpdatedAt",
|
|
3707
|
+
"type": "Date | string",
|
|
3708
|
+
"optional": false
|
|
3709
|
+
}
|
|
3710
|
+
],
|
|
3711
|
+
"returnType": "Promise",
|
|
3712
|
+
"isStatic": false,
|
|
3713
|
+
"isPublic": true
|
|
3714
|
+
},
|
|
3653
3715
|
"classifyConstraintError": {
|
|
3654
3716
|
"name": "classifyConstraintError",
|
|
3655
3717
|
"async": false,
|
|
@@ -4388,6 +4450,20 @@
|
|
|
4388
4450
|
"isStatic": false,
|
|
4389
4451
|
"isPublic": true
|
|
4390
4452
|
},
|
|
4453
|
+
"withTransaction": {
|
|
4454
|
+
"name": "withTransaction",
|
|
4455
|
+
"async": true,
|
|
4456
|
+
"parameters": [
|
|
4457
|
+
{
|
|
4458
|
+
"name": "operation",
|
|
4459
|
+
"type": "Function",
|
|
4460
|
+
"optional": false
|
|
4461
|
+
}
|
|
4462
|
+
],
|
|
4463
|
+
"returnType": "Promise<T>",
|
|
4464
|
+
"isStatic": false,
|
|
4465
|
+
"isPublic": true
|
|
4466
|
+
},
|
|
4391
4467
|
"initialize": {
|
|
4392
4468
|
"name": "initialize",
|
|
4393
4469
|
"async": true,
|
|
@@ -4483,11 +4559,31 @@
|
|
|
4483
4559
|
"save": {
|
|
4484
4560
|
"name": "save",
|
|
4485
4561
|
"async": true,
|
|
4486
|
-
"parameters": [
|
|
4562
|
+
"parameters": [
|
|
4563
|
+
{
|
|
4564
|
+
"name": "options",
|
|
4565
|
+
"type": "SmrtSaveOptions",
|
|
4566
|
+
"optional": true
|
|
4567
|
+
}
|
|
4568
|
+
],
|
|
4487
4569
|
"returnType": "any",
|
|
4488
4570
|
"isStatic": false,
|
|
4489
4571
|
"isPublic": true
|
|
4490
4572
|
},
|
|
4573
|
+
"claimRevision": {
|
|
4574
|
+
"name": "claimRevision",
|
|
4575
|
+
"async": true,
|
|
4576
|
+
"parameters": [
|
|
4577
|
+
{
|
|
4578
|
+
"name": "expectedUpdatedAt",
|
|
4579
|
+
"type": "Date | string",
|
|
4580
|
+
"optional": false
|
|
4581
|
+
}
|
|
4582
|
+
],
|
|
4583
|
+
"returnType": "Promise",
|
|
4584
|
+
"isStatic": false,
|
|
4585
|
+
"isPublic": true
|
|
4586
|
+
},
|
|
4491
4587
|
"classifyConstraintError": {
|
|
4492
4588
|
"name": "classifyConstraintError",
|
|
4493
4589
|
"async": false,
|
|
@@ -5226,6 +5322,20 @@
|
|
|
5226
5322
|
"isStatic": false,
|
|
5227
5323
|
"isPublic": true
|
|
5228
5324
|
},
|
|
5325
|
+
"withTransaction": {
|
|
5326
|
+
"name": "withTransaction",
|
|
5327
|
+
"async": true,
|
|
5328
|
+
"parameters": [
|
|
5329
|
+
{
|
|
5330
|
+
"name": "operation",
|
|
5331
|
+
"type": "Function",
|
|
5332
|
+
"optional": false
|
|
5333
|
+
}
|
|
5334
|
+
],
|
|
5335
|
+
"returnType": "Promise<T>",
|
|
5336
|
+
"isStatic": false,
|
|
5337
|
+
"isPublic": true
|
|
5338
|
+
},
|
|
5229
5339
|
"initialize": {
|
|
5230
5340
|
"name": "initialize",
|
|
5231
5341
|
"async": true,
|
|
@@ -5321,11 +5431,31 @@
|
|
|
5321
5431
|
"save": {
|
|
5322
5432
|
"name": "save",
|
|
5323
5433
|
"async": true,
|
|
5324
|
-
"parameters": [
|
|
5434
|
+
"parameters": [
|
|
5435
|
+
{
|
|
5436
|
+
"name": "options",
|
|
5437
|
+
"type": "SmrtSaveOptions",
|
|
5438
|
+
"optional": true
|
|
5439
|
+
}
|
|
5440
|
+
],
|
|
5325
5441
|
"returnType": "any",
|
|
5326
5442
|
"isStatic": false,
|
|
5327
5443
|
"isPublic": true
|
|
5328
5444
|
},
|
|
5445
|
+
"claimRevision": {
|
|
5446
|
+
"name": "claimRevision",
|
|
5447
|
+
"async": true,
|
|
5448
|
+
"parameters": [
|
|
5449
|
+
{
|
|
5450
|
+
"name": "expectedUpdatedAt",
|
|
5451
|
+
"type": "Date | string",
|
|
5452
|
+
"optional": false
|
|
5453
|
+
}
|
|
5454
|
+
],
|
|
5455
|
+
"returnType": "Promise",
|
|
5456
|
+
"isStatic": false,
|
|
5457
|
+
"isPublic": true
|
|
5458
|
+
},
|
|
5329
5459
|
"classifyConstraintError": {
|
|
5330
5460
|
"name": "classifyConstraintError",
|
|
5331
5461
|
"async": false,
|
|
@@ -6064,6 +6194,20 @@
|
|
|
6064
6194
|
"isStatic": false,
|
|
6065
6195
|
"isPublic": true
|
|
6066
6196
|
},
|
|
6197
|
+
"withTransaction": {
|
|
6198
|
+
"name": "withTransaction",
|
|
6199
|
+
"async": true,
|
|
6200
|
+
"parameters": [
|
|
6201
|
+
{
|
|
6202
|
+
"name": "operation",
|
|
6203
|
+
"type": "Function",
|
|
6204
|
+
"optional": false
|
|
6205
|
+
}
|
|
6206
|
+
],
|
|
6207
|
+
"returnType": "Promise<T>",
|
|
6208
|
+
"isStatic": false,
|
|
6209
|
+
"isPublic": true
|
|
6210
|
+
},
|
|
6067
6211
|
"initialize": {
|
|
6068
6212
|
"name": "initialize",
|
|
6069
6213
|
"async": true,
|
|
@@ -6159,11 +6303,31 @@
|
|
|
6159
6303
|
"save": {
|
|
6160
6304
|
"name": "save",
|
|
6161
6305
|
"async": true,
|
|
6162
|
-
"parameters": [
|
|
6306
|
+
"parameters": [
|
|
6307
|
+
{
|
|
6308
|
+
"name": "options",
|
|
6309
|
+
"type": "SmrtSaveOptions",
|
|
6310
|
+
"optional": true
|
|
6311
|
+
}
|
|
6312
|
+
],
|
|
6163
6313
|
"returnType": "any",
|
|
6164
6314
|
"isStatic": false,
|
|
6165
6315
|
"isPublic": true
|
|
6166
6316
|
},
|
|
6317
|
+
"claimRevision": {
|
|
6318
|
+
"name": "claimRevision",
|
|
6319
|
+
"async": true,
|
|
6320
|
+
"parameters": [
|
|
6321
|
+
{
|
|
6322
|
+
"name": "expectedUpdatedAt",
|
|
6323
|
+
"type": "Date | string",
|
|
6324
|
+
"optional": false
|
|
6325
|
+
}
|
|
6326
|
+
],
|
|
6327
|
+
"returnType": "Promise",
|
|
6328
|
+
"isStatic": false,
|
|
6329
|
+
"isPublic": true
|
|
6330
|
+
},
|
|
6167
6331
|
"classifyConstraintError": {
|
|
6168
6332
|
"name": "classifyConstraintError",
|
|
6169
6333
|
"async": false,
|
|
@@ -6902,6 +7066,20 @@
|
|
|
6902
7066
|
"isStatic": false,
|
|
6903
7067
|
"isPublic": true
|
|
6904
7068
|
},
|
|
7069
|
+
"withTransaction": {
|
|
7070
|
+
"name": "withTransaction",
|
|
7071
|
+
"async": true,
|
|
7072
|
+
"parameters": [
|
|
7073
|
+
{
|
|
7074
|
+
"name": "operation",
|
|
7075
|
+
"type": "Function",
|
|
7076
|
+
"optional": false
|
|
7077
|
+
}
|
|
7078
|
+
],
|
|
7079
|
+
"returnType": "Promise<T>",
|
|
7080
|
+
"isStatic": false,
|
|
7081
|
+
"isPublic": true
|
|
7082
|
+
},
|
|
6905
7083
|
"initialize": {
|
|
6906
7084
|
"name": "initialize",
|
|
6907
7085
|
"async": true,
|
|
@@ -6997,11 +7175,31 @@
|
|
|
6997
7175
|
"save": {
|
|
6998
7176
|
"name": "save",
|
|
6999
7177
|
"async": true,
|
|
7000
|
-
"parameters": [
|
|
7178
|
+
"parameters": [
|
|
7179
|
+
{
|
|
7180
|
+
"name": "options",
|
|
7181
|
+
"type": "SmrtSaveOptions",
|
|
7182
|
+
"optional": true
|
|
7183
|
+
}
|
|
7184
|
+
],
|
|
7001
7185
|
"returnType": "any",
|
|
7002
7186
|
"isStatic": false,
|
|
7003
7187
|
"isPublic": true
|
|
7004
7188
|
},
|
|
7189
|
+
"claimRevision": {
|
|
7190
|
+
"name": "claimRevision",
|
|
7191
|
+
"async": true,
|
|
7192
|
+
"parameters": [
|
|
7193
|
+
{
|
|
7194
|
+
"name": "expectedUpdatedAt",
|
|
7195
|
+
"type": "Date | string",
|
|
7196
|
+
"optional": false
|
|
7197
|
+
}
|
|
7198
|
+
],
|
|
7199
|
+
"returnType": "Promise",
|
|
7200
|
+
"isStatic": false,
|
|
7201
|
+
"isPublic": true
|
|
7202
|
+
},
|
|
7005
7203
|
"classifyConstraintError": {
|
|
7006
7204
|
"name": "classifyConstraintError",
|
|
7007
7205
|
"async": false,
|
|
@@ -7740,6 +7938,20 @@
|
|
|
7740
7938
|
"isStatic": false,
|
|
7741
7939
|
"isPublic": true
|
|
7742
7940
|
},
|
|
7941
|
+
"withTransaction": {
|
|
7942
|
+
"name": "withTransaction",
|
|
7943
|
+
"async": true,
|
|
7944
|
+
"parameters": [
|
|
7945
|
+
{
|
|
7946
|
+
"name": "operation",
|
|
7947
|
+
"type": "Function",
|
|
7948
|
+
"optional": false
|
|
7949
|
+
}
|
|
7950
|
+
],
|
|
7951
|
+
"returnType": "Promise<T>",
|
|
7952
|
+
"isStatic": false,
|
|
7953
|
+
"isPublic": true
|
|
7954
|
+
},
|
|
7743
7955
|
"initialize": {
|
|
7744
7956
|
"name": "initialize",
|
|
7745
7957
|
"async": true,
|
|
@@ -7835,11 +8047,31 @@
|
|
|
7835
8047
|
"save": {
|
|
7836
8048
|
"name": "save",
|
|
7837
8049
|
"async": true,
|
|
7838
|
-
"parameters": [
|
|
8050
|
+
"parameters": [
|
|
8051
|
+
{
|
|
8052
|
+
"name": "options",
|
|
8053
|
+
"type": "SmrtSaveOptions",
|
|
8054
|
+
"optional": true
|
|
8055
|
+
}
|
|
8056
|
+
],
|
|
7839
8057
|
"returnType": "any",
|
|
7840
8058
|
"isStatic": false,
|
|
7841
8059
|
"isPublic": true
|
|
7842
8060
|
},
|
|
8061
|
+
"claimRevision": {
|
|
8062
|
+
"name": "claimRevision",
|
|
8063
|
+
"async": true,
|
|
8064
|
+
"parameters": [
|
|
8065
|
+
{
|
|
8066
|
+
"name": "expectedUpdatedAt",
|
|
8067
|
+
"type": "Date | string",
|
|
8068
|
+
"optional": false
|
|
8069
|
+
}
|
|
8070
|
+
],
|
|
8071
|
+
"returnType": "Promise",
|
|
8072
|
+
"isStatic": false,
|
|
8073
|
+
"isPublic": true
|
|
8074
|
+
},
|
|
7843
8075
|
"classifyConstraintError": {
|
|
7844
8076
|
"name": "classifyConstraintError",
|
|
7845
8077
|
"async": false,
|
|
@@ -8594,6 +8826,20 @@
|
|
|
8594
8826
|
"isStatic": false,
|
|
8595
8827
|
"isPublic": true
|
|
8596
8828
|
},
|
|
8829
|
+
"withTransaction": {
|
|
8830
|
+
"name": "withTransaction",
|
|
8831
|
+
"async": true,
|
|
8832
|
+
"parameters": [
|
|
8833
|
+
{
|
|
8834
|
+
"name": "operation",
|
|
8835
|
+
"type": "Function",
|
|
8836
|
+
"optional": false
|
|
8837
|
+
}
|
|
8838
|
+
],
|
|
8839
|
+
"returnType": "Promise<T>",
|
|
8840
|
+
"isStatic": false,
|
|
8841
|
+
"isPublic": true
|
|
8842
|
+
},
|
|
8597
8843
|
"initialize": {
|
|
8598
8844
|
"name": "initialize",
|
|
8599
8845
|
"async": true,
|
|
@@ -8689,11 +8935,31 @@
|
|
|
8689
8935
|
"save": {
|
|
8690
8936
|
"name": "save",
|
|
8691
8937
|
"async": true,
|
|
8692
|
-
"parameters": [
|
|
8938
|
+
"parameters": [
|
|
8939
|
+
{
|
|
8940
|
+
"name": "options",
|
|
8941
|
+
"type": "SmrtSaveOptions",
|
|
8942
|
+
"optional": true
|
|
8943
|
+
}
|
|
8944
|
+
],
|
|
8693
8945
|
"returnType": "any",
|
|
8694
8946
|
"isStatic": false,
|
|
8695
8947
|
"isPublic": true
|
|
8696
8948
|
},
|
|
8949
|
+
"claimRevision": {
|
|
8950
|
+
"name": "claimRevision",
|
|
8951
|
+
"async": true,
|
|
8952
|
+
"parameters": [
|
|
8953
|
+
{
|
|
8954
|
+
"name": "expectedUpdatedAt",
|
|
8955
|
+
"type": "Date | string",
|
|
8956
|
+
"optional": false
|
|
8957
|
+
}
|
|
8958
|
+
],
|
|
8959
|
+
"returnType": "Promise",
|
|
8960
|
+
"isStatic": false,
|
|
8961
|
+
"isPublic": true
|
|
8962
|
+
},
|
|
8697
8963
|
"classifyConstraintError": {
|
|
8698
8964
|
"name": "classifyConstraintError",
|
|
8699
8965
|
"async": false,
|
|
@@ -9432,6 +9698,20 @@
|
|
|
9432
9698
|
"isStatic": false,
|
|
9433
9699
|
"isPublic": true
|
|
9434
9700
|
},
|
|
9701
|
+
"withTransaction": {
|
|
9702
|
+
"name": "withTransaction",
|
|
9703
|
+
"async": true,
|
|
9704
|
+
"parameters": [
|
|
9705
|
+
{
|
|
9706
|
+
"name": "operation",
|
|
9707
|
+
"type": "Function",
|
|
9708
|
+
"optional": false
|
|
9709
|
+
}
|
|
9710
|
+
],
|
|
9711
|
+
"returnType": "Promise<T>",
|
|
9712
|
+
"isStatic": false,
|
|
9713
|
+
"isPublic": true
|
|
9714
|
+
},
|
|
9435
9715
|
"initialize": {
|
|
9436
9716
|
"name": "initialize",
|
|
9437
9717
|
"async": true,
|
|
@@ -9527,11 +9807,31 @@
|
|
|
9527
9807
|
"save": {
|
|
9528
9808
|
"name": "save",
|
|
9529
9809
|
"async": true,
|
|
9530
|
-
"parameters": [
|
|
9810
|
+
"parameters": [
|
|
9811
|
+
{
|
|
9812
|
+
"name": "options",
|
|
9813
|
+
"type": "SmrtSaveOptions",
|
|
9814
|
+
"optional": true
|
|
9815
|
+
}
|
|
9816
|
+
],
|
|
9531
9817
|
"returnType": "any",
|
|
9532
9818
|
"isStatic": false,
|
|
9533
9819
|
"isPublic": true
|
|
9534
9820
|
},
|
|
9821
|
+
"claimRevision": {
|
|
9822
|
+
"name": "claimRevision",
|
|
9823
|
+
"async": true,
|
|
9824
|
+
"parameters": [
|
|
9825
|
+
{
|
|
9826
|
+
"name": "expectedUpdatedAt",
|
|
9827
|
+
"type": "Date | string",
|
|
9828
|
+
"optional": false
|
|
9829
|
+
}
|
|
9830
|
+
],
|
|
9831
|
+
"returnType": "Promise",
|
|
9832
|
+
"isStatic": false,
|
|
9833
|
+
"isPublic": true
|
|
9834
|
+
},
|
|
9535
9835
|
"classifyConstraintError": {
|
|
9536
9836
|
"name": "classifyConstraintError",
|
|
9537
9837
|
"async": false,
|
|
@@ -10390,6 +10690,20 @@
|
|
|
10390
10690
|
"isStatic": false,
|
|
10391
10691
|
"isPublic": true
|
|
10392
10692
|
},
|
|
10693
|
+
"withTransaction": {
|
|
10694
|
+
"name": "withTransaction",
|
|
10695
|
+
"async": true,
|
|
10696
|
+
"parameters": [
|
|
10697
|
+
{
|
|
10698
|
+
"name": "operation",
|
|
10699
|
+
"type": "Function",
|
|
10700
|
+
"optional": false
|
|
10701
|
+
}
|
|
10702
|
+
],
|
|
10703
|
+
"returnType": "Promise<T>",
|
|
10704
|
+
"isStatic": false,
|
|
10705
|
+
"isPublic": true
|
|
10706
|
+
},
|
|
10393
10707
|
"initialize": {
|
|
10394
10708
|
"name": "initialize",
|
|
10395
10709
|
"async": true,
|
|
@@ -10490,6 +10804,20 @@
|
|
|
10490
10804
|
"isStatic": false,
|
|
10491
10805
|
"isPublic": true
|
|
10492
10806
|
},
|
|
10807
|
+
"claimRevision": {
|
|
10808
|
+
"name": "claimRevision",
|
|
10809
|
+
"async": true,
|
|
10810
|
+
"parameters": [
|
|
10811
|
+
{
|
|
10812
|
+
"name": "expectedUpdatedAt",
|
|
10813
|
+
"type": "Date | string",
|
|
10814
|
+
"optional": false
|
|
10815
|
+
}
|
|
10816
|
+
],
|
|
10817
|
+
"returnType": "Promise",
|
|
10818
|
+
"isStatic": false,
|
|
10819
|
+
"isPublic": true
|
|
10820
|
+
},
|
|
10493
10821
|
"classifyConstraintError": {
|
|
10494
10822
|
"name": "classifyConstraintError",
|
|
10495
10823
|
"async": false,
|
|
@@ -11237,6 +11565,20 @@
|
|
|
11237
11565
|
"isStatic": false,
|
|
11238
11566
|
"isPublic": true
|
|
11239
11567
|
},
|
|
11568
|
+
"withTransaction": {
|
|
11569
|
+
"name": "withTransaction",
|
|
11570
|
+
"async": true,
|
|
11571
|
+
"parameters": [
|
|
11572
|
+
{
|
|
11573
|
+
"name": "operation",
|
|
11574
|
+
"type": "Function",
|
|
11575
|
+
"optional": false
|
|
11576
|
+
}
|
|
11577
|
+
],
|
|
11578
|
+
"returnType": "Promise<T>",
|
|
11579
|
+
"isStatic": false,
|
|
11580
|
+
"isPublic": true
|
|
11581
|
+
},
|
|
11240
11582
|
"initialize": {
|
|
11241
11583
|
"name": "initialize",
|
|
11242
11584
|
"async": true,
|
|
@@ -11332,11 +11674,31 @@
|
|
|
11332
11674
|
"save": {
|
|
11333
11675
|
"name": "save",
|
|
11334
11676
|
"async": true,
|
|
11335
|
-
"parameters": [
|
|
11677
|
+
"parameters": [
|
|
11678
|
+
{
|
|
11679
|
+
"name": "options",
|
|
11680
|
+
"type": "SmrtSaveOptions",
|
|
11681
|
+
"optional": true
|
|
11682
|
+
}
|
|
11683
|
+
],
|
|
11336
11684
|
"returnType": "any",
|
|
11337
11685
|
"isStatic": false,
|
|
11338
11686
|
"isPublic": true
|
|
11339
11687
|
},
|
|
11688
|
+
"claimRevision": {
|
|
11689
|
+
"name": "claimRevision",
|
|
11690
|
+
"async": true,
|
|
11691
|
+
"parameters": [
|
|
11692
|
+
{
|
|
11693
|
+
"name": "expectedUpdatedAt",
|
|
11694
|
+
"type": "Date | string",
|
|
11695
|
+
"optional": false
|
|
11696
|
+
}
|
|
11697
|
+
],
|
|
11698
|
+
"returnType": "Promise",
|
|
11699
|
+
"isStatic": false,
|
|
11700
|
+
"isPublic": true
|
|
11701
|
+
},
|
|
11340
11702
|
"classifyConstraintError": {
|
|
11341
11703
|
"name": "classifyConstraintError",
|
|
11342
11704
|
"async": false,
|