@happyvertical/smrt-commerce 0.46.0 → 0.47.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/dist/index.js +1 -1
- package/dist/manifest.json +55 -41
- package/dist/smrt-knowledge.json +957 -382
- package/package.json +8 -8
package/dist/smrt-knowledge.json
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"sensitiveFieldsExcluded": true,
|
|
4
4
|
"generatedAt": "1970-01-01T00:00:00.000Z",
|
|
5
5
|
"packageName": "@happyvertical/smrt-commerce",
|
|
6
|
-
"packageVersion": "0.
|
|
6
|
+
"packageVersion": "0.47.0",
|
|
7
7
|
"sourceManifestPath": "dist/manifest.json",
|
|
8
8
|
"agentDocPath": "AGENTS.md",
|
|
9
9
|
"sourceHashes": {
|
|
10
|
-
"manifest": "
|
|
11
|
-
"packageJson": "
|
|
10
|
+
"manifest": "a07a56e9dc83192c0eaaf381afa2c3dd430cadf2b829a8cdcd295136a1b035b3",
|
|
11
|
+
"packageJson": "77debfd3ed2cb7a2b7ba44840f0a245f4da22a53742d2e97df74965c3e5aa62c",
|
|
12
12
|
"agents": "f035496d82d1652a35ace8a3309637df43ce1aa5093b435c9c642f5f70ace02a"
|
|
13
13
|
},
|
|
14
14
|
"exports": [
|
|
@@ -4130,7 +4130,7 @@
|
|
|
4130
4130
|
{
|
|
4131
4131
|
"name": "initialize",
|
|
4132
4132
|
"async": true,
|
|
4133
|
-
"returns": "Promise"
|
|
4133
|
+
"returns": "Promise<this>"
|
|
4134
4134
|
},
|
|
4135
4135
|
{
|
|
4136
4136
|
"name": "isAccepted",
|
|
@@ -4160,7 +4160,7 @@
|
|
|
4160
4160
|
{
|
|
4161
4161
|
"name": "save",
|
|
4162
4162
|
"async": true,
|
|
4163
|
-
"returns": "Promise"
|
|
4163
|
+
"returns": "Promise<this>"
|
|
4164
4164
|
}
|
|
4165
4165
|
],
|
|
4166
4166
|
"tenant": {
|
|
@@ -4287,6 +4287,64 @@
|
|
|
4287
4287
|
"objectName": "@happyvertical/smrt-commerce:Contract"
|
|
4288
4288
|
}
|
|
4289
4289
|
],
|
|
4290
|
+
"withheldSurfaces": [
|
|
4291
|
+
{
|
|
4292
|
+
"kind": "api",
|
|
4293
|
+
"operation": "initialize",
|
|
4294
|
+
"code": "lifecycle-method",
|
|
4295
|
+
"reason": "`initialize` is a framework lifecycle method, not a distinct operation",
|
|
4296
|
+
"objectName": "@happyvertical/smrt-commerce:Contract"
|
|
4297
|
+
},
|
|
4298
|
+
{
|
|
4299
|
+
"kind": "api",
|
|
4300
|
+
"operation": "isAccepted",
|
|
4301
|
+
"code": "not-included",
|
|
4302
|
+
"reason": "not listed in api.include",
|
|
4303
|
+
"objectName": "@happyvertical/smrt-commerce:Contract"
|
|
4304
|
+
},
|
|
4305
|
+
{
|
|
4306
|
+
"kind": "api",
|
|
4307
|
+
"operation": "isCompleted",
|
|
4308
|
+
"code": "not-included",
|
|
4309
|
+
"reason": "not listed in api.include",
|
|
4310
|
+
"objectName": "@happyvertical/smrt-commerce:Contract"
|
|
4311
|
+
},
|
|
4312
|
+
{
|
|
4313
|
+
"kind": "api",
|
|
4314
|
+
"operation": "isDraft",
|
|
4315
|
+
"code": "not-included",
|
|
4316
|
+
"reason": "not listed in api.include",
|
|
4317
|
+
"objectName": "@happyvertical/smrt-commerce:Contract"
|
|
4318
|
+
},
|
|
4319
|
+
{
|
|
4320
|
+
"kind": "api",
|
|
4321
|
+
"operation": "isExpired",
|
|
4322
|
+
"code": "not-included",
|
|
4323
|
+
"reason": "not listed in api.include",
|
|
4324
|
+
"objectName": "@happyvertical/smrt-commerce:Contract"
|
|
4325
|
+
},
|
|
4326
|
+
{
|
|
4327
|
+
"kind": "api",
|
|
4328
|
+
"operation": "isOverdue",
|
|
4329
|
+
"code": "not-included",
|
|
4330
|
+
"reason": "not listed in api.include",
|
|
4331
|
+
"objectName": "@happyvertical/smrt-commerce:Contract"
|
|
4332
|
+
},
|
|
4333
|
+
{
|
|
4334
|
+
"kind": "api",
|
|
4335
|
+
"operation": "recalculateTotals",
|
|
4336
|
+
"code": "not-included",
|
|
4337
|
+
"reason": "not listed in api.include",
|
|
4338
|
+
"objectName": "@happyvertical/smrt-commerce:Contract"
|
|
4339
|
+
},
|
|
4340
|
+
{
|
|
4341
|
+
"kind": "api",
|
|
4342
|
+
"operation": "save",
|
|
4343
|
+
"code": "lifecycle-method",
|
|
4344
|
+
"reason": "`save` is a framework lifecycle method, not a distinct operation",
|
|
4345
|
+
"objectName": "@happyvertical/smrt-commerce:Contract"
|
|
4346
|
+
}
|
|
4347
|
+
],
|
|
4290
4348
|
"relationshipFeatures": [
|
|
4291
4349
|
"foreignKey",
|
|
4292
4350
|
"uuidColumns"
|
|
@@ -4451,7 +4509,7 @@
|
|
|
4451
4509
|
{
|
|
4452
4510
|
"name": "initialize",
|
|
4453
4511
|
"async": true,
|
|
4454
|
-
"returns": "Promise"
|
|
4512
|
+
"returns": "Promise<this>"
|
|
4455
4513
|
},
|
|
4456
4514
|
{
|
|
4457
4515
|
"name": "isAccepted",
|
|
@@ -4481,7 +4539,7 @@
|
|
|
4481
4539
|
{
|
|
4482
4540
|
"name": "save",
|
|
4483
4541
|
"async": true,
|
|
4484
|
-
"returns": "Promise"
|
|
4542
|
+
"returns": "Promise<this>"
|
|
4485
4543
|
}
|
|
4486
4544
|
],
|
|
4487
4545
|
"tenant": {
|
|
@@ -4579,22 +4637,6 @@
|
|
|
4579
4637
|
"path": "/contracts/[id]/recalculateTotals",
|
|
4580
4638
|
"method": "POST"
|
|
4581
4639
|
},
|
|
4582
|
-
{
|
|
4583
|
-
"kind": "api",
|
|
4584
|
-
"name": "contracts.initialize",
|
|
4585
|
-
"operation": "initialize",
|
|
4586
|
-
"objectName": "@happyvertical/smrt-commerce:Estimate",
|
|
4587
|
-
"path": "/contracts/[id]/initialize",
|
|
4588
|
-
"method": "POST"
|
|
4589
|
-
},
|
|
4590
|
-
{
|
|
4591
|
-
"kind": "api",
|
|
4592
|
-
"name": "contracts.save",
|
|
4593
|
-
"operation": "save",
|
|
4594
|
-
"objectName": "@happyvertical/smrt-commerce:Estimate",
|
|
4595
|
-
"path": "/contracts/[id]/save",
|
|
4596
|
-
"method": "POST"
|
|
4597
|
-
},
|
|
4598
4640
|
{
|
|
4599
4641
|
"kind": "cli",
|
|
4600
4642
|
"name": "estimate_list",
|
|
@@ -4728,6 +4770,22 @@
|
|
|
4728
4770
|
"objectName": "@happyvertical/smrt-commerce:Estimate"
|
|
4729
4771
|
}
|
|
4730
4772
|
],
|
|
4773
|
+
"withheldSurfaces": [
|
|
4774
|
+
{
|
|
4775
|
+
"kind": "api",
|
|
4776
|
+
"operation": "initialize",
|
|
4777
|
+
"code": "lifecycle-method",
|
|
4778
|
+
"reason": "`initialize` is a framework lifecycle method, not a distinct operation",
|
|
4779
|
+
"objectName": "@happyvertical/smrt-commerce:Estimate"
|
|
4780
|
+
},
|
|
4781
|
+
{
|
|
4782
|
+
"kind": "api",
|
|
4783
|
+
"operation": "save",
|
|
4784
|
+
"code": "lifecycle-method",
|
|
4785
|
+
"reason": "`save` is a framework lifecycle method, not a distinct operation",
|
|
4786
|
+
"objectName": "@happyvertical/smrt-commerce:Estimate"
|
|
4787
|
+
}
|
|
4788
|
+
],
|
|
4731
4789
|
"relationshipFeatures": [
|
|
4732
4790
|
"foreignKey",
|
|
4733
4791
|
"uuidColumns"
|
|
@@ -4892,7 +4950,7 @@
|
|
|
4892
4950
|
{
|
|
4893
4951
|
"name": "initialize",
|
|
4894
4952
|
"async": true,
|
|
4895
|
-
"returns": "Promise"
|
|
4953
|
+
"returns": "Promise<this>"
|
|
4896
4954
|
},
|
|
4897
4955
|
{
|
|
4898
4956
|
"name": "isAccepted",
|
|
@@ -4922,7 +4980,7 @@
|
|
|
4922
4980
|
{
|
|
4923
4981
|
"name": "save",
|
|
4924
4982
|
"async": true,
|
|
4925
|
-
"returns": "Promise"
|
|
4983
|
+
"returns": "Promise<this>"
|
|
4926
4984
|
}
|
|
4927
4985
|
],
|
|
4928
4986
|
"tenant": {
|
|
@@ -5020,22 +5078,6 @@
|
|
|
5020
5078
|
"path": "/contracts/[id]/recalculateTotals",
|
|
5021
5079
|
"method": "POST"
|
|
5022
5080
|
},
|
|
5023
|
-
{
|
|
5024
|
-
"kind": "api",
|
|
5025
|
-
"name": "contracts.initialize",
|
|
5026
|
-
"operation": "initialize",
|
|
5027
|
-
"objectName": "@happyvertical/smrt-commerce:Order",
|
|
5028
|
-
"path": "/contracts/[id]/initialize",
|
|
5029
|
-
"method": "POST"
|
|
5030
|
-
},
|
|
5031
|
-
{
|
|
5032
|
-
"kind": "api",
|
|
5033
|
-
"name": "contracts.save",
|
|
5034
|
-
"operation": "save",
|
|
5035
|
-
"objectName": "@happyvertical/smrt-commerce:Order",
|
|
5036
|
-
"path": "/contracts/[id]/save",
|
|
5037
|
-
"method": "POST"
|
|
5038
|
-
},
|
|
5039
5081
|
{
|
|
5040
5082
|
"kind": "cli",
|
|
5041
5083
|
"name": "order_list",
|
|
@@ -5169,6 +5211,22 @@
|
|
|
5169
5211
|
"objectName": "@happyvertical/smrt-commerce:Order"
|
|
5170
5212
|
}
|
|
5171
5213
|
],
|
|
5214
|
+
"withheldSurfaces": [
|
|
5215
|
+
{
|
|
5216
|
+
"kind": "api",
|
|
5217
|
+
"operation": "initialize",
|
|
5218
|
+
"code": "lifecycle-method",
|
|
5219
|
+
"reason": "`initialize` is a framework lifecycle method, not a distinct operation",
|
|
5220
|
+
"objectName": "@happyvertical/smrt-commerce:Order"
|
|
5221
|
+
},
|
|
5222
|
+
{
|
|
5223
|
+
"kind": "api",
|
|
5224
|
+
"operation": "save",
|
|
5225
|
+
"code": "lifecycle-method",
|
|
5226
|
+
"reason": "`save` is a framework lifecycle method, not a distinct operation",
|
|
5227
|
+
"objectName": "@happyvertical/smrt-commerce:Order"
|
|
5228
|
+
}
|
|
5229
|
+
],
|
|
5172
5230
|
"relationshipFeatures": [
|
|
5173
5231
|
"foreignKey",
|
|
5174
5232
|
"uuidColumns"
|
|
@@ -5333,7 +5391,7 @@
|
|
|
5333
5391
|
{
|
|
5334
5392
|
"name": "initialize",
|
|
5335
5393
|
"async": true,
|
|
5336
|
-
"returns": "Promise"
|
|
5394
|
+
"returns": "Promise<this>"
|
|
5337
5395
|
},
|
|
5338
5396
|
{
|
|
5339
5397
|
"name": "isAccepted",
|
|
@@ -5363,7 +5421,7 @@
|
|
|
5363
5421
|
{
|
|
5364
5422
|
"name": "save",
|
|
5365
5423
|
"async": true,
|
|
5366
|
-
"returns": "Promise"
|
|
5424
|
+
"returns": "Promise<this>"
|
|
5367
5425
|
}
|
|
5368
5426
|
],
|
|
5369
5427
|
"tenant": {
|
|
@@ -5461,22 +5519,6 @@
|
|
|
5461
5519
|
"path": "/contracts/[id]/recalculateTotals",
|
|
5462
5520
|
"method": "POST"
|
|
5463
5521
|
},
|
|
5464
|
-
{
|
|
5465
|
-
"kind": "api",
|
|
5466
|
-
"name": "contracts.initialize",
|
|
5467
|
-
"operation": "initialize",
|
|
5468
|
-
"objectName": "@happyvertical/smrt-commerce:Lease",
|
|
5469
|
-
"path": "/contracts/[id]/initialize",
|
|
5470
|
-
"method": "POST"
|
|
5471
|
-
},
|
|
5472
|
-
{
|
|
5473
|
-
"kind": "api",
|
|
5474
|
-
"name": "contracts.save",
|
|
5475
|
-
"operation": "save",
|
|
5476
|
-
"objectName": "@happyvertical/smrt-commerce:Lease",
|
|
5477
|
-
"path": "/contracts/[id]/save",
|
|
5478
|
-
"method": "POST"
|
|
5479
|
-
},
|
|
5480
5522
|
{
|
|
5481
5523
|
"kind": "cli",
|
|
5482
5524
|
"name": "lease_list",
|
|
@@ -5610,6 +5652,22 @@
|
|
|
5610
5652
|
"objectName": "@happyvertical/smrt-commerce:Lease"
|
|
5611
5653
|
}
|
|
5612
5654
|
],
|
|
5655
|
+
"withheldSurfaces": [
|
|
5656
|
+
{
|
|
5657
|
+
"kind": "api",
|
|
5658
|
+
"operation": "initialize",
|
|
5659
|
+
"code": "lifecycle-method",
|
|
5660
|
+
"reason": "`initialize` is a framework lifecycle method, not a distinct operation",
|
|
5661
|
+
"objectName": "@happyvertical/smrt-commerce:Lease"
|
|
5662
|
+
},
|
|
5663
|
+
{
|
|
5664
|
+
"kind": "api",
|
|
5665
|
+
"operation": "save",
|
|
5666
|
+
"code": "lifecycle-method",
|
|
5667
|
+
"reason": "`save` is a framework lifecycle method, not a distinct operation",
|
|
5668
|
+
"objectName": "@happyvertical/smrt-commerce:Lease"
|
|
5669
|
+
}
|
|
5670
|
+
],
|
|
5613
5671
|
"relationshipFeatures": [
|
|
5614
5672
|
"foreignKey",
|
|
5615
5673
|
"uuidColumns"
|
|
@@ -5774,7 +5832,7 @@
|
|
|
5774
5832
|
{
|
|
5775
5833
|
"name": "initialize",
|
|
5776
5834
|
"async": true,
|
|
5777
|
-
"returns": "Promise"
|
|
5835
|
+
"returns": "Promise<this>"
|
|
5778
5836
|
},
|
|
5779
5837
|
{
|
|
5780
5838
|
"name": "isAccepted",
|
|
@@ -5804,7 +5862,7 @@
|
|
|
5804
5862
|
{
|
|
5805
5863
|
"name": "save",
|
|
5806
5864
|
"async": true,
|
|
5807
|
-
"returns": "Promise"
|
|
5865
|
+
"returns": "Promise<this>"
|
|
5808
5866
|
}
|
|
5809
5867
|
],
|
|
5810
5868
|
"tenant": {
|
|
@@ -5902,22 +5960,6 @@
|
|
|
5902
5960
|
"path": "/contracts/[id]/recalculateTotals",
|
|
5903
5961
|
"method": "POST"
|
|
5904
5962
|
},
|
|
5905
|
-
{
|
|
5906
|
-
"kind": "api",
|
|
5907
|
-
"name": "contracts.initialize",
|
|
5908
|
-
"operation": "initialize",
|
|
5909
|
-
"objectName": "@happyvertical/smrt-commerce:Agreement",
|
|
5910
|
-
"path": "/contracts/[id]/initialize",
|
|
5911
|
-
"method": "POST"
|
|
5912
|
-
},
|
|
5913
|
-
{
|
|
5914
|
-
"kind": "api",
|
|
5915
|
-
"name": "contracts.save",
|
|
5916
|
-
"operation": "save",
|
|
5917
|
-
"objectName": "@happyvertical/smrt-commerce:Agreement",
|
|
5918
|
-
"path": "/contracts/[id]/save",
|
|
5919
|
-
"method": "POST"
|
|
5920
|
-
},
|
|
5921
5963
|
{
|
|
5922
5964
|
"kind": "cli",
|
|
5923
5965
|
"name": "agreement_list",
|
|
@@ -6051,6 +6093,22 @@
|
|
|
6051
6093
|
"objectName": "@happyvertical/smrt-commerce:Agreement"
|
|
6052
6094
|
}
|
|
6053
6095
|
],
|
|
6096
|
+
"withheldSurfaces": [
|
|
6097
|
+
{
|
|
6098
|
+
"kind": "api",
|
|
6099
|
+
"operation": "initialize",
|
|
6100
|
+
"code": "lifecycle-method",
|
|
6101
|
+
"reason": "`initialize` is a framework lifecycle method, not a distinct operation",
|
|
6102
|
+
"objectName": "@happyvertical/smrt-commerce:Agreement"
|
|
6103
|
+
},
|
|
6104
|
+
{
|
|
6105
|
+
"kind": "api",
|
|
6106
|
+
"operation": "save",
|
|
6107
|
+
"code": "lifecycle-method",
|
|
6108
|
+
"reason": "`save` is a framework lifecycle method, not a distinct operation",
|
|
6109
|
+
"objectName": "@happyvertical/smrt-commerce:Agreement"
|
|
6110
|
+
}
|
|
6111
|
+
],
|
|
6054
6112
|
"relationshipFeatures": [
|
|
6055
6113
|
"foreignKey",
|
|
6056
6114
|
"uuidColumns"
|
|
@@ -6215,7 +6273,7 @@
|
|
|
6215
6273
|
{
|
|
6216
6274
|
"name": "initialize",
|
|
6217
6275
|
"async": true,
|
|
6218
|
-
"returns": "Promise"
|
|
6276
|
+
"returns": "Promise<this>"
|
|
6219
6277
|
},
|
|
6220
6278
|
{
|
|
6221
6279
|
"name": "isAccepted",
|
|
@@ -6245,7 +6303,7 @@
|
|
|
6245
6303
|
{
|
|
6246
6304
|
"name": "save",
|
|
6247
6305
|
"async": true,
|
|
6248
|
-
"returns": "Promise"
|
|
6306
|
+
"returns": "Promise<this>"
|
|
6249
6307
|
}
|
|
6250
6308
|
],
|
|
6251
6309
|
"tenant": {
|
|
@@ -6343,22 +6401,6 @@
|
|
|
6343
6401
|
"path": "/contracts/[id]/recalculateTotals",
|
|
6344
6402
|
"method": "POST"
|
|
6345
6403
|
},
|
|
6346
|
-
{
|
|
6347
|
-
"kind": "api",
|
|
6348
|
-
"name": "contracts.initialize",
|
|
6349
|
-
"operation": "initialize",
|
|
6350
|
-
"objectName": "@happyvertical/smrt-commerce:PurchaseOrder",
|
|
6351
|
-
"path": "/contracts/[id]/initialize",
|
|
6352
|
-
"method": "POST"
|
|
6353
|
-
},
|
|
6354
|
-
{
|
|
6355
|
-
"kind": "api",
|
|
6356
|
-
"name": "contracts.save",
|
|
6357
|
-
"operation": "save",
|
|
6358
|
-
"objectName": "@happyvertical/smrt-commerce:PurchaseOrder",
|
|
6359
|
-
"path": "/contracts/[id]/save",
|
|
6360
|
-
"method": "POST"
|
|
6361
|
-
},
|
|
6362
6404
|
{
|
|
6363
6405
|
"kind": "cli",
|
|
6364
6406
|
"name": "purchaseorder_list",
|
|
@@ -6492,6 +6534,22 @@
|
|
|
6492
6534
|
"objectName": "@happyvertical/smrt-commerce:PurchaseOrder"
|
|
6493
6535
|
}
|
|
6494
6536
|
],
|
|
6537
|
+
"withheldSurfaces": [
|
|
6538
|
+
{
|
|
6539
|
+
"kind": "api",
|
|
6540
|
+
"operation": "initialize",
|
|
6541
|
+
"code": "lifecycle-method",
|
|
6542
|
+
"reason": "`initialize` is a framework lifecycle method, not a distinct operation",
|
|
6543
|
+
"objectName": "@happyvertical/smrt-commerce:PurchaseOrder"
|
|
6544
|
+
},
|
|
6545
|
+
{
|
|
6546
|
+
"kind": "api",
|
|
6547
|
+
"operation": "save",
|
|
6548
|
+
"code": "lifecycle-method",
|
|
6549
|
+
"reason": "`save` is a framework lifecycle method, not a distinct operation",
|
|
6550
|
+
"objectName": "@happyvertical/smrt-commerce:PurchaseOrder"
|
|
6551
|
+
}
|
|
6552
|
+
],
|
|
6495
6553
|
"relationshipFeatures": [
|
|
6496
6554
|
"foreignKey",
|
|
6497
6555
|
"uuidColumns"
|
|
@@ -6656,7 +6714,7 @@
|
|
|
6656
6714
|
{
|
|
6657
6715
|
"name": "initialize",
|
|
6658
6716
|
"async": true,
|
|
6659
|
-
"returns": "Promise"
|
|
6717
|
+
"returns": "Promise<this>"
|
|
6660
6718
|
},
|
|
6661
6719
|
{
|
|
6662
6720
|
"name": "isAccepted",
|
|
@@ -6686,7 +6744,7 @@
|
|
|
6686
6744
|
{
|
|
6687
6745
|
"name": "save",
|
|
6688
6746
|
"async": true,
|
|
6689
|
-
"returns": "Promise"
|
|
6747
|
+
"returns": "Promise<this>"
|
|
6690
6748
|
}
|
|
6691
6749
|
],
|
|
6692
6750
|
"tenant": {
|
|
@@ -6784,22 +6842,6 @@
|
|
|
6784
6842
|
"path": "/contracts/[id]/recalculateTotals",
|
|
6785
6843
|
"method": "POST"
|
|
6786
6844
|
},
|
|
6787
|
-
{
|
|
6788
|
-
"kind": "api",
|
|
6789
|
-
"name": "contracts.initialize",
|
|
6790
|
-
"operation": "initialize",
|
|
6791
|
-
"objectName": "@happyvertical/smrt-commerce:WholesaleOrder",
|
|
6792
|
-
"path": "/contracts/[id]/initialize",
|
|
6793
|
-
"method": "POST"
|
|
6794
|
-
},
|
|
6795
|
-
{
|
|
6796
|
-
"kind": "api",
|
|
6797
|
-
"name": "contracts.save",
|
|
6798
|
-
"operation": "save",
|
|
6799
|
-
"objectName": "@happyvertical/smrt-commerce:WholesaleOrder",
|
|
6800
|
-
"path": "/contracts/[id]/save",
|
|
6801
|
-
"method": "POST"
|
|
6802
|
-
},
|
|
6803
6845
|
{
|
|
6804
6846
|
"kind": "cli",
|
|
6805
6847
|
"name": "wholesaleorder_list",
|
|
@@ -6933,6 +6975,22 @@
|
|
|
6933
6975
|
"objectName": "@happyvertical/smrt-commerce:WholesaleOrder"
|
|
6934
6976
|
}
|
|
6935
6977
|
],
|
|
6978
|
+
"withheldSurfaces": [
|
|
6979
|
+
{
|
|
6980
|
+
"kind": "api",
|
|
6981
|
+
"operation": "initialize",
|
|
6982
|
+
"code": "lifecycle-method",
|
|
6983
|
+
"reason": "`initialize` is a framework lifecycle method, not a distinct operation",
|
|
6984
|
+
"objectName": "@happyvertical/smrt-commerce:WholesaleOrder"
|
|
6985
|
+
},
|
|
6986
|
+
{
|
|
6987
|
+
"kind": "api",
|
|
6988
|
+
"operation": "save",
|
|
6989
|
+
"code": "lifecycle-method",
|
|
6990
|
+
"reason": "`save` is a framework lifecycle method, not a distinct operation",
|
|
6991
|
+
"objectName": "@happyvertical/smrt-commerce:WholesaleOrder"
|
|
6992
|
+
}
|
|
6993
|
+
],
|
|
6936
6994
|
"relationshipFeatures": [
|
|
6937
6995
|
"foreignKey",
|
|
6938
6996
|
"uuidColumns"
|
|
@@ -7109,7 +7167,7 @@
|
|
|
7109
7167
|
{
|
|
7110
7168
|
"name": "initialize",
|
|
7111
7169
|
"async": true,
|
|
7112
|
-
"returns": "Promise"
|
|
7170
|
+
"returns": "Promise<this>"
|
|
7113
7171
|
},
|
|
7114
7172
|
{
|
|
7115
7173
|
"name": "isAccepted",
|
|
@@ -7139,7 +7197,7 @@
|
|
|
7139
7197
|
{
|
|
7140
7198
|
"name": "save",
|
|
7141
7199
|
"async": true,
|
|
7142
|
-
"returns": "Promise"
|
|
7200
|
+
"returns": "Promise<this>"
|
|
7143
7201
|
}
|
|
7144
7202
|
],
|
|
7145
7203
|
"tenant": {
|
|
@@ -7237,22 +7295,6 @@
|
|
|
7237
7295
|
"path": "/contracts/[id]/recalculateTotals",
|
|
7238
7296
|
"method": "POST"
|
|
7239
7297
|
},
|
|
7240
|
-
{
|
|
7241
|
-
"kind": "api",
|
|
7242
|
-
"name": "contracts.initialize",
|
|
7243
|
-
"operation": "initialize",
|
|
7244
|
-
"objectName": "@happyvertical/smrt-commerce:ProductionOrder",
|
|
7245
|
-
"path": "/contracts/[id]/initialize",
|
|
7246
|
-
"method": "POST"
|
|
7247
|
-
},
|
|
7248
|
-
{
|
|
7249
|
-
"kind": "api",
|
|
7250
|
-
"name": "contracts.save",
|
|
7251
|
-
"operation": "save",
|
|
7252
|
-
"objectName": "@happyvertical/smrt-commerce:ProductionOrder",
|
|
7253
|
-
"path": "/contracts/[id]/save",
|
|
7254
|
-
"method": "POST"
|
|
7255
|
-
},
|
|
7256
7298
|
{
|
|
7257
7299
|
"kind": "cli",
|
|
7258
7300
|
"name": "productionorder_list",
|
|
@@ -7386,6 +7428,22 @@
|
|
|
7386
7428
|
"objectName": "@happyvertical/smrt-commerce:ProductionOrder"
|
|
7387
7429
|
}
|
|
7388
7430
|
],
|
|
7431
|
+
"withheldSurfaces": [
|
|
7432
|
+
{
|
|
7433
|
+
"kind": "api",
|
|
7434
|
+
"operation": "initialize",
|
|
7435
|
+
"code": "lifecycle-method",
|
|
7436
|
+
"reason": "`initialize` is a framework lifecycle method, not a distinct operation",
|
|
7437
|
+
"objectName": "@happyvertical/smrt-commerce:ProductionOrder"
|
|
7438
|
+
},
|
|
7439
|
+
{
|
|
7440
|
+
"kind": "api",
|
|
7441
|
+
"operation": "save",
|
|
7442
|
+
"code": "lifecycle-method",
|
|
7443
|
+
"reason": "`save` is a framework lifecycle method, not a distinct operation",
|
|
7444
|
+
"objectName": "@happyvertical/smrt-commerce:ProductionOrder"
|
|
7445
|
+
}
|
|
7446
|
+
],
|
|
7389
7447
|
"relationshipFeatures": [
|
|
7390
7448
|
"foreignKey",
|
|
7391
7449
|
"uuidColumns"
|
|
@@ -7550,7 +7608,7 @@
|
|
|
7550
7608
|
{
|
|
7551
7609
|
"name": "initialize",
|
|
7552
7610
|
"async": true,
|
|
7553
|
-
"returns": "Promise"
|
|
7611
|
+
"returns": "Promise<this>"
|
|
7554
7612
|
},
|
|
7555
7613
|
{
|
|
7556
7614
|
"name": "isAccepted",
|
|
@@ -7580,7 +7638,7 @@
|
|
|
7580
7638
|
{
|
|
7581
7639
|
"name": "save",
|
|
7582
7640
|
"async": true,
|
|
7583
|
-
"returns": "Promise"
|
|
7641
|
+
"returns": "Promise<this>"
|
|
7584
7642
|
}
|
|
7585
7643
|
],
|
|
7586
7644
|
"tenant": {
|
|
@@ -7678,22 +7736,6 @@
|
|
|
7678
7736
|
"path": "/contracts/[id]/recalculateTotals",
|
|
7679
7737
|
"method": "POST"
|
|
7680
7738
|
},
|
|
7681
|
-
{
|
|
7682
|
-
"kind": "api",
|
|
7683
|
-
"name": "contracts.initialize",
|
|
7684
|
-
"operation": "initialize",
|
|
7685
|
-
"objectName": "@happyvertical/smrt-commerce:Cart",
|
|
7686
|
-
"path": "/contracts/[id]/initialize",
|
|
7687
|
-
"method": "POST"
|
|
7688
|
-
},
|
|
7689
|
-
{
|
|
7690
|
-
"kind": "api",
|
|
7691
|
-
"name": "contracts.save",
|
|
7692
|
-
"operation": "save",
|
|
7693
|
-
"objectName": "@happyvertical/smrt-commerce:Cart",
|
|
7694
|
-
"path": "/contracts/[id]/save",
|
|
7695
|
-
"method": "POST"
|
|
7696
|
-
},
|
|
7697
7739
|
{
|
|
7698
7740
|
"kind": "cli",
|
|
7699
7741
|
"name": "cart_list",
|
|
@@ -7827,6 +7869,22 @@
|
|
|
7827
7869
|
"objectName": "@happyvertical/smrt-commerce:Cart"
|
|
7828
7870
|
}
|
|
7829
7871
|
],
|
|
7872
|
+
"withheldSurfaces": [
|
|
7873
|
+
{
|
|
7874
|
+
"kind": "api",
|
|
7875
|
+
"operation": "initialize",
|
|
7876
|
+
"code": "lifecycle-method",
|
|
7877
|
+
"reason": "`initialize` is a framework lifecycle method, not a distinct operation",
|
|
7878
|
+
"objectName": "@happyvertical/smrt-commerce:Cart"
|
|
7879
|
+
},
|
|
7880
|
+
{
|
|
7881
|
+
"kind": "api",
|
|
7882
|
+
"operation": "save",
|
|
7883
|
+
"code": "lifecycle-method",
|
|
7884
|
+
"reason": "`save` is a framework lifecycle method, not a distinct operation",
|
|
7885
|
+
"objectName": "@happyvertical/smrt-commerce:Cart"
|
|
7886
|
+
}
|
|
7887
|
+
],
|
|
7830
7888
|
"relationshipFeatures": [
|
|
7831
7889
|
"foreignKey",
|
|
7832
7890
|
"uuidColumns"
|
|
@@ -8087,7 +8145,7 @@
|
|
|
8087
8145
|
{
|
|
8088
8146
|
"name": "initialize",
|
|
8089
8147
|
"async": true,
|
|
8090
|
-
"returns": "Promise"
|
|
8148
|
+
"returns": "Promise<this>"
|
|
8091
8149
|
},
|
|
8092
8150
|
{
|
|
8093
8151
|
"name": "isAccepted",
|
|
@@ -8121,7 +8179,7 @@
|
|
|
8121
8179
|
{
|
|
8122
8180
|
"name": "save",
|
|
8123
8181
|
"async": true,
|
|
8124
|
-
"returns": "Promise"
|
|
8182
|
+
"returns": "Promise<this>"
|
|
8125
8183
|
}
|
|
8126
8184
|
],
|
|
8127
8185
|
"tenant": {
|
|
@@ -8219,22 +8277,6 @@
|
|
|
8219
8277
|
"path": "/contracts/[id]/recalculateTotals",
|
|
8220
8278
|
"method": "POST"
|
|
8221
8279
|
},
|
|
8222
|
-
{
|
|
8223
|
-
"kind": "api",
|
|
8224
|
-
"name": "contracts.initialize",
|
|
8225
|
-
"operation": "initialize",
|
|
8226
|
-
"objectName": "@happyvertical/smrt-commerce:LicenseSale",
|
|
8227
|
-
"path": "/contracts/[id]/initialize",
|
|
8228
|
-
"method": "POST"
|
|
8229
|
-
},
|
|
8230
|
-
{
|
|
8231
|
-
"kind": "api",
|
|
8232
|
-
"name": "contracts.save",
|
|
8233
|
-
"operation": "save",
|
|
8234
|
-
"objectName": "@happyvertical/smrt-commerce:LicenseSale",
|
|
8235
|
-
"path": "/contracts/[id]/save",
|
|
8236
|
-
"method": "POST"
|
|
8237
|
-
},
|
|
8238
8280
|
{
|
|
8239
8281
|
"kind": "api",
|
|
8240
8282
|
"name": "contracts.getRightsSnapshot",
|
|
@@ -8408,6 +8450,22 @@
|
|
|
8408
8450
|
"objectName": "@happyvertical/smrt-commerce:LicenseSale"
|
|
8409
8451
|
}
|
|
8410
8452
|
],
|
|
8453
|
+
"withheldSurfaces": [
|
|
8454
|
+
{
|
|
8455
|
+
"kind": "api",
|
|
8456
|
+
"operation": "initialize",
|
|
8457
|
+
"code": "lifecycle-method",
|
|
8458
|
+
"reason": "`initialize` is a framework lifecycle method, not a distinct operation",
|
|
8459
|
+
"objectName": "@happyvertical/smrt-commerce:LicenseSale"
|
|
8460
|
+
},
|
|
8461
|
+
{
|
|
8462
|
+
"kind": "api",
|
|
8463
|
+
"operation": "save",
|
|
8464
|
+
"code": "lifecycle-method",
|
|
8465
|
+
"reason": "`save` is a framework lifecycle method, not a distinct operation",
|
|
8466
|
+
"objectName": "@happyvertical/smrt-commerce:LicenseSale"
|
|
8467
|
+
}
|
|
8468
|
+
],
|
|
8411
8469
|
"relationshipFeatures": [
|
|
8412
8470
|
"foreignKey",
|
|
8413
8471
|
"uuidColumns"
|
|
@@ -8680,14 +8738,37 @@
|
|
|
8680
8738
|
"objectName": "@happyvertical/smrt-commerce:ContractLineItem"
|
|
8681
8739
|
}
|
|
8682
8740
|
],
|
|
8683
|
-
"
|
|
8684
|
-
|
|
8685
|
-
|
|
8686
|
-
|
|
8687
|
-
|
|
8688
|
-
|
|
8689
|
-
|
|
8690
|
-
|
|
8741
|
+
"withheldSurfaces": [
|
|
8742
|
+
{
|
|
8743
|
+
"kind": "api",
|
|
8744
|
+
"operation": "calculateAmount",
|
|
8745
|
+
"code": "not-included",
|
|
8746
|
+
"reason": "not listed in api.include",
|
|
8747
|
+
"objectName": "@happyvertical/smrt-commerce:ContractLineItem"
|
|
8748
|
+
},
|
|
8749
|
+
{
|
|
8750
|
+
"kind": "api",
|
|
8751
|
+
"operation": "isRecurring",
|
|
8752
|
+
"code": "not-included",
|
|
8753
|
+
"reason": "not listed in api.include",
|
|
8754
|
+
"objectName": "@happyvertical/smrt-commerce:ContractLineItem"
|
|
8755
|
+
},
|
|
8756
|
+
{
|
|
8757
|
+
"kind": "api",
|
|
8758
|
+
"operation": "isSubscriptionActive",
|
|
8759
|
+
"code": "not-included",
|
|
8760
|
+
"reason": "not listed in api.include",
|
|
8761
|
+
"objectName": "@happyvertical/smrt-commerce:ContractLineItem"
|
|
8762
|
+
}
|
|
8763
|
+
],
|
|
8764
|
+
"relationshipFeatures": [
|
|
8765
|
+
"crossPackageRef",
|
|
8766
|
+
"foreignKey",
|
|
8767
|
+
"uuidColumns"
|
|
8768
|
+
],
|
|
8769
|
+
"tags": [],
|
|
8770
|
+
"risks": []
|
|
8771
|
+
},
|
|
8691
8772
|
{
|
|
8692
8773
|
"name": "Customer",
|
|
8693
8774
|
"qualifiedName": "@happyvertical/smrt-commerce:Customer",
|
|
@@ -8908,6 +8989,36 @@
|
|
|
8908
8989
|
"objectName": "@happyvertical/smrt-commerce:Customer"
|
|
8909
8990
|
}
|
|
8910
8991
|
],
|
|
8992
|
+
"withheldSurfaces": [
|
|
8993
|
+
{
|
|
8994
|
+
"kind": "api",
|
|
8995
|
+
"operation": "getProfileId",
|
|
8996
|
+
"code": "not-included",
|
|
8997
|
+
"reason": "not listed in api.include",
|
|
8998
|
+
"objectName": "@happyvertical/smrt-commerce:Customer"
|
|
8999
|
+
},
|
|
9000
|
+
{
|
|
9001
|
+
"kind": "api",
|
|
9002
|
+
"operation": "hasAvailableCredit",
|
|
9003
|
+
"code": "not-included",
|
|
9004
|
+
"reason": "not listed in api.include",
|
|
9005
|
+
"objectName": "@happyvertical/smrt-commerce:Customer"
|
|
9006
|
+
},
|
|
9007
|
+
{
|
|
9008
|
+
"kind": "api",
|
|
9009
|
+
"operation": "isActive",
|
|
9010
|
+
"code": "not-included",
|
|
9011
|
+
"reason": "not listed in api.include",
|
|
9012
|
+
"objectName": "@happyvertical/smrt-commerce:Customer"
|
|
9013
|
+
},
|
|
9014
|
+
{
|
|
9015
|
+
"kind": "api",
|
|
9016
|
+
"operation": "isWholesale",
|
|
9017
|
+
"code": "not-included",
|
|
9018
|
+
"reason": "not listed in api.include",
|
|
9019
|
+
"objectName": "@happyvertical/smrt-commerce:Customer"
|
|
9020
|
+
}
|
|
9021
|
+
],
|
|
8911
9022
|
"relationshipFeatures": [
|
|
8912
9023
|
"crossPackageRef",
|
|
8913
9024
|
"uuidColumns"
|
|
@@ -9021,7 +9132,7 @@
|
|
|
9021
9132
|
{
|
|
9022
9133
|
"name": "initialize",
|
|
9023
9134
|
"async": true,
|
|
9024
|
-
"returns": "Promise"
|
|
9135
|
+
"returns": "Promise<this>"
|
|
9025
9136
|
},
|
|
9026
9137
|
{
|
|
9027
9138
|
"name": "isDelivered",
|
|
@@ -9050,7 +9161,7 @@
|
|
|
9050
9161
|
{
|
|
9051
9162
|
"name": "save",
|
|
9052
9163
|
"async": true,
|
|
9053
|
-
"returns": "Promise"
|
|
9164
|
+
"returns": "Promise<this>"
|
|
9054
9165
|
}
|
|
9055
9166
|
],
|
|
9056
9167
|
"tenant": {
|
|
@@ -9175,6 +9286,64 @@
|
|
|
9175
9286
|
"objectName": "@happyvertical/smrt-commerce:Fulfillment"
|
|
9176
9287
|
}
|
|
9177
9288
|
],
|
|
9289
|
+
"withheldSurfaces": [
|
|
9290
|
+
{
|
|
9291
|
+
"kind": "api",
|
|
9292
|
+
"operation": "cancel",
|
|
9293
|
+
"code": "not-included",
|
|
9294
|
+
"reason": "not listed in api.include",
|
|
9295
|
+
"objectName": "@happyvertical/smrt-commerce:Fulfillment"
|
|
9296
|
+
},
|
|
9297
|
+
{
|
|
9298
|
+
"kind": "api",
|
|
9299
|
+
"operation": "initialize",
|
|
9300
|
+
"code": "lifecycle-method",
|
|
9301
|
+
"reason": "`initialize` is a framework lifecycle method, not a distinct operation",
|
|
9302
|
+
"objectName": "@happyvertical/smrt-commerce:Fulfillment"
|
|
9303
|
+
},
|
|
9304
|
+
{
|
|
9305
|
+
"kind": "api",
|
|
9306
|
+
"operation": "isDelivered",
|
|
9307
|
+
"code": "not-included",
|
|
9308
|
+
"reason": "not listed in api.include",
|
|
9309
|
+
"objectName": "@happyvertical/smrt-commerce:Fulfillment"
|
|
9310
|
+
},
|
|
9311
|
+
{
|
|
9312
|
+
"kind": "api",
|
|
9313
|
+
"operation": "isInTransit",
|
|
9314
|
+
"code": "not-included",
|
|
9315
|
+
"reason": "not listed in api.include",
|
|
9316
|
+
"objectName": "@happyvertical/smrt-commerce:Fulfillment"
|
|
9317
|
+
},
|
|
9318
|
+
{
|
|
9319
|
+
"kind": "api",
|
|
9320
|
+
"operation": "isPending",
|
|
9321
|
+
"code": "not-included",
|
|
9322
|
+
"reason": "not listed in api.include",
|
|
9323
|
+
"objectName": "@happyvertical/smrt-commerce:Fulfillment"
|
|
9324
|
+
},
|
|
9325
|
+
{
|
|
9326
|
+
"kind": "api",
|
|
9327
|
+
"operation": "markDelivered",
|
|
9328
|
+
"code": "not-included",
|
|
9329
|
+
"reason": "not listed in api.include",
|
|
9330
|
+
"objectName": "@happyvertical/smrt-commerce:Fulfillment"
|
|
9331
|
+
},
|
|
9332
|
+
{
|
|
9333
|
+
"kind": "api",
|
|
9334
|
+
"operation": "markShipped",
|
|
9335
|
+
"code": "not-included",
|
|
9336
|
+
"reason": "not listed in api.include",
|
|
9337
|
+
"objectName": "@happyvertical/smrt-commerce:Fulfillment"
|
|
9338
|
+
},
|
|
9339
|
+
{
|
|
9340
|
+
"kind": "api",
|
|
9341
|
+
"operation": "save",
|
|
9342
|
+
"code": "lifecycle-method",
|
|
9343
|
+
"reason": "`save` is a framework lifecycle method, not a distinct operation",
|
|
9344
|
+
"objectName": "@happyvertical/smrt-commerce:Fulfillment"
|
|
9345
|
+
}
|
|
9346
|
+
],
|
|
9178
9347
|
"relationshipFeatures": [
|
|
9179
9348
|
"foreignKey",
|
|
9180
9349
|
"uuidColumns"
|
|
@@ -9248,7 +9417,7 @@
|
|
|
9248
9417
|
{
|
|
9249
9418
|
"name": "save",
|
|
9250
9419
|
"async": true,
|
|
9251
|
-
"returns": "Promise"
|
|
9420
|
+
"returns": "Promise<this>"
|
|
9252
9421
|
}
|
|
9253
9422
|
],
|
|
9254
9423
|
"tenant": {
|
|
@@ -9345,6 +9514,15 @@
|
|
|
9345
9514
|
"objectName": "@happyvertical/smrt-commerce:FulfillmentLineItem"
|
|
9346
9515
|
}
|
|
9347
9516
|
],
|
|
9517
|
+
"withheldSurfaces": [
|
|
9518
|
+
{
|
|
9519
|
+
"kind": "api",
|
|
9520
|
+
"operation": "save",
|
|
9521
|
+
"code": "lifecycle-method",
|
|
9522
|
+
"reason": "`save` is a framework lifecycle method, not a distinct operation",
|
|
9523
|
+
"objectName": "@happyvertical/smrt-commerce:FulfillmentLineItem"
|
|
9524
|
+
}
|
|
9525
|
+
],
|
|
9348
9526
|
"relationshipFeatures": [
|
|
9349
9527
|
"foreignKey",
|
|
9350
9528
|
"uuidColumns"
|
|
@@ -9606,7 +9784,7 @@
|
|
|
9606
9784
|
{
|
|
9607
9785
|
"name": "initialize",
|
|
9608
9786
|
"async": true,
|
|
9609
|
-
"returns": "Promise"
|
|
9787
|
+
"returns": "Promise<this>"
|
|
9610
9788
|
},
|
|
9611
9789
|
{
|
|
9612
9790
|
"name": "isDraft",
|
|
@@ -9647,7 +9825,7 @@
|
|
|
9647
9825
|
{
|
|
9648
9826
|
"name": "save",
|
|
9649
9827
|
"async": true,
|
|
9650
|
-
"returns": "Promise"
|
|
9828
|
+
"returns": "Promise<this>"
|
|
9651
9829
|
},
|
|
9652
9830
|
{
|
|
9653
9831
|
"name": "toAccountingInput",
|
|
@@ -9836,6 +10014,120 @@
|
|
|
9836
10014
|
"objectName": "@happyvertical/smrt-commerce:Invoice"
|
|
9837
10015
|
}
|
|
9838
10016
|
],
|
|
10017
|
+
"withheldSurfaces": [
|
|
10018
|
+
{
|
|
10019
|
+
"kind": "api",
|
|
10020
|
+
"operation": "cancel",
|
|
10021
|
+
"code": "not-included",
|
|
10022
|
+
"reason": "not listed in api.include",
|
|
10023
|
+
"objectName": "@happyvertical/smrt-commerce:Invoice"
|
|
10024
|
+
},
|
|
10025
|
+
{
|
|
10026
|
+
"kind": "api",
|
|
10027
|
+
"operation": "getAmountDue",
|
|
10028
|
+
"code": "not-included",
|
|
10029
|
+
"reason": "not listed in api.include",
|
|
10030
|
+
"objectName": "@happyvertical/smrt-commerce:Invoice"
|
|
10031
|
+
},
|
|
10032
|
+
{
|
|
10033
|
+
"kind": "api",
|
|
10034
|
+
"operation": "getArJournal",
|
|
10035
|
+
"code": "not-included",
|
|
10036
|
+
"reason": "not listed in api.include",
|
|
10037
|
+
"objectName": "@happyvertical/smrt-commerce:Invoice"
|
|
10038
|
+
},
|
|
10039
|
+
{
|
|
10040
|
+
"kind": "api",
|
|
10041
|
+
"operation": "initialize",
|
|
10042
|
+
"code": "lifecycle-method",
|
|
10043
|
+
"reason": "`initialize` is a framework lifecycle method, not a distinct operation",
|
|
10044
|
+
"objectName": "@happyvertical/smrt-commerce:Invoice"
|
|
10045
|
+
},
|
|
10046
|
+
{
|
|
10047
|
+
"kind": "api",
|
|
10048
|
+
"operation": "isDraft",
|
|
10049
|
+
"code": "not-included",
|
|
10050
|
+
"reason": "not listed in api.include",
|
|
10051
|
+
"objectName": "@happyvertical/smrt-commerce:Invoice"
|
|
10052
|
+
},
|
|
10053
|
+
{
|
|
10054
|
+
"kind": "api",
|
|
10055
|
+
"operation": "isOverdue",
|
|
10056
|
+
"code": "not-included",
|
|
10057
|
+
"reason": "not listed in api.include",
|
|
10058
|
+
"objectName": "@happyvertical/smrt-commerce:Invoice"
|
|
10059
|
+
},
|
|
10060
|
+
{
|
|
10061
|
+
"kind": "api",
|
|
10062
|
+
"operation": "isPaid",
|
|
10063
|
+
"code": "not-included",
|
|
10064
|
+
"reason": "not listed in api.include",
|
|
10065
|
+
"objectName": "@happyvertical/smrt-commerce:Invoice"
|
|
10066
|
+
},
|
|
10067
|
+
{
|
|
10068
|
+
"kind": "api",
|
|
10069
|
+
"operation": "isPartial",
|
|
10070
|
+
"code": "not-included",
|
|
10071
|
+
"reason": "not listed in api.include",
|
|
10072
|
+
"objectName": "@happyvertical/smrt-commerce:Invoice"
|
|
10073
|
+
},
|
|
10074
|
+
{
|
|
10075
|
+
"kind": "api",
|
|
10076
|
+
"operation": "isSent",
|
|
10077
|
+
"code": "not-included",
|
|
10078
|
+
"reason": "not listed in api.include",
|
|
10079
|
+
"objectName": "@happyvertical/smrt-commerce:Invoice"
|
|
10080
|
+
},
|
|
10081
|
+
{
|
|
10082
|
+
"kind": "api",
|
|
10083
|
+
"operation": "markSent",
|
|
10084
|
+
"code": "not-included",
|
|
10085
|
+
"reason": "not listed in api.include",
|
|
10086
|
+
"objectName": "@happyvertical/smrt-commerce:Invoice"
|
|
10087
|
+
},
|
|
10088
|
+
{
|
|
10089
|
+
"kind": "api",
|
|
10090
|
+
"operation": "markViewed",
|
|
10091
|
+
"code": "not-included",
|
|
10092
|
+
"reason": "not listed in api.include",
|
|
10093
|
+
"objectName": "@happyvertical/smrt-commerce:Invoice"
|
|
10094
|
+
},
|
|
10095
|
+
{
|
|
10096
|
+
"kind": "api",
|
|
10097
|
+
"operation": "recognizeRevenue",
|
|
10098
|
+
"code": "not-included",
|
|
10099
|
+
"reason": "not listed in api.include",
|
|
10100
|
+
"objectName": "@happyvertical/smrt-commerce:Invoice"
|
|
10101
|
+
},
|
|
10102
|
+
{
|
|
10103
|
+
"kind": "api",
|
|
10104
|
+
"operation": "save",
|
|
10105
|
+
"code": "lifecycle-method",
|
|
10106
|
+
"reason": "`save` is a framework lifecycle method, not a distinct operation",
|
|
10107
|
+
"objectName": "@happyvertical/smrt-commerce:Invoice"
|
|
10108
|
+
},
|
|
10109
|
+
{
|
|
10110
|
+
"kind": "api",
|
|
10111
|
+
"operation": "toAccountingInput",
|
|
10112
|
+
"code": "not-included",
|
|
10113
|
+
"reason": "not listed in api.include",
|
|
10114
|
+
"objectName": "@happyvertical/smrt-commerce:Invoice"
|
|
10115
|
+
},
|
|
10116
|
+
{
|
|
10117
|
+
"kind": "api",
|
|
10118
|
+
"operation": "updatePaymentStatus",
|
|
10119
|
+
"code": "not-included",
|
|
10120
|
+
"reason": "not listed in api.include",
|
|
10121
|
+
"objectName": "@happyvertical/smrt-commerce:Invoice"
|
|
10122
|
+
},
|
|
10123
|
+
{
|
|
10124
|
+
"kind": "api",
|
|
10125
|
+
"operation": "writeOff",
|
|
10126
|
+
"code": "not-included",
|
|
10127
|
+
"reason": "not listed in api.include",
|
|
10128
|
+
"objectName": "@happyvertical/smrt-commerce:Invoice"
|
|
10129
|
+
}
|
|
10130
|
+
],
|
|
9839
10131
|
"relationshipFeatures": [
|
|
9840
10132
|
"crossPackageRef",
|
|
9841
10133
|
"foreignKey",
|
|
@@ -10135,6 +10427,50 @@
|
|
|
10135
10427
|
"objectName": "@happyvertical/smrt-commerce:InvoiceLineItem"
|
|
10136
10428
|
}
|
|
10137
10429
|
],
|
|
10430
|
+
"withheldSurfaces": [
|
|
10431
|
+
{
|
|
10432
|
+
"kind": "api",
|
|
10433
|
+
"operation": "calculateAmount",
|
|
10434
|
+
"code": "not-included",
|
|
10435
|
+
"reason": "not listed in api.include",
|
|
10436
|
+
"objectName": "@happyvertical/smrt-commerce:InvoiceLineItem"
|
|
10437
|
+
},
|
|
10438
|
+
{
|
|
10439
|
+
"kind": "api",
|
|
10440
|
+
"operation": "getSubtotal",
|
|
10441
|
+
"code": "not-included",
|
|
10442
|
+
"reason": "not listed in api.include",
|
|
10443
|
+
"objectName": "@happyvertical/smrt-commerce:InvoiceLineItem"
|
|
10444
|
+
},
|
|
10445
|
+
{
|
|
10446
|
+
"kind": "api",
|
|
10447
|
+
"operation": "getTaxAmount",
|
|
10448
|
+
"code": "not-included",
|
|
10449
|
+
"reason": "not listed in api.include",
|
|
10450
|
+
"objectName": "@happyvertical/smrt-commerce:InvoiceLineItem"
|
|
10451
|
+
},
|
|
10452
|
+
{
|
|
10453
|
+
"kind": "api",
|
|
10454
|
+
"operation": "hasPeriod",
|
|
10455
|
+
"code": "not-included",
|
|
10456
|
+
"reason": "not listed in api.include",
|
|
10457
|
+
"objectName": "@happyvertical/smrt-commerce:InvoiceLineItem"
|
|
10458
|
+
},
|
|
10459
|
+
{
|
|
10460
|
+
"kind": "api",
|
|
10461
|
+
"operation": "hasSource",
|
|
10462
|
+
"code": "not-included",
|
|
10463
|
+
"reason": "not listed in api.include",
|
|
10464
|
+
"objectName": "@happyvertical/smrt-commerce:InvoiceLineItem"
|
|
10465
|
+
},
|
|
10466
|
+
{
|
|
10467
|
+
"kind": "api",
|
|
10468
|
+
"operation": "toAccountingLineItem",
|
|
10469
|
+
"code": "not-included",
|
|
10470
|
+
"reason": "not listed in api.include",
|
|
10471
|
+
"objectName": "@happyvertical/smrt-commerce:InvoiceLineItem"
|
|
10472
|
+
}
|
|
10473
|
+
],
|
|
10138
10474
|
"relationshipFeatures": [
|
|
10139
10475
|
"crossPackageRef",
|
|
10140
10476
|
"foreignKey",
|
|
@@ -10342,7 +10678,7 @@
|
|
|
10342
10678
|
{
|
|
10343
10679
|
"name": "initialize",
|
|
10344
10680
|
"async": true,
|
|
10345
|
-
"returns": "Promise"
|
|
10681
|
+
"returns": "Promise<this>"
|
|
10346
10682
|
},
|
|
10347
10683
|
{
|
|
10348
10684
|
"name": "isCompleted",
|
|
@@ -10374,7 +10710,7 @@
|
|
|
10374
10710
|
{
|
|
10375
10711
|
"name": "save",
|
|
10376
10712
|
"async": true,
|
|
10377
|
-
"returns": "Promise"
|
|
10713
|
+
"returns": "Promise<this>"
|
|
10378
10714
|
},
|
|
10379
10715
|
{
|
|
10380
10716
|
"name": "usdDrift",
|
|
@@ -10515,6 +10851,78 @@
|
|
|
10515
10851
|
"objectName": "@happyvertical/smrt-commerce:Payment"
|
|
10516
10852
|
}
|
|
10517
10853
|
],
|
|
10854
|
+
"withheldSurfaces": [
|
|
10855
|
+
{
|
|
10856
|
+
"kind": "api",
|
|
10857
|
+
"operation": "cancel",
|
|
10858
|
+
"code": "not-included",
|
|
10859
|
+
"reason": "not listed in api.include",
|
|
10860
|
+
"objectName": "@happyvertical/smrt-commerce:Payment"
|
|
10861
|
+
},
|
|
10862
|
+
{
|
|
10863
|
+
"kind": "api",
|
|
10864
|
+
"operation": "getJournal",
|
|
10865
|
+
"code": "not-included",
|
|
10866
|
+
"reason": "not listed in api.include",
|
|
10867
|
+
"objectName": "@happyvertical/smrt-commerce:Payment"
|
|
10868
|
+
},
|
|
10869
|
+
{
|
|
10870
|
+
"kind": "api",
|
|
10871
|
+
"operation": "initialize",
|
|
10872
|
+
"code": "lifecycle-method",
|
|
10873
|
+
"reason": "`initialize` is a framework lifecycle method, not a distinct operation",
|
|
10874
|
+
"objectName": "@happyvertical/smrt-commerce:Payment"
|
|
10875
|
+
},
|
|
10876
|
+
{
|
|
10877
|
+
"kind": "api",
|
|
10878
|
+
"operation": "isCompleted",
|
|
10879
|
+
"code": "not-included",
|
|
10880
|
+
"reason": "not listed in api.include",
|
|
10881
|
+
"objectName": "@happyvertical/smrt-commerce:Payment"
|
|
10882
|
+
},
|
|
10883
|
+
{
|
|
10884
|
+
"kind": "api",
|
|
10885
|
+
"operation": "isPending",
|
|
10886
|
+
"code": "not-included",
|
|
10887
|
+
"reason": "not listed in api.include",
|
|
10888
|
+
"objectName": "@happyvertical/smrt-commerce:Payment"
|
|
10889
|
+
},
|
|
10890
|
+
{
|
|
10891
|
+
"kind": "api",
|
|
10892
|
+
"operation": "isRefunded",
|
|
10893
|
+
"code": "not-included",
|
|
10894
|
+
"reason": "not listed in api.include",
|
|
10895
|
+
"objectName": "@happyvertical/smrt-commerce:Payment"
|
|
10896
|
+
},
|
|
10897
|
+
{
|
|
10898
|
+
"kind": "api",
|
|
10899
|
+
"operation": "markFailed",
|
|
10900
|
+
"code": "not-included",
|
|
10901
|
+
"reason": "not listed in api.include",
|
|
10902
|
+
"objectName": "@happyvertical/smrt-commerce:Payment"
|
|
10903
|
+
},
|
|
10904
|
+
{
|
|
10905
|
+
"kind": "api",
|
|
10906
|
+
"operation": "recordPayment",
|
|
10907
|
+
"code": "not-included",
|
|
10908
|
+
"reason": "not listed in api.include",
|
|
10909
|
+
"objectName": "@happyvertical/smrt-commerce:Payment"
|
|
10910
|
+
},
|
|
10911
|
+
{
|
|
10912
|
+
"kind": "api",
|
|
10913
|
+
"operation": "save",
|
|
10914
|
+
"code": "lifecycle-method",
|
|
10915
|
+
"reason": "`save` is a framework lifecycle method, not a distinct operation",
|
|
10916
|
+
"objectName": "@happyvertical/smrt-commerce:Payment"
|
|
10917
|
+
},
|
|
10918
|
+
{
|
|
10919
|
+
"kind": "api",
|
|
10920
|
+
"operation": "usdDrift",
|
|
10921
|
+
"code": "not-included",
|
|
10922
|
+
"reason": "not listed in api.include",
|
|
10923
|
+
"objectName": "@happyvertical/smrt-commerce:Payment"
|
|
10924
|
+
}
|
|
10925
|
+
],
|
|
10518
10926
|
"relationshipFeatures": [
|
|
10519
10927
|
"crossPackageRef",
|
|
10520
10928
|
"foreignKey",
|
|
@@ -10602,7 +11010,7 @@
|
|
|
10602
11010
|
{
|
|
10603
11011
|
"name": "save",
|
|
10604
11012
|
"async": true,
|
|
10605
|
-
"returns": "Promise"
|
|
11013
|
+
"returns": "Promise<this>"
|
|
10606
11014
|
}
|
|
10607
11015
|
],
|
|
10608
11016
|
"tenant": {
|
|
@@ -10657,6 +11065,15 @@
|
|
|
10657
11065
|
"objectName": "@happyvertical/smrt-commerce:PaymentAllocation"
|
|
10658
11066
|
}
|
|
10659
11067
|
],
|
|
11068
|
+
"withheldSurfaces": [
|
|
11069
|
+
{
|
|
11070
|
+
"kind": "api",
|
|
11071
|
+
"operation": "save",
|
|
11072
|
+
"code": "lifecycle-method",
|
|
11073
|
+
"reason": "`save` is a framework lifecycle method, not a distinct operation",
|
|
11074
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentAllocation"
|
|
11075
|
+
}
|
|
11076
|
+
],
|
|
10660
11077
|
"relationshipFeatures": [
|
|
10661
11078
|
"foreignKey",
|
|
10662
11079
|
"uuidColumns"
|
|
@@ -10909,6 +11326,43 @@
|
|
|
10909
11326
|
"objectName": "@happyvertical/smrt-commerce:PaymentInstrument"
|
|
10910
11327
|
}
|
|
10911
11328
|
],
|
|
11329
|
+
"withheldSurfaces": [
|
|
11330
|
+
{
|
|
11331
|
+
"kind": "api",
|
|
11332
|
+
"operation": "isActive",
|
|
11333
|
+
"code": "not-included",
|
|
11334
|
+
"reason": "not listed in api.include",
|
|
11335
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentInstrument"
|
|
11336
|
+
},
|
|
11337
|
+
{
|
|
11338
|
+
"kind": "api",
|
|
11339
|
+
"operation": "isExpired",
|
|
11340
|
+
"code": "not-included",
|
|
11341
|
+
"reason": "not listed in api.include",
|
|
11342
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentInstrument"
|
|
11343
|
+
},
|
|
11344
|
+
{
|
|
11345
|
+
"kind": "api",
|
|
11346
|
+
"operation": "isRemoved",
|
|
11347
|
+
"code": "not-included",
|
|
11348
|
+
"reason": "not listed in api.include",
|
|
11349
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentInstrument"
|
|
11350
|
+
},
|
|
11351
|
+
{
|
|
11352
|
+
"kind": "api",
|
|
11353
|
+
"operation": "markExpired",
|
|
11354
|
+
"code": "not-included",
|
|
11355
|
+
"reason": "not listed in api.include",
|
|
11356
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentInstrument"
|
|
11357
|
+
},
|
|
11358
|
+
{
|
|
11359
|
+
"kind": "api",
|
|
11360
|
+
"operation": "markRemoved",
|
|
11361
|
+
"code": "not-included",
|
|
11362
|
+
"reason": "not listed in api.include",
|
|
11363
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentInstrument"
|
|
11364
|
+
}
|
|
11365
|
+
],
|
|
10912
11366
|
"relationshipFeatures": [
|
|
10913
11367
|
"foreignKey",
|
|
10914
11368
|
"uuidColumns"
|
|
@@ -11096,7 +11550,7 @@
|
|
|
11096
11550
|
{
|
|
11097
11551
|
"name": "initialize",
|
|
11098
11552
|
"async": true,
|
|
11099
|
-
"returns": "Promise"
|
|
11553
|
+
"returns": "Promise<this>"
|
|
11100
11554
|
},
|
|
11101
11555
|
{
|
|
11102
11556
|
"name": "isAwaitingPayment",
|
|
@@ -11154,7 +11608,7 @@
|
|
|
11154
11608
|
{
|
|
11155
11609
|
"name": "save",
|
|
11156
11610
|
"async": true,
|
|
11157
|
-
"returns": "Promise"
|
|
11611
|
+
"returns": "Promise<this>"
|
|
11158
11612
|
},
|
|
11159
11613
|
{
|
|
11160
11614
|
"name": "verifyAndMarkPaid",
|
|
@@ -11258,93 +11712,221 @@
|
|
|
11258
11712
|
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11259
11713
|
},
|
|
11260
11714
|
{
|
|
11261
|
-
"kind": "cli",
|
|
11262
|
-
"name": "paymentintent_isCancelled",
|
|
11263
|
-
"operation": "isCancelled",
|
|
11715
|
+
"kind": "cli",
|
|
11716
|
+
"name": "paymentintent_isCancelled",
|
|
11717
|
+
"operation": "isCancelled",
|
|
11718
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11719
|
+
},
|
|
11720
|
+
{
|
|
11721
|
+
"kind": "cli",
|
|
11722
|
+
"name": "paymentintent_isRetired",
|
|
11723
|
+
"operation": "isRetired",
|
|
11724
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11725
|
+
},
|
|
11726
|
+
{
|
|
11727
|
+
"kind": "cli",
|
|
11728
|
+
"name": "paymentintent_isTerminal",
|
|
11729
|
+
"operation": "isTerminal",
|
|
11730
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11731
|
+
},
|
|
11732
|
+
{
|
|
11733
|
+
"kind": "cli",
|
|
11734
|
+
"name": "paymentintent_isExpired",
|
|
11735
|
+
"operation": "isExpired",
|
|
11736
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11737
|
+
},
|
|
11738
|
+
{
|
|
11739
|
+
"kind": "cli",
|
|
11740
|
+
"name": "paymentintent_markPaid",
|
|
11741
|
+
"operation": "markPaid",
|
|
11742
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11743
|
+
},
|
|
11744
|
+
{
|
|
11745
|
+
"kind": "cli",
|
|
11746
|
+
"name": "paymentintent_verifyAndMarkPaid",
|
|
11747
|
+
"operation": "verifyAndMarkPaid",
|
|
11748
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11749
|
+
},
|
|
11750
|
+
{
|
|
11751
|
+
"kind": "cli",
|
|
11752
|
+
"name": "paymentintent_markIssued",
|
|
11753
|
+
"operation": "markIssued",
|
|
11754
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11755
|
+
},
|
|
11756
|
+
{
|
|
11757
|
+
"kind": "cli",
|
|
11758
|
+
"name": "paymentintent_expire",
|
|
11759
|
+
"operation": "expire",
|
|
11760
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11761
|
+
},
|
|
11762
|
+
{
|
|
11763
|
+
"kind": "cli",
|
|
11764
|
+
"name": "paymentintent_cancel",
|
|
11765
|
+
"operation": "cancel",
|
|
11766
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11767
|
+
},
|
|
11768
|
+
{
|
|
11769
|
+
"kind": "cli",
|
|
11770
|
+
"name": "paymentintent_retire",
|
|
11771
|
+
"operation": "retire",
|
|
11772
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11773
|
+
},
|
|
11774
|
+
{
|
|
11775
|
+
"kind": "cli",
|
|
11776
|
+
"name": "paymentintent_getOption",
|
|
11777
|
+
"operation": "getOption",
|
|
11778
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11779
|
+
},
|
|
11780
|
+
{
|
|
11781
|
+
"kind": "cli",
|
|
11782
|
+
"name": "paymentintent_isOptionRetired",
|
|
11783
|
+
"operation": "isOptionRetired",
|
|
11784
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11785
|
+
},
|
|
11786
|
+
{
|
|
11787
|
+
"kind": "cli",
|
|
11788
|
+
"name": "paymentintent_getRetiredOptions",
|
|
11789
|
+
"operation": "getRetiredOptions",
|
|
11790
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11791
|
+
},
|
|
11792
|
+
{
|
|
11793
|
+
"kind": "mcp",
|
|
11794
|
+
"name": "paymentintent_list",
|
|
11795
|
+
"operation": "list",
|
|
11796
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11797
|
+
},
|
|
11798
|
+
{
|
|
11799
|
+
"kind": "mcp",
|
|
11800
|
+
"name": "paymentintent_get",
|
|
11801
|
+
"operation": "get",
|
|
11802
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11803
|
+
}
|
|
11804
|
+
],
|
|
11805
|
+
"withheldSurfaces": [
|
|
11806
|
+
{
|
|
11807
|
+
"kind": "api",
|
|
11808
|
+
"operation": "cancel",
|
|
11809
|
+
"code": "not-included",
|
|
11810
|
+
"reason": "not listed in api.include",
|
|
11811
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11812
|
+
},
|
|
11813
|
+
{
|
|
11814
|
+
"kind": "api",
|
|
11815
|
+
"operation": "expire",
|
|
11816
|
+
"code": "not-included",
|
|
11817
|
+
"reason": "not listed in api.include",
|
|
11818
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11819
|
+
},
|
|
11820
|
+
{
|
|
11821
|
+
"kind": "api",
|
|
11822
|
+
"operation": "getOption",
|
|
11823
|
+
"code": "not-included",
|
|
11824
|
+
"reason": "not listed in api.include",
|
|
11825
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11826
|
+
},
|
|
11827
|
+
{
|
|
11828
|
+
"kind": "api",
|
|
11829
|
+
"operation": "getRetiredOptions",
|
|
11830
|
+
"code": "not-included",
|
|
11831
|
+
"reason": "not listed in api.include",
|
|
11832
|
+
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11833
|
+
},
|
|
11834
|
+
{
|
|
11835
|
+
"kind": "api",
|
|
11836
|
+
"operation": "initialize",
|
|
11837
|
+
"code": "lifecycle-method",
|
|
11838
|
+
"reason": "`initialize` is a framework lifecycle method, not a distinct operation",
|
|
11264
11839
|
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11265
11840
|
},
|
|
11266
11841
|
{
|
|
11267
|
-
"kind": "
|
|
11268
|
-
"
|
|
11269
|
-
"
|
|
11842
|
+
"kind": "api",
|
|
11843
|
+
"operation": "isAwaitingPayment",
|
|
11844
|
+
"code": "not-included",
|
|
11845
|
+
"reason": "not listed in api.include",
|
|
11270
11846
|
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11271
11847
|
},
|
|
11272
11848
|
{
|
|
11273
|
-
"kind": "
|
|
11274
|
-
"
|
|
11275
|
-
"
|
|
11849
|
+
"kind": "api",
|
|
11850
|
+
"operation": "isCancelled",
|
|
11851
|
+
"code": "not-included",
|
|
11852
|
+
"reason": "not listed in api.include",
|
|
11276
11853
|
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11277
11854
|
},
|
|
11278
11855
|
{
|
|
11279
|
-
"kind": "
|
|
11280
|
-
"name": "paymentintent_isExpired",
|
|
11856
|
+
"kind": "api",
|
|
11281
11857
|
"operation": "isExpired",
|
|
11858
|
+
"code": "not-included",
|
|
11859
|
+
"reason": "not listed in api.include",
|
|
11282
11860
|
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11283
11861
|
},
|
|
11284
11862
|
{
|
|
11285
|
-
"kind": "
|
|
11286
|
-
"
|
|
11287
|
-
"
|
|
11288
|
-
"
|
|
11289
|
-
},
|
|
11290
|
-
{
|
|
11291
|
-
"kind": "cli",
|
|
11292
|
-
"name": "paymentintent_verifyAndMarkPaid",
|
|
11293
|
-
"operation": "verifyAndMarkPaid",
|
|
11863
|
+
"kind": "api",
|
|
11864
|
+
"operation": "isIssued",
|
|
11865
|
+
"code": "not-included",
|
|
11866
|
+
"reason": "not listed in api.include",
|
|
11294
11867
|
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11295
11868
|
},
|
|
11296
11869
|
{
|
|
11297
|
-
"kind": "
|
|
11298
|
-
"
|
|
11299
|
-
"
|
|
11870
|
+
"kind": "api",
|
|
11871
|
+
"operation": "isOptionRetired",
|
|
11872
|
+
"code": "not-included",
|
|
11873
|
+
"reason": "not listed in api.include",
|
|
11300
11874
|
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11301
11875
|
},
|
|
11302
11876
|
{
|
|
11303
|
-
"kind": "
|
|
11304
|
-
"
|
|
11305
|
-
"
|
|
11877
|
+
"kind": "api",
|
|
11878
|
+
"operation": "isPaid",
|
|
11879
|
+
"code": "not-included",
|
|
11880
|
+
"reason": "not listed in api.include",
|
|
11306
11881
|
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11307
11882
|
},
|
|
11308
11883
|
{
|
|
11309
|
-
"kind": "
|
|
11310
|
-
"
|
|
11311
|
-
"
|
|
11884
|
+
"kind": "api",
|
|
11885
|
+
"operation": "isRetired",
|
|
11886
|
+
"code": "not-included",
|
|
11887
|
+
"reason": "not listed in api.include",
|
|
11312
11888
|
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11313
11889
|
},
|
|
11314
11890
|
{
|
|
11315
|
-
"kind": "
|
|
11316
|
-
"
|
|
11317
|
-
"
|
|
11891
|
+
"kind": "api",
|
|
11892
|
+
"operation": "isTerminal",
|
|
11893
|
+
"code": "not-included",
|
|
11894
|
+
"reason": "not listed in api.include",
|
|
11318
11895
|
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11319
11896
|
},
|
|
11320
11897
|
{
|
|
11321
|
-
"kind": "
|
|
11322
|
-
"
|
|
11323
|
-
"
|
|
11898
|
+
"kind": "api",
|
|
11899
|
+
"operation": "markIssued",
|
|
11900
|
+
"code": "not-included",
|
|
11901
|
+
"reason": "not listed in api.include",
|
|
11324
11902
|
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11325
11903
|
},
|
|
11326
11904
|
{
|
|
11327
|
-
"kind": "
|
|
11328
|
-
"
|
|
11329
|
-
"
|
|
11905
|
+
"kind": "api",
|
|
11906
|
+
"operation": "markPaid",
|
|
11907
|
+
"code": "not-included",
|
|
11908
|
+
"reason": "not listed in api.include",
|
|
11330
11909
|
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11331
11910
|
},
|
|
11332
11911
|
{
|
|
11333
|
-
"kind": "
|
|
11334
|
-
"
|
|
11335
|
-
"
|
|
11912
|
+
"kind": "api",
|
|
11913
|
+
"operation": "retire",
|
|
11914
|
+
"code": "not-included",
|
|
11915
|
+
"reason": "not listed in api.include",
|
|
11336
11916
|
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11337
11917
|
},
|
|
11338
11918
|
{
|
|
11339
|
-
"kind": "
|
|
11340
|
-
"
|
|
11341
|
-
"
|
|
11919
|
+
"kind": "api",
|
|
11920
|
+
"operation": "save",
|
|
11921
|
+
"code": "lifecycle-method",
|
|
11922
|
+
"reason": "`save` is a framework lifecycle method, not a distinct operation",
|
|
11342
11923
|
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11343
11924
|
},
|
|
11344
11925
|
{
|
|
11345
|
-
"kind": "
|
|
11346
|
-
"
|
|
11347
|
-
"
|
|
11926
|
+
"kind": "api",
|
|
11927
|
+
"operation": "verifyAndMarkPaid",
|
|
11928
|
+
"code": "not-included",
|
|
11929
|
+
"reason": "not listed in api.include",
|
|
11348
11930
|
"objectName": "@happyvertical/smrt-commerce:PaymentIntent"
|
|
11349
11931
|
}
|
|
11350
11932
|
],
|
|
@@ -11489,7 +12071,7 @@
|
|
|
11489
12071
|
{
|
|
11490
12072
|
"name": "initialize",
|
|
11491
12073
|
"async": true,
|
|
11492
|
-
"returns": "Promise"
|
|
12074
|
+
"returns": "Promise<this>"
|
|
11493
12075
|
},
|
|
11494
12076
|
{
|
|
11495
12077
|
"name": "isConfirmed",
|
|
@@ -11532,7 +12114,7 @@
|
|
|
11532
12114
|
{
|
|
11533
12115
|
"name": "save",
|
|
11534
12116
|
"async": true,
|
|
11535
|
-
"returns": "Promise"
|
|
12117
|
+
"returns": "Promise<this>"
|
|
11536
12118
|
},
|
|
11537
12119
|
{
|
|
11538
12120
|
"name": "validateAmounts",
|
|
@@ -11591,6 +12173,85 @@
|
|
|
11591
12173
|
"objectName": "@happyvertical/smrt-commerce:Payout"
|
|
11592
12174
|
}
|
|
11593
12175
|
],
|
|
12176
|
+
"withheldSurfaces": [
|
|
12177
|
+
{
|
|
12178
|
+
"kind": "api",
|
|
12179
|
+
"operation": "initialize",
|
|
12180
|
+
"code": "lifecycle-method",
|
|
12181
|
+
"reason": "`initialize` is a framework lifecycle method, not a distinct operation",
|
|
12182
|
+
"objectName": "@happyvertical/smrt-commerce:Payout"
|
|
12183
|
+
},
|
|
12184
|
+
{
|
|
12185
|
+
"kind": "api",
|
|
12186
|
+
"operation": "isConfirmed",
|
|
12187
|
+
"code": "not-included",
|
|
12188
|
+
"reason": "not listed in api.include",
|
|
12189
|
+
"objectName": "@happyvertical/smrt-commerce:Payout"
|
|
12190
|
+
},
|
|
12191
|
+
{
|
|
12192
|
+
"kind": "api",
|
|
12193
|
+
"operation": "isFailed",
|
|
12194
|
+
"code": "not-included",
|
|
12195
|
+
"reason": "not listed in api.include",
|
|
12196
|
+
"objectName": "@happyvertical/smrt-commerce:Payout"
|
|
12197
|
+
},
|
|
12198
|
+
{
|
|
12199
|
+
"kind": "api",
|
|
12200
|
+
"operation": "isPending",
|
|
12201
|
+
"code": "not-included",
|
|
12202
|
+
"reason": "not listed in api.include",
|
|
12203
|
+
"objectName": "@happyvertical/smrt-commerce:Payout"
|
|
12204
|
+
},
|
|
12205
|
+
{
|
|
12206
|
+
"kind": "api",
|
|
12207
|
+
"operation": "isSent",
|
|
12208
|
+
"code": "not-included",
|
|
12209
|
+
"reason": "not listed in api.include",
|
|
12210
|
+
"objectName": "@happyvertical/smrt-commerce:Payout"
|
|
12211
|
+
},
|
|
12212
|
+
{
|
|
12213
|
+
"kind": "api",
|
|
12214
|
+
"operation": "markConfirmed",
|
|
12215
|
+
"code": "not-included",
|
|
12216
|
+
"reason": "not listed in api.include",
|
|
12217
|
+
"objectName": "@happyvertical/smrt-commerce:Payout"
|
|
12218
|
+
},
|
|
12219
|
+
{
|
|
12220
|
+
"kind": "api",
|
|
12221
|
+
"operation": "markFailed",
|
|
12222
|
+
"code": "not-included",
|
|
12223
|
+
"reason": "not listed in api.include",
|
|
12224
|
+
"objectName": "@happyvertical/smrt-commerce:Payout"
|
|
12225
|
+
},
|
|
12226
|
+
{
|
|
12227
|
+
"kind": "api",
|
|
12228
|
+
"operation": "markSent",
|
|
12229
|
+
"code": "not-included",
|
|
12230
|
+
"reason": "not listed in api.include",
|
|
12231
|
+
"objectName": "@happyvertical/smrt-commerce:Payout"
|
|
12232
|
+
},
|
|
12233
|
+
{
|
|
12234
|
+
"kind": "api",
|
|
12235
|
+
"operation": "resetFromFailed",
|
|
12236
|
+
"code": "not-included",
|
|
12237
|
+
"reason": "not listed in api.include",
|
|
12238
|
+
"objectName": "@happyvertical/smrt-commerce:Payout"
|
|
12239
|
+
},
|
|
12240
|
+
{
|
|
12241
|
+
"kind": "api",
|
|
12242
|
+
"operation": "save",
|
|
12243
|
+
"code": "lifecycle-method",
|
|
12244
|
+
"reason": "`save` is a framework lifecycle method, not a distinct operation",
|
|
12245
|
+
"objectName": "@happyvertical/smrt-commerce:Payout"
|
|
12246
|
+
},
|
|
12247
|
+
{
|
|
12248
|
+
"kind": "api",
|
|
12249
|
+
"operation": "validateAmounts",
|
|
12250
|
+
"code": "not-included",
|
|
12251
|
+
"reason": "not listed in api.include",
|
|
12252
|
+
"objectName": "@happyvertical/smrt-commerce:Payout"
|
|
12253
|
+
}
|
|
12254
|
+
],
|
|
11594
12255
|
"relationshipFeatures": [
|
|
11595
12256
|
"foreignKey",
|
|
11596
12257
|
"uuidColumns"
|
|
@@ -11700,7 +12361,7 @@
|
|
|
11700
12361
|
"params": [
|
|
11701
12362
|
"currency: string"
|
|
11702
12363
|
],
|
|
11703
|
-
"returns": "
|
|
12364
|
+
"returns": "this"
|
|
11704
12365
|
},
|
|
11705
12366
|
{
|
|
11706
12367
|
"name": "getPayoutAddress",
|
|
@@ -11716,7 +12377,7 @@
|
|
|
11716
12377
|
{
|
|
11717
12378
|
"name": "initialize",
|
|
11718
12379
|
"async": true,
|
|
11719
|
-
"returns": "Promise"
|
|
12380
|
+
"returns": "Promise<this>"
|
|
11720
12381
|
},
|
|
11721
12382
|
{
|
|
11722
12383
|
"name": "isActive",
|
|
@@ -11732,7 +12393,7 @@
|
|
|
11732
12393
|
{
|
|
11733
12394
|
"name": "save",
|
|
11734
12395
|
"async": true,
|
|
11735
|
-
"returns": "Promise"
|
|
12396
|
+
"returns": "Promise<this>"
|
|
11736
12397
|
},
|
|
11737
12398
|
{
|
|
11738
12399
|
"name": "setPayoutAddress",
|
|
@@ -11740,7 +12401,7 @@
|
|
|
11740
12401
|
"currency: string",
|
|
11741
12402
|
"destination: string"
|
|
11742
12403
|
],
|
|
11743
|
-
"returns": "
|
|
12404
|
+
"returns": "this"
|
|
11744
12405
|
}
|
|
11745
12406
|
],
|
|
11746
12407
|
"tenant": {
|
|
@@ -11865,6 +12526,64 @@
|
|
|
11865
12526
|
"objectName": "@happyvertical/smrt-commerce:Vendor"
|
|
11866
12527
|
}
|
|
11867
12528
|
],
|
|
12529
|
+
"withheldSurfaces": [
|
|
12530
|
+
{
|
|
12531
|
+
"kind": "api",
|
|
12532
|
+
"operation": "clearPayoutAddress",
|
|
12533
|
+
"code": "not-included",
|
|
12534
|
+
"reason": "not listed in api.include",
|
|
12535
|
+
"objectName": "@happyvertical/smrt-commerce:Vendor"
|
|
12536
|
+
},
|
|
12537
|
+
{
|
|
12538
|
+
"kind": "api",
|
|
12539
|
+
"operation": "getPayoutAddress",
|
|
12540
|
+
"code": "not-included",
|
|
12541
|
+
"reason": "not listed in api.include",
|
|
12542
|
+
"objectName": "@happyvertical/smrt-commerce:Vendor"
|
|
12543
|
+
},
|
|
12544
|
+
{
|
|
12545
|
+
"kind": "api",
|
|
12546
|
+
"operation": "getProfileId",
|
|
12547
|
+
"code": "not-included",
|
|
12548
|
+
"reason": "not listed in api.include",
|
|
12549
|
+
"objectName": "@happyvertical/smrt-commerce:Vendor"
|
|
12550
|
+
},
|
|
12551
|
+
{
|
|
12552
|
+
"kind": "api",
|
|
12553
|
+
"operation": "initialize",
|
|
12554
|
+
"code": "lifecycle-method",
|
|
12555
|
+
"reason": "`initialize` is a framework lifecycle method, not a distinct operation",
|
|
12556
|
+
"objectName": "@happyvertical/smrt-commerce:Vendor"
|
|
12557
|
+
},
|
|
12558
|
+
{
|
|
12559
|
+
"kind": "api",
|
|
12560
|
+
"operation": "isActive",
|
|
12561
|
+
"code": "not-included",
|
|
12562
|
+
"reason": "not listed in api.include",
|
|
12563
|
+
"objectName": "@happyvertical/smrt-commerce:Vendor"
|
|
12564
|
+
},
|
|
12565
|
+
{
|
|
12566
|
+
"kind": "api",
|
|
12567
|
+
"operation": "meetsMinimumOrder",
|
|
12568
|
+
"code": "not-included",
|
|
12569
|
+
"reason": "not listed in api.include",
|
|
12570
|
+
"objectName": "@happyvertical/smrt-commerce:Vendor"
|
|
12571
|
+
},
|
|
12572
|
+
{
|
|
12573
|
+
"kind": "api",
|
|
12574
|
+
"operation": "save",
|
|
12575
|
+
"code": "lifecycle-method",
|
|
12576
|
+
"reason": "`save` is a framework lifecycle method, not a distinct operation",
|
|
12577
|
+
"objectName": "@happyvertical/smrt-commerce:Vendor"
|
|
12578
|
+
},
|
|
12579
|
+
{
|
|
12580
|
+
"kind": "api",
|
|
12581
|
+
"operation": "setPayoutAddress",
|
|
12582
|
+
"code": "not-included",
|
|
12583
|
+
"reason": "not listed in api.include",
|
|
12584
|
+
"objectName": "@happyvertical/smrt-commerce:Vendor"
|
|
12585
|
+
}
|
|
12586
|
+
],
|
|
11868
12587
|
"relationshipFeatures": [
|
|
11869
12588
|
"crossPackageRef",
|
|
11870
12589
|
"uuidColumns"
|
|
@@ -14652,22 +15371,6 @@
|
|
|
14652
15371
|
"path": "/contracts/[id]/recalculateTotals",
|
|
14653
15372
|
"method": "POST"
|
|
14654
15373
|
},
|
|
14655
|
-
{
|
|
14656
|
-
"kind": "api",
|
|
14657
|
-
"name": "contracts.initialize",
|
|
14658
|
-
"operation": "initialize",
|
|
14659
|
-
"objectName": "@happyvertical/smrt-commerce:Estimate",
|
|
14660
|
-
"path": "/contracts/[id]/initialize",
|
|
14661
|
-
"method": "POST"
|
|
14662
|
-
},
|
|
14663
|
-
{
|
|
14664
|
-
"kind": "api",
|
|
14665
|
-
"name": "contracts.save",
|
|
14666
|
-
"operation": "save",
|
|
14667
|
-
"objectName": "@happyvertical/smrt-commerce:Estimate",
|
|
14668
|
-
"path": "/contracts/[id]/save",
|
|
14669
|
-
"method": "POST"
|
|
14670
|
-
},
|
|
14671
15374
|
{
|
|
14672
15375
|
"kind": "cli",
|
|
14673
15376
|
"name": "estimate_list",
|
|
@@ -14888,22 +15591,6 @@
|
|
|
14888
15591
|
"path": "/contracts/[id]/recalculateTotals",
|
|
14889
15592
|
"method": "POST"
|
|
14890
15593
|
},
|
|
14891
|
-
{
|
|
14892
|
-
"kind": "api",
|
|
14893
|
-
"name": "contracts.initialize",
|
|
14894
|
-
"operation": "initialize",
|
|
14895
|
-
"objectName": "@happyvertical/smrt-commerce:Order",
|
|
14896
|
-
"path": "/contracts/[id]/initialize",
|
|
14897
|
-
"method": "POST"
|
|
14898
|
-
},
|
|
14899
|
-
{
|
|
14900
|
-
"kind": "api",
|
|
14901
|
-
"name": "contracts.save",
|
|
14902
|
-
"operation": "save",
|
|
14903
|
-
"objectName": "@happyvertical/smrt-commerce:Order",
|
|
14904
|
-
"path": "/contracts/[id]/save",
|
|
14905
|
-
"method": "POST"
|
|
14906
|
-
},
|
|
14907
15594
|
{
|
|
14908
15595
|
"kind": "cli",
|
|
14909
15596
|
"name": "order_list",
|
|
@@ -15124,22 +15811,6 @@
|
|
|
15124
15811
|
"path": "/contracts/[id]/recalculateTotals",
|
|
15125
15812
|
"method": "POST"
|
|
15126
15813
|
},
|
|
15127
|
-
{
|
|
15128
|
-
"kind": "api",
|
|
15129
|
-
"name": "contracts.initialize",
|
|
15130
|
-
"operation": "initialize",
|
|
15131
|
-
"objectName": "@happyvertical/smrt-commerce:Lease",
|
|
15132
|
-
"path": "/contracts/[id]/initialize",
|
|
15133
|
-
"method": "POST"
|
|
15134
|
-
},
|
|
15135
|
-
{
|
|
15136
|
-
"kind": "api",
|
|
15137
|
-
"name": "contracts.save",
|
|
15138
|
-
"operation": "save",
|
|
15139
|
-
"objectName": "@happyvertical/smrt-commerce:Lease",
|
|
15140
|
-
"path": "/contracts/[id]/save",
|
|
15141
|
-
"method": "POST"
|
|
15142
|
-
},
|
|
15143
15814
|
{
|
|
15144
15815
|
"kind": "cli",
|
|
15145
15816
|
"name": "lease_list",
|
|
@@ -15360,22 +16031,6 @@
|
|
|
15360
16031
|
"path": "/contracts/[id]/recalculateTotals",
|
|
15361
16032
|
"method": "POST"
|
|
15362
16033
|
},
|
|
15363
|
-
{
|
|
15364
|
-
"kind": "api",
|
|
15365
|
-
"name": "contracts.initialize",
|
|
15366
|
-
"operation": "initialize",
|
|
15367
|
-
"objectName": "@happyvertical/smrt-commerce:Agreement",
|
|
15368
|
-
"path": "/contracts/[id]/initialize",
|
|
15369
|
-
"method": "POST"
|
|
15370
|
-
},
|
|
15371
|
-
{
|
|
15372
|
-
"kind": "api",
|
|
15373
|
-
"name": "contracts.save",
|
|
15374
|
-
"operation": "save",
|
|
15375
|
-
"objectName": "@happyvertical/smrt-commerce:Agreement",
|
|
15376
|
-
"path": "/contracts/[id]/save",
|
|
15377
|
-
"method": "POST"
|
|
15378
|
-
},
|
|
15379
16034
|
{
|
|
15380
16035
|
"kind": "cli",
|
|
15381
16036
|
"name": "agreement_list",
|
|
@@ -15596,22 +16251,6 @@
|
|
|
15596
16251
|
"path": "/contracts/[id]/recalculateTotals",
|
|
15597
16252
|
"method": "POST"
|
|
15598
16253
|
},
|
|
15599
|
-
{
|
|
15600
|
-
"kind": "api",
|
|
15601
|
-
"name": "contracts.initialize",
|
|
15602
|
-
"operation": "initialize",
|
|
15603
|
-
"objectName": "@happyvertical/smrt-commerce:PurchaseOrder",
|
|
15604
|
-
"path": "/contracts/[id]/initialize",
|
|
15605
|
-
"method": "POST"
|
|
15606
|
-
},
|
|
15607
|
-
{
|
|
15608
|
-
"kind": "api",
|
|
15609
|
-
"name": "contracts.save",
|
|
15610
|
-
"operation": "save",
|
|
15611
|
-
"objectName": "@happyvertical/smrt-commerce:PurchaseOrder",
|
|
15612
|
-
"path": "/contracts/[id]/save",
|
|
15613
|
-
"method": "POST"
|
|
15614
|
-
},
|
|
15615
16254
|
{
|
|
15616
16255
|
"kind": "cli",
|
|
15617
16256
|
"name": "purchaseorder_list",
|
|
@@ -15832,22 +16471,6 @@
|
|
|
15832
16471
|
"path": "/contracts/[id]/recalculateTotals",
|
|
15833
16472
|
"method": "POST"
|
|
15834
16473
|
},
|
|
15835
|
-
{
|
|
15836
|
-
"kind": "api",
|
|
15837
|
-
"name": "contracts.initialize",
|
|
15838
|
-
"operation": "initialize",
|
|
15839
|
-
"objectName": "@happyvertical/smrt-commerce:WholesaleOrder",
|
|
15840
|
-
"path": "/contracts/[id]/initialize",
|
|
15841
|
-
"method": "POST"
|
|
15842
|
-
},
|
|
15843
|
-
{
|
|
15844
|
-
"kind": "api",
|
|
15845
|
-
"name": "contracts.save",
|
|
15846
|
-
"operation": "save",
|
|
15847
|
-
"objectName": "@happyvertical/smrt-commerce:WholesaleOrder",
|
|
15848
|
-
"path": "/contracts/[id]/save",
|
|
15849
|
-
"method": "POST"
|
|
15850
|
-
},
|
|
15851
16474
|
{
|
|
15852
16475
|
"kind": "cli",
|
|
15853
16476
|
"name": "wholesaleorder_list",
|
|
@@ -16068,22 +16691,6 @@
|
|
|
16068
16691
|
"path": "/contracts/[id]/recalculateTotals",
|
|
16069
16692
|
"method": "POST"
|
|
16070
16693
|
},
|
|
16071
|
-
{
|
|
16072
|
-
"kind": "api",
|
|
16073
|
-
"name": "contracts.initialize",
|
|
16074
|
-
"operation": "initialize",
|
|
16075
|
-
"objectName": "@happyvertical/smrt-commerce:ProductionOrder",
|
|
16076
|
-
"path": "/contracts/[id]/initialize",
|
|
16077
|
-
"method": "POST"
|
|
16078
|
-
},
|
|
16079
|
-
{
|
|
16080
|
-
"kind": "api",
|
|
16081
|
-
"name": "contracts.save",
|
|
16082
|
-
"operation": "save",
|
|
16083
|
-
"objectName": "@happyvertical/smrt-commerce:ProductionOrder",
|
|
16084
|
-
"path": "/contracts/[id]/save",
|
|
16085
|
-
"method": "POST"
|
|
16086
|
-
},
|
|
16087
16694
|
{
|
|
16088
16695
|
"kind": "cli",
|
|
16089
16696
|
"name": "productionorder_list",
|
|
@@ -16304,22 +16911,6 @@
|
|
|
16304
16911
|
"path": "/contracts/[id]/recalculateTotals",
|
|
16305
16912
|
"method": "POST"
|
|
16306
16913
|
},
|
|
16307
|
-
{
|
|
16308
|
-
"kind": "api",
|
|
16309
|
-
"name": "contracts.initialize",
|
|
16310
|
-
"operation": "initialize",
|
|
16311
|
-
"objectName": "@happyvertical/smrt-commerce:Cart",
|
|
16312
|
-
"path": "/contracts/[id]/initialize",
|
|
16313
|
-
"method": "POST"
|
|
16314
|
-
},
|
|
16315
|
-
{
|
|
16316
|
-
"kind": "api",
|
|
16317
|
-
"name": "contracts.save",
|
|
16318
|
-
"operation": "save",
|
|
16319
|
-
"objectName": "@happyvertical/smrt-commerce:Cart",
|
|
16320
|
-
"path": "/contracts/[id]/save",
|
|
16321
|
-
"method": "POST"
|
|
16322
|
-
},
|
|
16323
16914
|
{
|
|
16324
16915
|
"kind": "cli",
|
|
16325
16916
|
"name": "cart_list",
|
|
@@ -16540,22 +17131,6 @@
|
|
|
16540
17131
|
"path": "/contracts/[id]/recalculateTotals",
|
|
16541
17132
|
"method": "POST"
|
|
16542
17133
|
},
|
|
16543
|
-
{
|
|
16544
|
-
"kind": "api",
|
|
16545
|
-
"name": "contracts.initialize",
|
|
16546
|
-
"operation": "initialize",
|
|
16547
|
-
"objectName": "@happyvertical/smrt-commerce:LicenseSale",
|
|
16548
|
-
"path": "/contracts/[id]/initialize",
|
|
16549
|
-
"method": "POST"
|
|
16550
|
-
},
|
|
16551
|
-
{
|
|
16552
|
-
"kind": "api",
|
|
16553
|
-
"name": "contracts.save",
|
|
16554
|
-
"operation": "save",
|
|
16555
|
-
"objectName": "@happyvertical/smrt-commerce:LicenseSale",
|
|
16556
|
-
"path": "/contracts/[id]/save",
|
|
16557
|
-
"method": "POST"
|
|
16558
|
-
},
|
|
16559
17134
|
{
|
|
16560
17135
|
"kind": "api",
|
|
16561
17136
|
"name": "contracts.getRightsSnapshot",
|