spitfirepm 23.9700.3 → 23.9700.4
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/README.md +1 -1
- package/dist/SwaggerClients.d.ts +0 -14
- package/dist/SwaggerClients.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ apiResult.then( (a) => {
|
|
|
25
25
|
### Change Log
|
|
26
26
|
|
|
27
27
|
```
|
|
28
|
-
23.9700.
|
|
28
|
+
23.9700.4 - Lookup Editor Endpoints
|
|
29
29
|
23.9700.2 - ProcessDocumentType DataModel enriched
|
|
30
30
|
23.9700.1 - GatherDependsOnValues() improved
|
|
31
31
|
23.9600.18 - Project Program
|
package/dist/SwaggerClients.d.ts
CHANGED
|
@@ -4235,8 +4235,6 @@ export interface CodeSet {
|
|
|
4235
4235
|
AllowNextSet?: boolean;
|
|
4236
4236
|
/** Maximum length of code values in this set */
|
|
4237
4237
|
CodeSize?: number;
|
|
4238
|
-
/** Row version */
|
|
4239
|
-
UpdateTS?: string | undefined;
|
|
4240
4238
|
/** Collection of commands for this row */
|
|
4241
4239
|
MenuCommands?: MenuAction[] | undefined;
|
|
4242
4240
|
/** eTag */
|
|
@@ -4268,8 +4266,6 @@ export interface CodeSetValue {
|
|
|
4268
4266
|
Active?: boolean;
|
|
4269
4267
|
/** Flag */
|
|
4270
4268
|
OnAdd?: boolean;
|
|
4271
|
-
/** Row version */
|
|
4272
|
-
UpdateTS?: string | undefined;
|
|
4273
4269
|
/** Collection of commands for this row */
|
|
4274
4270
|
MenuCommands?: MenuAction[] | undefined;
|
|
4275
4271
|
/** eTag */
|
|
@@ -6557,8 +6553,6 @@ overwrite one. False where no column is filterable, so no WHERE clause can be b
|
|
|
6557
6553
|
PreLoad?: boolean;
|
|
6558
6554
|
/** Flag */
|
|
6559
6555
|
Active?: boolean;
|
|
6560
|
-
/** Row version */
|
|
6561
|
-
UpdateTS?: string | undefined;
|
|
6562
6556
|
/** Column definitions for this lookup, in FieldSequence order. Populated when the caller
|
|
6563
6557
|
asks for the full definition rather than the list */
|
|
6564
6558
|
Fields?: LookupField[] | undefined;
|
|
@@ -6633,8 +6627,6 @@ is already enough to exclude them from autocomplete */
|
|
|
6633
6627
|
IsInputOnly?: boolean;
|
|
6634
6628
|
/** Flag */
|
|
6635
6629
|
Active?: boolean;
|
|
6636
|
-
/** Row version */
|
|
6637
|
-
UpdateTS?: string | undefined;
|
|
6638
6630
|
/** Collection of commands for this row */
|
|
6639
6631
|
MenuCommands?: MenuAction[] | undefined;
|
|
6640
6632
|
/** eTag */
|
|
@@ -6673,8 +6665,6 @@ can convert the answer into a JSON object */
|
|
|
6673
6665
|
PackedToJSON?: string | undefined;
|
|
6674
6666
|
/** Flag */
|
|
6675
6667
|
Active?: boolean;
|
|
6676
|
-
/** Row version */
|
|
6677
|
-
UpdateTS?: string | undefined;
|
|
6678
6668
|
/** Number of dependent values (@pD1..@pD4) this result expects. Derived, not stored */
|
|
6679
6669
|
DependsCount?: number | undefined;
|
|
6680
6670
|
/** Parameter slots for this result, in call order. Populated when the caller asks for
|
|
@@ -6709,8 +6699,6 @@ lookups to fill it rather than guess. A soft reference by name, so it may not r
|
|
|
6709
6699
|
Notes?: string | undefined;
|
|
6710
6700
|
/** Flag */
|
|
6711
6701
|
Active?: boolean;
|
|
6712
|
-
/** Row version */
|
|
6713
|
-
UpdateTS?: string | undefined;
|
|
6714
6702
|
/** Collection of commands for this row */
|
|
6715
6703
|
MenuCommands?: MenuAction[] | undefined;
|
|
6716
6704
|
/** eTag */
|
|
@@ -8372,8 +8360,6 @@ export interface ScopedCodeSetValue {
|
|
|
8372
8360
|
CodeFlag?: boolean;
|
|
8373
8361
|
/** Flag, true if code still relevant. False does not prevent use. */
|
|
8374
8362
|
Active?: boolean;
|
|
8375
|
-
/** Row version */
|
|
8376
|
-
UpdateTS?: string | undefined;
|
|
8377
8363
|
/** Collection of commands for this row */
|
|
8378
8364
|
MenuCommands?: MenuAction[] | undefined;
|
|
8379
8365
|
/** eTag */
|