pacc 9.4.0 → 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 +7 -4
- package/types/common-attributes.d.mts +11 -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
|
@@ -224,7 +224,7 @@ export const yesno_attribute_writable = {
|
|
|
224
224
|
/**
|
|
225
225
|
* @type {AttributeDefinition}
|
|
226
226
|
*/
|
|
227
|
-
export { boolean_attribute
|
|
227
|
+
export const empty_attribute = { ...boolean_attribute, name: "empty" };
|
|
228
228
|
|
|
229
229
|
/**
|
|
230
230
|
* @type {AttributeDefinition}
|
|
@@ -265,7 +265,7 @@ export const password_attribute = { ...secret_attribute, name: "password" };
|
|
|
265
265
|
/**
|
|
266
266
|
* @type {AttributeDefinition}
|
|
267
267
|
*/
|
|
268
|
-
export { secret_attribute
|
|
268
|
+
export const token_attribute = { ...secret_attribute, name: "token" };
|
|
269
269
|
|
|
270
270
|
/**
|
|
271
271
|
* @type {AttributeDefinition}
|
|
@@ -277,6 +277,7 @@ export { secret_attribute as certificate_attribute };
|
|
|
277
277
|
*/
|
|
278
278
|
export const private_key_attribute = {
|
|
279
279
|
...secret_attribute_writable,
|
|
280
|
+
name: "private_key",
|
|
280
281
|
description: "private key"
|
|
281
282
|
};
|
|
282
283
|
|
|
@@ -285,6 +286,7 @@ export const private_key_attribute = {
|
|
|
285
286
|
*/
|
|
286
287
|
export const public_key_attribute = {
|
|
287
288
|
...secret_attribute_writable,
|
|
289
|
+
name: "public_key",
|
|
288
290
|
description: "public key"
|
|
289
291
|
};
|
|
290
292
|
|
|
@@ -331,13 +333,14 @@ export { integer_attribute as size_attribute };
|
|
|
331
333
|
|
|
332
334
|
export const bytes_size_attribute = {
|
|
333
335
|
...default_attribute,
|
|
334
|
-
type: types.byte_size
|
|
336
|
+
type: types.byte_size,
|
|
337
|
+
name: "bytes"
|
|
335
338
|
};
|
|
336
339
|
|
|
337
340
|
/**
|
|
338
341
|
* @type {AttributeDefinition}
|
|
339
342
|
*/
|
|
340
|
-
export const object_attribute = { ...default_attribute, type: types.object };
|
|
343
|
+
export const object_attribute = { ...default_attribute, name: "object", type: types.object };
|
|
341
344
|
|
|
342
345
|
/**
|
|
343
346
|
* @type {AttributeDefinition}
|
|
@@ -134,6 +134,10 @@ export namespace yesno_attribute_writable {
|
|
|
134
134
|
export let additionalValues: object | undefined;
|
|
135
135
|
export let separator: string | undefined;
|
|
136
136
|
}
|
|
137
|
+
/**
|
|
138
|
+
* @type {AttributeDefinition}
|
|
139
|
+
*/
|
|
140
|
+
export const empty_attribute: AttributeDefinition;
|
|
137
141
|
/**
|
|
138
142
|
* @type {AttributeDefinition}
|
|
139
143
|
*/
|
|
@@ -154,6 +158,10 @@ export const username_attribute: AttributeDefinition;
|
|
|
154
158
|
* @type {AttributeDefinition}
|
|
155
159
|
*/
|
|
156
160
|
export const password_attribute: AttributeDefinition;
|
|
161
|
+
/**
|
|
162
|
+
* @type {AttributeDefinition}
|
|
163
|
+
*/
|
|
164
|
+
export const token_attribute: AttributeDefinition;
|
|
157
165
|
/**
|
|
158
166
|
* @type {AttributeDefinition}
|
|
159
167
|
*/
|
|
@@ -185,6 +193,8 @@ export namespace bytes_size_attribute {
|
|
|
185
193
|
toInternal: typeof import("./bytes.mjs").parseBytes;
|
|
186
194
|
};
|
|
187
195
|
export { type_1 as type };
|
|
196
|
+
let name_1: string;
|
|
197
|
+
export { name_1 as name };
|
|
188
198
|
let writable_1: boolean;
|
|
189
199
|
export { writable_1 as writable };
|
|
190
200
|
}
|
|
@@ -323,4 +333,4 @@ export type AttributeDefinition = {
|
|
|
323
333
|
*/
|
|
324
334
|
separator?: string | undefined;
|
|
325
335
|
};
|
|
326
|
-
export { default_attribute as string_attribute, default_attribute_writable as string_attribute_writable, description_attribute as description_attribute_writable, boolean_attribute_writable_true as active_attribute,
|
|
336
|
+
export { default_attribute as string_attribute, default_attribute_writable as string_attribute_writable, description_attribute as description_attribute_writable, boolean_attribute_writable_true as active_attribute, secret_attribute as certificate_attribute, integer_attribute as count_attribute, integer_attribute_writable as count_attribute_writable, integer_attribute as size_attribute };
|