pacc 9.4.1 → 9.4.2
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 +27 -26
- package/package.json +1 -1
- package/src/common-attributes.mjs +1 -1
package/README.md
CHANGED
|
@@ -83,11 +83,8 @@ tokens "abc" "
|
|
|
83
83
|
* [Properties](#properties-1)
|
|
84
84
|
* [default\_attribute](#default_attribute)
|
|
85
85
|
* [default\_attribute](#default_attribute-1)
|
|
86
|
-
* [default\_attribute](#default_attribute-2)
|
|
87
86
|
* [default\_attribute\_writable](#default_attribute_writable)
|
|
88
87
|
* [default\_attribute\_writable](#default_attribute_writable-1)
|
|
89
|
-
* [default\_attribute\_writable](#default_attribute_writable-2)
|
|
90
|
-
* [default\_attribute\_writable](#default_attribute_writable-3)
|
|
91
88
|
* [string\_collection\_attribute](#string_collection_attribute)
|
|
92
89
|
* [string\_collection\_attribute\_writable](#string_collection_attribute_writable)
|
|
93
90
|
* [string\_set\_attribute](#string_set_attribute)
|
|
@@ -98,21 +95,23 @@ tokens "abc" "
|
|
|
98
95
|
* [version\_attribute](#version_attribute)
|
|
99
96
|
* [version\_attribute\_writable](#version_attribute_writable)
|
|
100
97
|
* [description\_attribute](#description_attribute)
|
|
98
|
+
* [type\_attribute](#type_attribute)
|
|
99
|
+
* [state\_attribute\_writable](#state_attribute_writable)
|
|
101
100
|
* [boolean\_attribute](#boolean_attribute)
|
|
102
|
-
* [boolean\_attribute](#boolean_attribute-1)
|
|
103
101
|
* [boolean\_attribute\_writable](#boolean_attribute_writable)
|
|
104
102
|
* [boolean\_attribute\_writable\_true](#boolean_attribute_writable_true)
|
|
105
103
|
* [boolean\_attribute\_writable\_true](#boolean_attribute_writable_true-1)
|
|
106
104
|
* [boolean\_attribute\_writable\_false](#boolean_attribute_writable_false)
|
|
107
105
|
* [boolean\_attribute\_false](#boolean_attribute_false)
|
|
108
106
|
* [yesno\_attribute](#yesno_attribute)
|
|
107
|
+
* [empty\_attribute](#empty_attribute)
|
|
109
108
|
* [uuid\_attribute](#uuid_attribute)
|
|
110
109
|
* [secret\_attribute](#secret_attribute)
|
|
111
110
|
* [secret\_attribute](#secret_attribute-1)
|
|
112
|
-
* [secret\_attribute](#secret_attribute-2)
|
|
113
|
-
* [secret\_attribute](#secret_attribute-3)
|
|
114
|
-
* [secret\_attribute](#secret_attribute-4)
|
|
115
111
|
* [secret\_attribute\_writable](#secret_attribute_writable)
|
|
112
|
+
* [username\_attribute](#username_attribute)
|
|
113
|
+
* [password\_attribute](#password_attribute)
|
|
114
|
+
* [token\_attribute](#token_attribute)
|
|
116
115
|
* [private\_key\_attribute](#private_key_attribute)
|
|
117
116
|
* [public\_key\_attribute](#public_key_attribute)
|
|
118
117
|
* [number\_attribute](#number_attribute)
|
|
@@ -128,6 +127,7 @@ tokens "abc" "
|
|
|
128
127
|
* [hostname\_attribute](#hostname_attribute)
|
|
129
128
|
* [port\_attribute](#port_attribute)
|
|
130
129
|
* [id\_attribute](#id_attribute)
|
|
130
|
+
* [body\_attribute\_writable](#body_attribute_writable)
|
|
131
131
|
* [title\_attribute\_writable](#title_attribute_writable)
|
|
132
132
|
* [priority\_attribute](#priority_attribute)
|
|
133
133
|
* [duration\_attribute](#duration_attribute)
|
|
@@ -277,6 +277,7 @@ Type: [Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Globa
|
|
|
277
277
|
|
|
278
278
|
### Properties
|
|
279
279
|
|
|
280
|
+
* `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** 
|
|
280
281
|
* `type` **[object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** 
|
|
281
282
|
* `isKey` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** 
|
|
282
283
|
* `writable` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** 
|
|
@@ -310,26 +311,12 @@ Type: [AttributeDefinition](#attributedefinition)
|
|
|
310
311
|
|
|
311
312
|
Type: [AttributeDefinition](#attributedefinition)
|
|
312
313
|
|
|
313
|
-
## default\_attribute
|
|
314
|
-
|
|
315
|
-
Type: [AttributeDefinition](#attributedefinition)
|
|
316
|
-
|
|
317
|
-
## default\_attribute\_writable
|
|
318
|
-
|
|
319
|
-
Type: [AttributeDefinition](#attributedefinition)
|
|
320
|
-
|
|
321
|
-
## default\_attribute\_writable
|
|
322
|
-
|
|
323
|
-
Type: [AttributeDefinition](#attributedefinition)
|
|
324
|
-
|
|
325
314
|
## default\_attribute\_writable
|
|
326
315
|
|
|
327
316
|
Type: [AttributeDefinition](#attributedefinition)
|
|
328
317
|
|
|
329
318
|
## default\_attribute\_writable
|
|
330
319
|
|
|
331
|
-
The body text.
|
|
332
|
-
|
|
333
320
|
Type: [AttributeDefinition](#attributedefinition)
|
|
334
321
|
|
|
335
322
|
## string\_collection\_attribute
|
|
@@ -374,7 +361,11 @@ The description of the object content.
|
|
|
374
361
|
|
|
375
362
|
Type: [AttributeDefinition](#attributedefinition)
|
|
376
363
|
|
|
377
|
-
##
|
|
364
|
+
## type\_attribute
|
|
365
|
+
|
|
366
|
+
Type: [AttributeDefinition](#attributedefinition)
|
|
367
|
+
|
|
368
|
+
## state\_attribute\_writable
|
|
378
369
|
|
|
379
370
|
Type: [AttributeDefinition](#attributedefinition)
|
|
380
371
|
|
|
@@ -406,6 +397,10 @@ Type: [AttributeDefinition](#attributedefinition)
|
|
|
406
397
|
|
|
407
398
|
Type: [AttributeDefinition](#attributedefinition)
|
|
408
399
|
|
|
400
|
+
## empty\_attribute
|
|
401
|
+
|
|
402
|
+
Type: [AttributeDefinition](#attributedefinition)
|
|
403
|
+
|
|
409
404
|
## uuid\_attribute
|
|
410
405
|
|
|
411
406
|
Type: [AttributeDefinition](#attributedefinition)
|
|
@@ -418,19 +413,19 @@ Type: [AttributeDefinition](#attributedefinition)
|
|
|
418
413
|
|
|
419
414
|
Type: [AttributeDefinition](#attributedefinition)
|
|
420
415
|
|
|
421
|
-
## secret\_attribute
|
|
416
|
+
## secret\_attribute\_writable
|
|
422
417
|
|
|
423
418
|
Type: [AttributeDefinition](#attributedefinition)
|
|
424
419
|
|
|
425
|
-
##
|
|
420
|
+
## username\_attribute
|
|
426
421
|
|
|
427
422
|
Type: [AttributeDefinition](#attributedefinition)
|
|
428
423
|
|
|
429
|
-
##
|
|
424
|
+
## password\_attribute
|
|
430
425
|
|
|
431
426
|
Type: [AttributeDefinition](#attributedefinition)
|
|
432
427
|
|
|
433
|
-
##
|
|
428
|
+
## token\_attribute
|
|
434
429
|
|
|
435
430
|
Type: [AttributeDefinition](#attributedefinition)
|
|
436
431
|
|
|
@@ -496,6 +491,12 @@ Unique id within.
|
|
|
496
491
|
|
|
497
492
|
Type: [AttributeDefinition](#attributedefinition)
|
|
498
493
|
|
|
494
|
+
## body\_attribute\_writable
|
|
495
|
+
|
|
496
|
+
The body text.
|
|
497
|
+
|
|
498
|
+
Type: [AttributeDefinition](#attributedefinition)
|
|
499
|
+
|
|
499
500
|
## title\_attribute\_writable
|
|
500
501
|
|
|
501
502
|
The one line description.
|
package/package.json
CHANGED
|
@@ -340,7 +340,7 @@ export const bytes_size_attribute = {
|
|
|
340
340
|
/**
|
|
341
341
|
* @type {AttributeDefinition}
|
|
342
342
|
*/
|
|
343
|
-
export const object_attribute = { ...default_attribute, type: types.object };
|
|
343
|
+
export const object_attribute = { ...default_attribute, name: "object", type: types.object };
|
|
344
344
|
|
|
345
345
|
/**
|
|
346
346
|
* @type {AttributeDefinition}
|